.woocommerce-form-login, .woocommerce-form-register, 
.woocommerce-form-coupon, .woocommerce .track_order, 
.woocommerce .lost_reset_password { border-radius:4px; }

.woocommerce-account .woocommerce .lost_reset_password {
	max-width:600px !important;
	word-break:keep-all;
} 

.woocommerce>.woocommerce-MyAccount-navigation {
	border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

@media (min-width:768px) {	
	:not(.w-wc-notices)>.woocommerce-info { 
		display:flex; 
		justify-content:space-between; 
		align-items: center;
	}
}
@media (max-width:767px) {
	.woocommerce>.woocommerce-MyAccount-navigation ul {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
	}	
	.woocommerce>.woocommerce-MyAccount-navigation ul li {margin-bottom:0;}
}