/* Account presentation only: WooCommerce owns authentication and customer actions. */
.woocommerce-account{background:var(--soft)}
.woocommerce-account .content-page{padding-block:24px 48px;min-height:52vh}
.woocommerce-account .content-page>article>h1{font-size:28px;line-height:1.6;margin:0 0 16px}
.woocommerce-account.logged-in .entry-content>.woocommerce{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:start;gap:24px}
.woocommerce-account .entry-content>.woocommerce::after{display:none}
.woocommerce-account .entry-content>.woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1}
.woocommerce-account .woocommerce-notices-wrapper:empty{display:none}
.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none;width:auto;min-width:0;margin:0}
.woocommerce-account .woocommerce-MyAccount-navigation{background:white;border:1px solid var(--line);border-radius:14px;padding:12px}
.woocommerce-account .ramz-account-nav-title{font-size:12px;color:var(--muted);margin:4px 12px 12px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{border:0;border-radius:0;overflow:visible}
.woocommerce-account .woocommerce-MyAccount-navigation li+li{margin:4px 0 0}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;gap:12px;align-items:center;min-height:48px;padding:10px 12px;border:0;border-radius:8px;font-size:14px;line-height:1.7}
.woocommerce-account .woocommerce-MyAccount-navigation svg{width:19px;height:19px;color:var(--muted)}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:#139a7a12;color:var(--navy);font-weight:700;text-decoration:none;border-inline-start:3px solid var(--teal);padding-inline-start:9px}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active svg{color:var(--teal)}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:var(--soft)}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout{border-top:1px solid var(--line);padding-top:8px;margin-top:12px}
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a{color:var(--muted)}
.ramz-account-hero{display:flex;align-items:center;gap:18px;position:relative;overflow:hidden;background:var(--navy);color:white;border-radius:14px;padding:24px;margin-bottom:16px}
.ramz-account-hero::after{content:'';position:absolute;inset-inline-end:20px;top:20px;width:8px;height:8px;background:var(--teal)}
.ramz-account-symbol{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#ffffff0c;border:1px solid #ffffff26;flex-shrink:0;color:#56d6be}
.woocommerce-account .ramz-account-hero h2{font-size:25px;line-height:1.6;margin:0 0 4px}
.woocommerce-account .ramz-account-hero p{font-size:14px;line-height:1.8;margin:0;color:#c1cbd8}
.ramz-account-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}
.woocommerce-account .entry-content .ramz-account-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px 8px;text-decoration:none;background:white;border:1px solid var(--line);border-radius:12px;padding:18px;color:var(--navy)}
.ramz-account-action-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;background:#139a7a0c;color:var(--teal)}
.ramz-account-action-icon svg{width:21px;height:21px}
.ramz-account-action-copy{grid-column:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.ramz-account-action-copy strong{font-size:16px}
.ramz-account-action-copy>span{font-size:13px;color:var(--muted);line-height:1.8}
.ramz-account-action-arrow{align-self:center;color:var(--muted);grid-column:2;grid-row:2}
.ramz-account-action-arrow svg{width:18px;height:18px}
.ramz-arabic .ramz-account-action-arrow svg,.ramz-arabic .ramz-account-section-heading>a>svg{transform:rotate(180deg)}
.woocommerce-account .ramz-account-action:hover{border-color:var(--teal);background:#fcfefd}
.ramz-account-orders{background:white;border:1px solid var(--line);border-radius:14px;padding:8px 20px 20px;margin-bottom:16px}
.ramz-account-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-block:8px;border-bottom:1px solid var(--line)}
.woocommerce-account .ramz-account-section-heading h2{font-size:18px;margin:0}
.woocommerce-account .ramz-account-section-heading>a{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:12px;text-decoration:none;color:var(--blue)}
.ramz-account-section-heading svg{width:16px;height:16px}
.woocommerce-account .ramz-account-empty{display:flex;align-items:center;gap:16px;padding-top:22px;flex-wrap:wrap}
.ramz-account-empty-icon{display:grid;place-items:center;width:48px;height:48px;flex-shrink:0;border-radius:12px;background:var(--soft);color:var(--muted)}
.woocommerce-account .ramz-account-empty h3{font-size:16px;margin:0 0 4px}
.woocommerce-account .ramz-account-empty p{font-size:13px;color:var(--muted);margin:0;line-height:1.8}
.woocommerce-account .ramz-account-empty .button{margin-inline-start:auto;min-height:44px;font-size:13px;padding:9px 14px;text-decoration:none}
.ramz-account-support{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:#139a7a08;border:1px solid #139a7a26;border-radius:12px}
.ramz-account-support strong{font-size:14px}
.woocommerce-account .ramz-account-support p{font-size:13px;line-height:1.8;color:var(--muted);margin:2px 0 0}
.woocommerce-account .ramz-account-support a{display:inline-flex;align-items:center;gap:8px;min-height:44px;color:var(--navy);font-size:13px;text-decoration:none;flex-shrink:0}
.ramz-account-support svg{color:var(--teal);width:21px;height:21px}
.woocommerce-account .ramz-recent-order-list{list-style:none;padding:0;margin:0}
.ramz-recent-order-list li+li{border-top:1px solid var(--line)}
.woocommerce-account .ramz-recent-order-list a{display:grid;grid-template-columns:minmax(0,1fr) auto auto 18px;align-items:center;gap:16px;min-height:76px;padding-block:12px;text-decoration:none}
.ramz-recent-order-list a:hover .ramz-order-number strong{text-decoration:underline;text-underline-offset:4px}
.ramz-order-number{display:flex;flex-direction:column;gap:2px;min-width:0}
.ramz-order-number strong{font-size:14px}
.ramz-order-number time,.ramz-order-number small{font-size:12px;color:var(--muted)}
.ramz-order-status{font-size:12px;border:1px solid var(--line);border-radius:6px;padding:3px 8px;background:var(--soft)}
.ramz-order-total{font-size:14px;font-weight:700}
.ramz-recent-order-list .ramz-account-action-arrow{grid-column:auto;grid-row:auto}
.woocommerce-account .woocommerce-MyAccount-content>form,.woocommerce-account .woocommerce-MyAccount-content>.woocommerce-Addresses,.woocommerce-account .woocommerce-MyAccount-content>.woocommerce-orders-table{background:white;border:1px solid var(--line);border-radius:12px;padding:24px}
.woocommerce-account .woocommerce-MyAccount-content>p{font-size:14px;line-height:1.9;margin-bottom:16px}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.woocommerce-account .woocommerce-Address-title :is(h2,h3){font-size:20px;margin:0}
.woocommerce-account .woocommerce-Address-title a{display:inline-flex;align-items:center;min-height:44px;font-size:13px}
.woocommerce-account .woocommerce-Address address{font-style:normal;font-size:14px;line-height:1.9;color:var(--muted);overflow-wrap:anywhere}
.woocommerce-account .woocommerce-EditAccountForm{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}
.woocommerce-account .woocommerce-EditAccountForm>.clear{display:none}
.woocommerce-account .woocommerce-EditAccountForm>.form-row-wide,.woocommerce-account .woocommerce-EditAccountForm>fieldset,.woocommerce-account .woocommerce-EditAccountForm>p:last-of-type{grid-column:1/-1}
.woocommerce-account .woocommerce-EditAccountForm fieldset{border:1px solid var(--line);border-radius:10px;margin:8px 0 20px;padding:16px;min-width:0}
.woocommerce-account .woocommerce-EditAccountForm legend{font-size:16px;font-weight:700;padding-inline:6px}
.woocommerce-account .woocommerce form .form-row label{font-size:14px}
.woocommerce-account .woocommerce form .form-row em{font-size:12px;color:var(--muted)}
.woocommerce-account .woocommerce input[type=email],.woocommerce-account .woocommerce input[type=tel],.woocommerce-account .woocommerce input[type=password]{direction:ltr;text-align:start}
.woocommerce-account .woocommerce-form-login__rememberme input{width:18px;height:18px;min-height:0;accent-color:var(--teal)}
.ramz-auth-shell{display:grid;grid-template-columns:.8fr 1.2fr;max-width:1000px;margin-inline:auto;background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.ramz-auth-intro{background:var(--navy);color:white;padding:36px 28px}
.woocommerce-account .ramz-auth-intro h2{font-size:28px;line-height:1.65;margin:20px 0 12px}
.woocommerce-account .ramz-auth-intro p{font-size:14px;line-height:1.9;color:#c1cbd8;margin:0}
.ramz-auth-intro ul{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:16px}
.ramz-auth-intro li{display:flex;gap:12px;align-items:center;font-size:14px}
.ramz-auth-intro li svg{color:#56d6be;width:20px;height:20px}
.ramz-auth-forms{padding:32px;min-width:0}
.woocommerce-account .ramz-auth-forms h2{font-size:24px;margin:0 0 20px}
.woocommerce-account .ramz-auth-forms .col2-set{grid-template-columns:1fr;gap:28px}
.woocommerce-account .ramz-auth-forms .u-column2{border-top:1px solid var(--line);padding-top:24px}
.woocommerce-account .ramz-auth-forms .button{min-height:46px;font-size:14px}
.woocommerce-account .ramz-auth-forms p{font-size:14px;line-height:1.8}
.woocommerce-account .ramz-auth-forms .lost_password{margin-bottom:0}
.ramz-auth-forms .lost_password a{display:inline-flex;align-items:center;min-height:44px;font-size:13px}
.woocommerce-account .woocommerce-ResetPassword{max-width:560px;margin-inline:auto;padding:28px;background:white;border:1px solid var(--line);border-radius:14px}
.ramz-account-hero :focus-visible,.ramz-auth-intro :focus-visible{outline-color:white}
@media(max-width:1000px){
 .woocommerce-account.logged-in .entry-content>.woocommerce{grid-template-columns:190px minmax(0,1fr);gap:18px}
 .ramz-account-actions{gap:10px}
 .woocommerce-account .entry-content .ramz-account-action{padding:14px}
 .ramz-account-action-copy>span{font-size:12px}
 .ramz-account-hero{padding:20px}
}
@media(max-width:800px){
 .woocommerce-account .content-page{padding-block:16px 32px}
 .woocommerce-account .content-page>article>h1{font-size:25px;margin-bottom:12px}
 .woocommerce-account.logged-in .entry-content>.woocommerce{grid-template-columns:minmax(0,1fr);gap:16px}
 .woocommerce-account .woocommerce-MyAccount-navigation{padding:8px}
 .woocommerce-account .ramz-account-nav-title{display:none}
 .woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}
 .woocommerce-account .woocommerce-MyAccount-navigation li+li{margin:0}
 .woocommerce-account .woocommerce-MyAccount-navigation a{padding:8px 6px;gap:5px;min-height:48px;justify-content:center;font-size:12px;flex-wrap:wrap;text-align:center}
 .woocommerce-account .woocommerce-MyAccount-navigation .is-active a{border-inline-start:0;border-bottom:2px solid var(--teal);padding-inline-start:6px}
 .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout{border:0;padding:0;margin:0}
 .ramz-account-hero{padding:20px 16px;gap:12px}
 .woocommerce-account .ramz-account-hero h2{font-size:22px}
 .woocommerce-account .ramz-account-hero p{font-size:13px}
 .ramz-account-symbol{width:42px;height:42px}
 .ramz-account-actions{grid-template-columns:minmax(0,1fr);gap:10px}
 .woocommerce-account .entry-content .ramz-account-action{grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:12px;padding:14px}
 .ramz-account-action-copy{grid-column:2;grid-row:1}
 .ramz-account-action-arrow{grid-column:3;grid-row:1}
 .ramz-account-action-copy strong{font-size:15px}
 .ramz-account-action-copy>span{font-size:13px}
 .ramz-account-orders{padding:8px 16px 16px}
 .woocommerce-account .ramz-account-section-heading h2{font-size:17px}
 .woocommerce-account .ramz-account-empty{gap:12px;padding-top:16px}
 .ramz-account-empty-icon{display:none}
 .woocommerce-account .ramz-account-empty .button{margin-inline-start:0}
 .ramz-account-support{padding:16px;flex-wrap:wrap;gap:8px}
 .woocommerce-account .ramz-recent-order-list a{grid-template-columns:minmax(0,1fr) auto;gap:8px}
 .ramz-recent-order-list .ramz-account-action-arrow{display:none}
 .ramz-order-status{grid-column:2;grid-row:1}
 .ramz-order-total{grid-column:1/-1}
 .woocommerce-account .woocommerce-MyAccount-content>form,.woocommerce-account .woocommerce-MyAccount-content>.woocommerce-Addresses{padding:16px}
 .woocommerce-account .woocommerce-EditAccountForm{grid-template-columns:minmax(0,1fr)}
 .woocommerce-account .woocommerce-orders-table thead{display:none}
 .woocommerce-account .woocommerce-orders-table tr{display:block;padding:12px;border-bottom:1px solid var(--line)}
 .woocommerce-account .woocommerce-orders-table td,.woocommerce-account .woocommerce-orders-table th[scope=row]{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:6px 0;border:0;flex-wrap:wrap;overflow-wrap:anywhere}
 .woocommerce-account .woocommerce-orders-table [data-title]::before{content:attr(data-title);font-weight:700}
 .woocommerce-account .woocommerce-orders-table a{display:inline-flex;align-items:center;min-height:44px}
 .ramz-auth-shell{grid-template-columns:1fr}
 .ramz-auth-intro{padding:24px}
 .ramz-auth-intro .ramz-account-symbol,.ramz-auth-intro ul{display:none}
 .woocommerce-account .ramz-auth-intro h2{font-size:23px;margin:0 0 8px}
 .ramz-auth-forms{padding:20px 16px}
 .woocommerce-account .woocommerce-ResetPassword{padding:20px}
}
/* Match the shared compact page spacing without shrinking form controls. */
.ramz-auth-intro{padding:28px 24px}
.ramz-auth-forms{padding:24px}
.woocommerce-account .ramz-auth-forms h2{margin-bottom:14px}
.woocommerce-account .ramz-account-hero{padding:20px}
.woocommerce-account .woocommerce-MyAccount-content>form{padding:20px}
@media(max-width:800px){
 .ramz-auth-intro{padding:16px}
 .ramz-auth-forms{padding:18px 16px}
 .woocommerce-account .ramz-auth-intro h2{font-size:21px}
 .woocommerce-account .ramz-account-hero{padding:16px}
 .woocommerce-account .ramz-account-action{padding:12px}
 .woocommerce-account .woocommerce-MyAccount-content>form{padding:14px}
 .woocommerce-account .woocommerce form .form-row{margin-bottom:12px}
 .woocommerce-account .ramz-auth-forms .col2-set{gap:18px}
 .woocommerce-account .ramz-auth-forms .u-column2{padding-top:18px}
}
