/* Excel Herbal customer account — mobile-first, no-OTP flow */
.ehs-auth-switch{display:none}.ehs-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,3vw,32px);margin:28px 0}
.ehs-auth-card{background:#fff;border:1px solid rgba(14,59,44,.12);border-radius:20px;padding:clamp(20px,3vw,32px);box-shadow:0 16px 44px rgba(14,59,44,.06)}
.ehs-auth-card h2{margin:.25rem 0 .55rem;font-size:clamp(1.5rem,2vw,1.9rem);line-height:1.15}
.ehs-auth-intro{margin:0 0 1.25rem;color:#5b675f}
.ehs-auth-form{display:grid;gap:10px}
.ehs-auth-form label{font-weight:650;color:#173f32;margin-top:6px}
.ehs-auth-form label span{font-weight:500;color:#6a756f}
.ehs-auth-form input[type="text"],.ehs-auth-form input[type="tel"],.ehs-auth-form input[type="email"],.ehs-auth-form input[type="password"]{width:100%;min-height:48px;border:1px solid #cfd8d3;border-radius:12px;background:#fff;padding:11px 13px;font:inherit;color:#16392f;box-sizing:border-box}
.ehs-auth-form input:focus{outline:3px solid rgba(20,110,77,.14);border-color:#146e4d}
.ehs-password-field{position:relative}.ehs-password-field input{padding-right:64px!important}.ehs-password-field button{position:absolute;right:6px;top:50%;transform:translateY(-50%);min-width:48px;height:36px;padding:0 8px;border:0;border-radius:9px;background:#f1f6f2;color:#0e6545;font-size:12px;font-weight:750;cursor:pointer}.ehs-password-field button:focus-visible{outline:2px solid #146e4d;outline-offset:1px}
.ehs-auth-check{display:flex;gap:9px;align-items:flex-start;font-weight:500!important;margin:5px 0}
.ehs-auth-check input{width:18px;height:18px;margin-top:2px}
.ehs-auth-primary{min-height:48px;margin-top:7px;width:100%;justify-content:center}
.ehs-auth-link{font-weight:650;color:#0e6545;width:max-content}
.ehs-auth-form small{display:block;color:#66736c;line-height:1.55}
.ehs-auth-form small a{font-weight:650}
.ehs-auth-guest-note{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:16px;background:#f2f7f4;padding:16px 18px;margin:0 0 26px;color:#25493c}
.ehs-auth-guest-note span{color:#5d6e66;text-align:right}
.ehs-account-message{margin:0 0 18px!important}
@media(max-width:760px){
 .ehs-auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:18px 0 0;padding:4px;border:1px solid rgba(14,59,44,.12);border-radius:14px;background:#f3f7f4}
 .ehs-auth-switch button{min-height:42px;border:0;border-radius:10px;background:transparent;color:#53665d;font-weight:750;cursor:pointer}
 .ehs-auth-switch button.is-active{background:#fff;color:#0e6545;box-shadow:0 3px 12px rgba(14,59,44,.08)}
 .ehs-auth-grid{grid-template-columns:1fr;gap:16px;margin-top:12px}
 .ehs-auth-grid.is-login-view .ehs-auth-card-register{display:none}
 .ehs-auth-grid.is-register-view .ehs-auth-card:not(.ehs-auth-card-register){display:none}
 .ehs-auth-card{border-radius:16px;padding:20px 17px}
 .ehs-auth-card h2{font-size:1.55rem}
 .ehs-auth-guest-note{align-items:flex-start;flex-direction:column;gap:5px}
 .ehs-auth-guest-note span{text-align:left}
}
.ehs-checkout-account-note{margin:0 0 16px;padding:12px 14px;border:1px solid rgba(14,59,44,.12);border-radius:12px;background:#f7faf8;color:#39564b;font-size:.93rem;line-height:1.5}.ehs-checkout-account-note a{font-weight:700;color:#0e6545}
.ehs-account-woo .lost_reset_password{max-width:620px;margin:0 auto;padding:clamp(20px,4vw,30px);border:1px solid rgba(14,59,44,.12);border-radius:18px;background:#fff;box-shadow:0 16px 44px rgba(14,59,44,.05)}
.ehs-account-woo .lost_reset_password>p:first-child{margin-top:0;color:#5b675f;line-height:1.6}
.ehs-account-woo .lost_reset_password .form-row{float:none;width:100%;margin:0 0 14px}
.ehs-account-woo .lost_reset_password input{width:100%;min-height:48px;border:1px solid #cfd8d3;border-radius:12px;padding:11px 13px}
.ehs-account-woo .lost_reset_password button{min-height:46px}
.ehs-lost-password-help{display:grid;gap:4px;max-width:620px;margin:14px auto 0;padding:13px 15px;border-radius:13px;background:#f2f7f4;color:#315447;font-size:.9rem}
.ehs-lost-password-help span{color:#607067}.ehs-lost-password-help a{color:#0e6545;font-weight:750}
