/* =====================================================================
   Qlimatix — My Account (login / register) page.
   Ported from the prototype "Inloggen.html" (.au-* component system).
   Scoped under .au-page; renders inside WooCommerce's [woocommerce_my_account].
   Self-hosted Onest (falls back to system fonts if the woff2 are absent).
   ===================================================================== */

/* ---- self-hosted Onest (same files as adv.css) ---- */
@font-face{font-family:'Onest';font-style:normal;font-weight:400;font-display:swap;src:local('Onest'),url('fonts/Onest-Regular.woff2') format('woff2');}
@font-face{font-family:'Onest';font-style:normal;font-weight:500;font-display:swap;src:local('Onest Medium'),url('fonts/Onest-Medium.woff2') format('woff2');}
@font-face{font-family:'Onest';font-style:normal;font-weight:600;font-display:swap;src:local('Onest SemiBold'),url('fonts/Onest-SemiBold.woff2') format('woff2');}
@font-face{font-family:'Onest';font-style:normal;font-weight:700;font-display:swap;src:local('Onest Bold'),url('fonts/Onest-Bold.woff2') format('woff2');}

/* ---- reset the WooCommerce wrapper this content renders inside ---- */
.au-outer .woocommerce{margin:0;padding:0;}
.au-outer .woocommerce::before,.au-outer .woocommerce::after{display:none;}

/* WooCommerce core styles form.login / form.register as a bordered, 20px-padded
   box with 2em margins. That box leaks around our fields (extra spacing) and the
   submit button breaks out of it. Strip it so the .au-* layout owns all spacing. */
.au-page form.login,.au-page form.register,
.au-page .woocommerce-form-login,.au-page .woocommerce-form-register{
  border:0; padding:0; margin:0; border-radius:0;
}

.au-page *{box-sizing:border-box;}
.au-page a{color:inherit;text-decoration:none;}

.au-page{
  --navy:#10293d; --navy-deep:#0d2334; --ink:#16242f; --muted:#6f7a83;
  --blue:#1c9bd7; --orange-a:#f0974a; --orange-b:#e87f1e;
  --gray-bg:#e9e7e3; --line:#e2e0dc; --field-line:#d7d3cd;
  --danger:#cf3b21; --success:#1f8a4c;
  --btn-bg:linear-gradient(90deg,var(--orange-a),var(--orange-b));
  --btn-shadow:0 9px 20px -14px rgba(232,127,30,.45);
  --overlay:linear-gradient(160deg,rgba(16,41,61,.32) 0%,rgba(13,35,52,.82) 64%,rgba(10,28,42,.94) 100%);
  font-family:'Onest',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink); -webkit-font-smoothing:antialiased;
  background:#ffffff;
  padding:44px 24px 176px;
}

.au-shell{ max-width:1180px; margin:0 auto; }

.au-crumb{
  display:flex; align-items:center; gap:10px;
  font-size:14.5px; color:var(--muted); margin-bottom:24px; flex-wrap:wrap;
}
.au-crumb a{ transition:color .15s; }
.au-crumb a:hover{ color:var(--navy); }
.au-crumb .sep{ color:#b6bcc0; }
.au-crumb .cur{ color:var(--navy); font-weight:500; }

/* the split card */
.au-card{
  display:grid; grid-template-columns:1.04fr .96fr;
  background:#fff; border:1px solid var(--line); border-radius:30px;
  overflow:hidden; box-shadow:0 40px 90px -54px rgba(13,42,71,.55);
  min-height:680px;
}

/* ---------- FORM SIDE ---------- */
.au-form-side{ padding:52px 56px 46px; display:flex; flex-direction:column; }
.au-mark{ display:flex; align-items:center; gap:11px; margin-bottom:34px; }
.au-mark .au-logo{ height:32px; width:auto; display:block; }

.au-head h1{ font-size:32px; font-weight:600; letter-spacing:-.025em; color:var(--navy); margin:0 0 8px; }
.au-head p{ font-size:15.5px; line-height:1.6; color:var(--muted); margin:0 0 26px; max-width:400px; }

/* segmented tabs — hug their labels and sit together (not stretched full-width) */
.au-tabs{
  align-self:start; width:max-content;
  display:grid; grid-template-columns:auto auto; gap:4px;
  background:var(--gray-bg); border-radius:999px; padding:5px; margin-bottom:30px;
}
.au-tab{
  appearance:none; border:0; background:transparent; cursor:pointer;
  font:inherit; font-size:15px; font-weight:600; color:var(--muted);
  padding:11px 26px; border-radius:999px; transition:color .18s, background .18s, box-shadow .18s;
}
.au-tab[aria-selected="true"]{ background:#fff; color:var(--navy); box-shadow:0 2px 8px rgba(16,41,61,.12); }

/* WooCommerce notices, restyled to match the prototype callouts */
.au-notices{ margin-bottom:20px; }
.au-notices:empty{ display:none; }
.au-notices .woocommerce-error,
.au-notices .woocommerce-message,
.au-notices .woocommerce-info{
  list-style:none; margin:0 0 12px; padding:13px 16px 13px 42px; position:relative;
  font-size:14px; line-height:1.5; border-radius:13px; border:1px solid transparent;
}
.au-notices .woocommerce-error{ background:#fcefec; color:#9a311c; border-color:#f3d4cc; }
.au-notices .woocommerce-message{ background:#e9f6ee; color:#15692f; border-color:#c7e8d3; }
.au-notices .woocommerce-info{ background:#eaf4fb; color:#125681; border-color:#cfe6f5; }
.au-notices li{ margin:0; }
.au-notices .woocommerce-error::before,
.au-notices .woocommerce-message::before,
.au-notices .woocommerce-info::before{
  content:""; position:absolute; left:15px; top:14px; width:16px; height:16px;
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.au-notices .woocommerce-error::before{ background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 18 18' fill='none'><circle cx='9' cy='9' r='8' stroke='%239a311c' stroke-width='1.6'/><path d='M9 5v5' stroke='%239a311c' stroke-width='1.8' stroke-linecap='round'/><circle cx='9' cy='12.6' r='1' fill='%239a311c'/></svg>"); }
.au-notices .woocommerce-message::before{ background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 18 18' fill='none'><circle cx='9' cy='9' r='8' stroke='%2315692f' stroke-width='1.6'/><path d='M5.5 9.2l2.4 2.3L12.5 6.5' stroke='%2315692f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>"); }
.au-notices .woocommerce-info::before{ background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 18 18' fill='none'><circle cx='9' cy='9' r='8' stroke='%23125681' stroke-width='1.6'/><path d='M9 8.2v4.4' stroke='%23125681' stroke-width='1.8' stroke-linecap='round'/><circle cx='9' cy='5.4' r='1' fill='%23125681'/></svg>"); }
.au-notices .button{ display:none; } /* hide WC's inline notice buttons */

.au-panel{ display:none; }
.au-panel.is-active{ display:block; animation:auFade .26s ease; }
@keyframes auFade{ from{ opacity:0; transform:translateY(6px); } to{ opacity:1; transform:none; } }

/* fields */
.au-field{ margin-bottom:18px; }
.au-field > label{ display:block; font-size:13.5px; font-weight:600; color:var(--navy); margin-bottom:8px; }
.au-inputwrap{ position:relative; }
.au-input{
  width:100%; height:54px; padding:0 16px; font:inherit; font-size:15px; color:var(--ink);
  background:#fff; border:1.5px solid var(--field-line); border-radius:13px;
  transition:border-color .15s, box-shadow .15s; outline:none;
}
.au-input::placeholder{ color:#a7adb2; }
.au-input:focus{ border-color:var(--navy); box-shadow:0 0 0 4px rgba(16,41,61,.13); }
.au-inputwrap.has-toggle .au-input{ padding-right:50px; }
.au-input.is-error{ border-color:var(--danger); box-shadow:0 0 0 4px rgba(207,59,33,.12); }

.au-eye{
  position:absolute; top:50%; right:8px; transform:translateY(-50%);
  width:38px; height:38px; border:0; background:transparent; border-radius:9px; cursor:pointer;
  display:flex; align-items:center; justify-content:center; color:#8a939b; transition:color .15s, background .15s;
}
.au-eye:hover{ color:var(--navy); background:#f1efec; }

.au-err{
  display:none; align-items:center; gap:6px;
  color:var(--danger); font-size:12.5px; font-weight:500; margin-top:7px;
}
.au-err.is-shown{ display:flex; }

.au-rowx{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin:4px 0 24px; }
.au-check{ display:flex; align-items:center; gap:9px; cursor:pointer; font-size:14px; color:var(--muted); user-select:none; }
.au-check input{ position:absolute; opacity:0; width:0; height:0; }
.au-box{
  width:19px; height:19px; border:1.5px solid var(--field-line); border-radius:6px; flex:none;
  display:flex; align-items:center; justify-content:center; background:#fff; transition:background .15s, border-color .15s;
}
.au-box svg{ opacity:0; transition:opacity .12s; }
.au-check input:checked + .au-box{ background:var(--navy); border-color:var(--navy); }
.au-check input:checked + .au-box svg{ opacity:1; }
.au-check input:focus-visible + .au-box{ box-shadow:0 0 0 4px rgba(16,41,61,.2); }
.au-link{ font-size:14px; font-weight:600; color:var(--orange-b); }
.au-link:hover{ text-decoration:underline; }

/* primary submit */
.au-submit{
  position:relative; width:100%; height:56px; border:0; border-radius:999px; cursor:pointer;
  background:var(--btn-bg); color:#fff; font:inherit; font-size:16px; font-weight:600;
  display:flex; align-items:center; justify-content:center; gap:12px;
  box-shadow:var(--btn-shadow); transition:transform .12s, box-shadow .15s, filter .15s;
}
.au-submit:hover{ filter:brightness(1.04); }
.au-submit:active{ transform:translateY(1px); }
.au-submit .arr{ width:30px; height:30px; border-radius:50%; background:rgba(255,255,255,.22); display:flex; align-items:center; justify-content:center; }

.au-meta{ margin-top:auto; padding-top:30px; font-size:13px; line-height:1.6; color:var(--muted); }
.au-meta a{ color:var(--navy); font-weight:500; }
.au-meta a:hover{ text-decoration:underline; }
/* padding-top (not margin) so the gap can never be eaten by margin-collapse —
   the login panel specifically was collapsing the top margin to ~0. */
.au-switch{ font-size:14.5px; color:var(--muted); margin-top:0; padding-top:48px; }
.au-switch button{ background:none; border:0; padding:0; font:inherit; font-size:14.5px; font-weight:600; color:var(--blue); cursor:pointer; }
.au-switch button:hover{ text-decoration:underline; }

/* The submit carries WooCommerce's .button class, so woocommerce-general would
   override .au-submit (grey bg, display:block, arrow falls out). Re-assert the
   design at higher specificity (account.css loads after woocommerce-general).
   CRITICAL: WooCommerce floats .woocommerce-form-login__submit left, which pulls
   the button out of flow so the LOGIN form collapses and the "Nog geen account?"
   line renders on top of the button. float:none keeps it in normal flow. */
.au-outer .au-page button.au-submit,
.au-page button.au-submit{
  float:none;
  display:flex; align-items:center; justify-content:center; gap:12px;
  width:100%; min-height:56px; height:56px; padding:0; line-height:1;
  border:0; border-radius:999px; background:var(--btn-bg); color:#fff;
  font:600 16px/1 'Onest',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  text-shadow:none; box-shadow:var(--btn-shadow); cursor:pointer;
  transition:transform .12s, box-shadow .15s, filter .15s;
}
.au-page button.au-submit:hover{ background:var(--btn-bg); color:#fff; filter:brightness(1.04); }
.au-page button.au-submit:active{ transform:translateY(1px); }
.au-page button.au-submit .arr{ position:static; flex:none; }

/* Hide browsers' native password reveal control (Edge/IE) so it doesn't sit
   next to our custom eye toggle as a second, overlapping icon. */
.au-page input[type="password"]::-ms-reveal,
.au-page input[type="password"]::-ms-clear{ display:none; }

/* WooCommerce registration privacy notice — softer, muted body copy (it renders
   in the default dark ink otherwise, which reads too hard next to the form). */
.au-page .woocommerce-privacy-policy-text{
  color:var(--muted); font-size:12.5px; line-height:1.55; margin:0 0 18px;
}
.au-page .woocommerce-privacy-policy-text p{ margin:0; color:inherit; font:inherit; }
.au-page .woocommerce-privacy-policy-text a{ color:var(--orange-b); font-weight:600; }

/* ---------- BRAND PANEL SIDE ---------- */
.au-brand{
  order:2; position:relative; color:#fff; overflow:hidden;
  display:flex; flex-direction:column; justify-content:flex-end;
  padding:52px 50px 48px; min-height:100%;
}
.au-brand .bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.au-brand .scrim{ position:absolute; inset:0; background:var(--overlay); }
.au-brand .inner{ position:relative; z-index:1; }
.au-badge{
  display:inline-flex; align-items:center; gap:9px; font-size:12.5px; font-weight:600; letter-spacing:.04em;
  text-transform:uppercase; background:rgba(255,255,255,.16); backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.24); padding:8px 15px; border-radius:999px; margin-bottom:auto; white-space:nowrap;
}
.au-badge .dot{ width:7px; height:7px; border-radius:50%; background:#f0974a; display:inline-block; }
.au-brand h2{ font-size:36px; line-height:1.12; font-weight:600; letter-spacing:-.025em; margin:26px 0 14px; max-width:360px; }
.au-brand .lead{ font-size:15.5px; line-height:1.6; color:rgba(255,255,255,.82); margin:0 0 30px; max-width:360px; font-weight:300; }

.au-benefits{ display:flex; flex-direction:column; gap:15px; margin:0 0 34px; }
.au-benefit{ display:flex; align-items:flex-start; gap:13px; }
.au-benefit .tick{
  width:26px; height:26px; border-radius:50%; flex:none; margin-top:1px;
  background:var(--orange-b); display:flex; align-items:center; justify-content:center;
}
.au-benefit b{ display:block; font-size:15px; font-weight:600; }
.au-benefit span{ display:block; font-size:13px; line-height:1.5; color:rgba(255,255,255,.72); font-weight:300; }

.au-trust{ display:flex; align-items:center; gap:22px; padding-top:26px; border-top:1px solid rgba(255,255,255,.18); }
.au-trust .kiyoh{ display:flex; align-items:center; gap:11px; font-size:13.5px; color:rgba(255,255,255,.82); }
.au-trust .au-kiyoh-logo{ height:30px; width:auto; display:block; }
.au-trust .kiyoh-cap b{ color:#fff; font-weight:700; font-size:15px; }
.au-trust .sep-v{ width:1px; height:32px; background:rgba(255,255,255,.22); }
.au-trust .au-thuis-logo{ height:26px; width:auto; display:block; opacity:.96; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width:980px){
  .au-page{ padding:34px 26px 136px; }
  .au-card{ grid-template-columns:1fr; min-height:0; border-radius:26px; }
  .au-brand{ order:0 !important; min-height:0; padding:38px 40px 36px; }
  .au-brand h2{ font-size:27px; margin:18px 0 12px; max-width:520px; }
  .au-brand .lead{ margin-bottom:0; max-width:520px; }
  .au-benefits, .au-trust{ display:none; }
  .au-form-side{ order:1 !important; padding:44px 44px 40px; }
  /* stacked layout (tablet + mobile): more air above the "Nog geen account?" /
     "Heb je al een account?" line, less below it before the fine print. Shared
     rules → applies to both the Inloggen and Account aanmaken panels. */
  .au-switch{ margin-top:0; }
  .au-meta{ margin-top:18px; padding-top:0; }
}

@media (max-width:600px){
  .au-page{ padding:20px 12px 150px; }
  .au-crumb{ margin-bottom:18px; font-size:13.5px; }
  .au-card{ border-radius:22px; }
  .au-brand{ padding:30px 24px 28px; }
  .au-brand h2{ font-size:23px; }
  .au-brand .lead{ font-size:14.5px; }
  .au-form-side{ padding:32px 22px 28px; }
  .au-mark{ margin-bottom:26px; }
  .au-head h1{ font-size:25px; }
  .au-head p{ font-size:14.5px; margin-bottom:22px; }
  .au-tabs{ margin-bottom:24px; }
  .au-tab{ font-size:14px; padding:11px 18px; }
  .au-input{ height:52px; }
  .au-submit{ height:54px; }
  .au-rowx{ flex-direction:column; align-items:flex-start; gap:14px; }
}

@media (max-width:380px){
  .au-form-side{ padding:28px 16px 24px; }
  .au-brand{ padding:26px 18px 24px; }
  .au-head h1{ font-size:23px; }
}

/* =====================================================================
   LOGGED-IN MY ACCOUNT DASHBOARD  (scoped under .ma-page)
   Ported from the prototype "Mijn Account.html" (.ma-* component system).
   Renders inside .au-outer > .woocommerce via woocommerce/myaccount/*.php.
   ===================================================================== */
.ma-page *{ box-sizing:border-box; }
.ma-page a{ color:inherit; text-decoration:none; }

.ma-page{
  --navy:#10293d; --navy-deep:#0d2334; --ink:#16242f; --muted:#6f7a83;
  --blue:#1c9bd7; --orange-a:#f0974a; --orange-b:#e87f1e;
  --gray-bg:#e9e7e3; --line:#e6e3df; --field-line:#d7d3cd;
  --danger:#cf3b21; --success:#1f8a4c; --accent:var(--orange-b);
  --btn-bg:linear-gradient(90deg,var(--orange-a),var(--orange-b));
  --btn-shadow:0 14px 30px -12px rgba(232,127,30,.55);
  font-family:'Onest',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink); -webkit-font-smoothing:antialiased; background:#fff;
  padding:34px 24px 176px; /* bottom clears the footer's .lof-news-band--top, which pulls up 150px (no gray section precedes it on account pages) */
}
.ma-shell{ max-width:1200px; margin:0 auto; }

/* breadcrumb */
.ma-crumb{ display:flex; align-items:center; gap:10px; font-size:14px; color:var(--muted); margin-bottom:22px; flex-wrap:wrap; }
.ma-crumb a{ transition:color .15s; }
.ma-crumb a:hover{ color:var(--navy); }
.ma-crumb .sep{ color:#b6bcc0; }
.ma-crumb .cur{ color:var(--navy); font-weight:500; }

/* account band */
.ma-band{ display:flex; align-items:center; gap:18px; margin-bottom:26px; flex-wrap:wrap; }
.ma-avatar{ width:62px; height:62px; border-radius:50%; flex:none; background:linear-gradient(150deg,#19435f,#10293d); color:#fff; display:flex; align-items:center; justify-content:center; font-size:23px; font-weight:600; letter-spacing:.5px; box-shadow:0 12px 26px -14px rgba(13,42,71,.7); }
.ma-band-txt h1{ font-size:27px; font-weight:600; letter-spacing:-.025em; color:var(--navy); margin:0 0 3px; }
.ma-band-txt p{ font-size:14.5px; color:var(--muted); margin:0; }
.ma-band-txt p b{ color:var(--ink); font-weight:600; }

/* layout */
.ma-layout{ display:grid; grid-template-columns:266px 1fr; gap:26px; align-items:start; }

/* ---------- SIDEBAR NAV ---------- */
.ma-page .woocommerce-MyAccount-navigation{ position:sticky; top:18px; float:none; width:auto; background:#fff; border:1px solid var(--line); border-radius:22px; padding:14px; box-shadow:0 24px 54px -42px rgba(13,42,71,.5); font-size:inherit; }
.ma-nav-card-top{ display:flex; align-items:center; gap:11px; padding:8px 10px 14px; border-bottom:1px solid var(--line); margin-bottom:10px; }
.ma-nav-card-top .mini{ width:38px; height:38px; border-radius:50%; flex:none; background:#eef4f8; display:flex; align-items:center; justify-content:center; }
.ma-nav-card-top .who b{ display:block; font-size:14.5px; font-weight:600; color:var(--navy); overflow:hidden; text-overflow:ellipsis; }
.ma-nav-card-top .who span{ display:block; font-size:12.5px; color:var(--muted); overflow:hidden; text-overflow:ellipsis; }
.ma-page .woocommerce-MyAccount-navigation ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:3px; }
.ma-page .woocommerce-MyAccount-navigation li{ margin:0; padding:0; border:0; }
.ma-nav-link{ display:flex; align-items:center; gap:13px; width:100%; padding:12px 13px; border-radius:13px; border:0; background:transparent; cursor:pointer; font:inherit; font-size:14.5px; font-weight:500; color:var(--ink); text-align:left; transition:background .14s, color .14s; }
.ma-nav-link .ic{ width:20px; height:20px; flex:none; color:var(--muted); transition:color .14s; }
.ma-nav-link:hover{ background:#f5f3f0; }
.ma-nav-link .badge-n{ margin-left:auto; font-size:12px; font-weight:600; color:var(--muted); background:#eef0f1; border-radius:999px; padding:2px 9px; }
.woocommerce-MyAccount-navigation-link.is-active .ma-nav-link{ background:var(--navy); color:#fff; }
.woocommerce-MyAccount-navigation-link.is-active .ma-nav-link .ic{ color:#fff; }
.woocommerce-MyAccount-navigation-link.is-active .ma-nav-link .badge-n{ background:rgba(255,255,255,.18); color:#fff; }
.ma-nav-logout{ margin-top:6px; padding-top:10px; border-top:1px solid var(--line); }
.ma-nav-logout .ma-nav-link{ color:var(--danger); }
.ma-nav-logout .ma-nav-link .ic{ color:var(--danger); }
.ma-nav-logout .ma-nav-link:hover{ background:#fbeeeb; }

/* ---------- CONTENT / PANELS ---------- */
.ma-page .woocommerce-MyAccount-content{ min-width:0; float:none; width:auto; margin:0; }
.ma-panel{ animation:maFade .28s ease; }
@keyframes maFade{ from{ opacity:0; transform:translateY(7px); } to{ opacity:1; transform:none; } }

.ma-card{ background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:0 24px 60px -48px rgba(13,42,71,.55); }
.ma-card + .ma-card{ margin-top:20px; }
.ma-card-h{ display:flex; align-items:center; justify-content:space-between; gap:14px; padding:20px 24px; border-bottom:1px solid var(--line); }
.ma-card-h h2{ font-size:18px; font-weight:600; letter-spacing:-.01em; color:var(--navy); margin:0; }
.ma-card-b{ padding:24px; }

.ma-panel-head{ margin-bottom:18px; }
.ma-panel-head h2{ font-size:22px; font-weight:600; letter-spacing:-.02em; color:var(--navy); margin:0 0 5px; }
.ma-panel-head p{ font-size:14.5px; line-height:1.6; color:var(--muted); margin:0; max-width:640px; }

/* buttons */
.ma-btn{ display:inline-flex; align-items:center; justify-content:center; gap:9px; height:46px; padding:0 22px; border-radius:999px; border:0; cursor:pointer; font:inherit; font-size:14.5px; font-weight:600; white-space:nowrap; text-decoration:none; transition:transform .12s, box-shadow .15s, filter .15s, background .15s, border-color .15s, color .15s; }
.ma-btn-primary{ background:var(--btn-bg); color:#fff; box-shadow:var(--btn-shadow); }
.ma-btn-primary:hover{ filter:brightness(1.04); color:#fff; }
.ma-btn-primary:active{ transform:translateY(1px); }
.ma-btn-ghost{ background:#fff; color:var(--navy); border:1.5px solid var(--field-line); }
.ma-btn-ghost:hover{ border-color:#bcb8b1; background:#fcfbfa; color:var(--navy); }
.ma-btn-sm{ height:38px; padding:0 16px; font-size:13.5px; }
.ma-btn-block{ width:100%; }
.ma-btn .ic{ width:16px; height:16px; flex:none; }
/* .ma-page a{color:inherit} (specificity 0,1,1) outranks .ma-btn-primary{color:#fff}
   (0,1,0), so <a class="ma-btn"> buttons inherited dark body text — e.g. the
   "Opnieuw bestellen" button showed near-black text instead of white. Re-assert
   the button text colours at higher specificity for the anchor variants. */
.ma-page a.ma-btn-primary, .ma-page a.ma-btn-primary:hover, .ma-page a.ma-btn-primary:focus{ color:#fff; }
.ma-page a.ma-btn-ghost, .ma-page a.ma-btn-ghost:hover, .ma-page a.ma-btn-ghost:focus{ color:var(--navy); }

/* dashboard hero */
.ma-hello{ position:relative; overflow:hidden; color:#fff; border-radius:22px; padding:30px 32px; background:linear-gradient(135deg,#13344c 0%,#10293d 60%,#0d2334 100%); box-shadow:0 24px 60px -42px rgba(13,42,71,.7); }
.ma-hello .blob{ position:absolute; right:-40px; top:-40px; width:220px; height:220px; border-radius:50%; background:radial-gradient(circle at 30% 30%, rgba(240,151,74,.5), transparent 70%); }
.ma-hello h2{ position:relative; font-size:24px; font-weight:600; letter-spacing:-.02em; margin:0 0 8px; }
.ma-hello p{ position:relative; font-size:14.5px; line-height:1.6; color:rgba(255,255,255,.82); margin:0; max-width:560px; font-weight:300; }

.ma-grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:20px; align-items:stretch; }
.ma-grid-2 > .ma-card{ display:flex; flex-direction:column; height:100%; margin-top:0; }
.ma-grid-2 > .ma-card .ma-card-b{ flex:1 1 auto; }
.ma-grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }

/* recent order mini */
.ma-recent{ display:flex; gap:16px; align-items:center; }
.ma-recent .thumb{ width:66px; height:66px; border-radius:14px; flex:none; background:#f2f0ec; border:1px solid var(--line); object-fit:contain; padding:6px; }
.ma-recent .meta b{ display:block; font-size:14.5px; font-weight:600; color:var(--navy); }
.ma-recent .meta span{ display:block; font-size:13px; color:var(--muted); margin-top:2px; }
.thumb--ph{ display:block; background:#f2f0ec linear-gradient(135deg,#f2f0ec,#e7e4df); }

/* status pills */
.ma-status{ display:inline-flex; align-items:center; gap:7px; font-size:12.5px; font-weight:600; padding:5px 12px; border-radius:999px; }
.ma-status .dot{ width:7px; height:7px; border-radius:50%; flex:none; }
.ma-status.is-bezorgd{ background:#e7f5ec; color:#15692f; }
.ma-status.is-bezorgd .dot{ background:#1f8a4c; }
.ma-status.is-onderweg{ background:#e9f4fb; color:#15689a; }
.ma-status.is-onderweg .dot{ background:#1c9bd7; }
.ma-status.is-verwerkt{ background:#fdf1e6; color:#a85a14; }
.ma-status.is-verwerkt .dot{ background:#e87f1e; }
.ma-status.is-cancelled{ background:#f0eeec; color:#75808a; }
.ma-status.is-cancelled .dot{ background:#9aa3aa; }

/* quick links */
.ma-quick{ display:flex; align-items:center; gap:14px; width:100%; padding:18px; border-radius:16px; border:1px solid var(--line); background:#fff; cursor:pointer; text-align:left; transition:border-color .15s, box-shadow .15s, transform .12s; }
.ma-quick:hover{ border-color:#cfd6dc; box-shadow:0 16px 34px -28px rgba(13,42,71,.5); transform:translateY(-1px); }
.ma-quick .qic{ width:44px; height:44px; border-radius:12px; flex:none; background:#eef4f8; display:flex; align-items:center; justify-content:center; color:var(--navy); }
.ma-quick .qic svg{ width:21px; height:21px; }
.ma-quick b{ display:block; font-size:15px; font-weight:600; color:var(--navy); }
.ma-quick > span > span{ display:block; font-size:13px; color:var(--muted); margin-top:2px; }
.ma-quick .chev{ margin-left:auto; color:#b6bcc0; flex:none; }

/* orders */
.ma-orders{ display:flex; flex-direction:column; }
.ma-order{ border:1px solid var(--line); border-radius:16px; overflow:hidden; transition:border-color .15s, box-shadow .15s; }
.ma-order + .ma-order{ margin-top:14px; }
.ma-order.is-open{ border-color:#cfd6dc; box-shadow:0 18px 40px -34px rgba(13,42,71,.5); }
.ma-order-row{ display:grid; grid-template-columns:1.3fr 1fr 1fr 1.1fr auto; gap:14px; align-items:center; padding:16px 20px; cursor:pointer; background:#fff; }
.ma-order-row:hover{ background:#fbfaf8; }
.ma-ocol .lbl{ display:block; font-size:11.5px; text-transform:uppercase; letter-spacing:.05em; color:#9aa3aa; font-weight:600; margin-bottom:3px; }
.ma-ocol .val{ font-size:14.5px; font-weight:600; color:var(--navy); }
.ma-ocol .val.muted{ font-weight:500; color:var(--ink); }
.ma-order-toggle{ width:34px; height:34px; border-radius:10px; border:1px solid var(--field-line); background:#fff; display:flex; align-items:center; justify-content:center; color:var(--muted); transition:transform .25s, background .15s; cursor:pointer; }
.ma-order.is-open .ma-order-toggle{ transform:rotate(180deg); background:#f1efec; }

.ma-order-detail{ padding:0 20px 20px; background:#fbfaf8; border-top:1px solid var(--line); }
html.qx-js .ma-order-detail{ display:none; }
html.qx-js .ma-order.is-open .ma-order-detail{ display:block; }

/* track & trace */
.ma-track{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:20px 22px; margin:18px 0; }
.ma-track-top{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:18px; flex-wrap:wrap; }
.ma-track-top .tt{ font-size:13.5px; color:var(--muted); }
.ma-track-top .tt b{ color:var(--navy); font-weight:600; }
.ma-steps{ display:grid; grid-template-columns:repeat(4,1fr); position:relative; }
.ma-steps::before{ content:""; position:absolute; left:6%; right:6%; top:13px; height:3px; background:#e6e3df; border-radius:2px; }
.ma-steps .bar{ position:absolute; left:6%; top:13px; height:3px; background:var(--accent); border-radius:2px; transition:width .4s; }
.ma-step{ position:relative; text-align:center; z-index:1; }
.ma-step .node{ width:28px; height:28px; border-radius:50%; margin:0 auto 9px; background:#fff; border:3px solid #e6e3df; display:flex; align-items:center; justify-content:center; color:#fff; }
.ma-step .node svg{ width:13px; height:13px; opacity:0; }
.ma-step.done .node{ background:var(--accent); border-color:var(--accent); }
.ma-step.done .node svg{ opacity:1; }
.ma-step.current .node{ border-color:var(--accent); box-shadow:0 0 0 4px rgba(232,127,30,.16); }
.ma-step .s-lbl{ font-size:12.5px; font-weight:600; color:var(--navy); }
.ma-step .s-date{ font-size:11.5px; color:var(--muted); margin-top:2px; }
.ma-step:not(.done):not(.current) .s-lbl{ color:#aab1b7; }

/* line items */
.ma-lines{ display:flex; flex-direction:column; gap:12px; margin-top:4px; }
.ma-line{ display:flex; align-items:center; gap:14px; }
.ma-line .thumb{ width:54px; height:54px; border-radius:12px; flex:none; background:#f2f0ec; border:1px solid var(--line); object-fit:contain; padding:5px; }
.ma-line .li-main{ flex:1; min-width:0; }
.ma-line .li-main b{ display:block; font-size:14px; font-weight:600; color:var(--navy); }
.ma-line .li-main span{ font-size:12.5px; color:var(--muted); }
.ma-line .li-price{ font-size:14px; font-weight:600; color:var(--navy); white-space:nowrap; }

.ma-order-foot{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:18px; padding-top:16px; border-top:1px dashed var(--field-line); flex-wrap:wrap; }
.ma-order-foot .totals{ font-size:13.5px; color:var(--muted); }
.ma-order-foot .totals b{ font-size:16px; color:var(--navy); font-weight:700; margin-left:5px; }
.ma-order-actions{ display:flex; gap:10px; flex-wrap:wrap; }

/* view-order totals + updates */
.ma-vo-totals{ margin-top:18px; border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.ma-vo-row{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding:11px 18px; font-size:14px; }
.ma-vo-row + .ma-vo-row{ border-top:1px solid var(--line); }
.ma-vo-row .lbl{ color:var(--muted); }
.ma-vo-row .val{ color:var(--navy); font-weight:600; }
.ma-vo-row.is-grand{ background:#fbfaf8; }
.ma-vo-row.is-grand .lbl, .ma-vo-row.is-grand .val{ font-size:16px; font-weight:700; color:var(--navy); }
.ma-updates{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.ma-update{ border-left:2px solid var(--line); padding:2px 0 2px 16px; }
.ma-update-meta{ font-size:12px; color:#9aa3aa; font-weight:600; margin-bottom:3px; }
.ma-update-text{ font-size:14px; line-height:1.55; color:var(--ink); }
.ma-update-text p{ margin:0; }

/* pagination */
.ma-pagination{ display:flex; align-items:center; justify-content:center; gap:14px; margin-top:22px; }
.ma-pagination__pos{ font-size:13.5px; color:var(--muted); }

/* address cards */
.ma-addr .ma-card-b{ font-size:14.5px; line-height:1.7; color:var(--ink); }
.ma-addr address{ font-style:normal; margin:0; }
.ma-addr-empty{ color:var(--muted); font-size:14px; }

/* forms (native WC fields + our .ma-field wrappers) */
.ma-form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.ma-field, .ma-page .form-row{ display:flex; flex-direction:column; margin:0; }
.ma-field.full, .ma-page .form-row-wide, .ma-page .ma-form-grid .form-row-wide{ grid-column:1 / -1; }
.ma-field > label, .ma-page .form-row > label{ font-size:13px; font-weight:600; color:var(--navy); margin-bottom:8px; }
.ma-field > label .opt{ font-weight:500; color:#a7adb2; }
.ma-page .form-row .required, .ma-page .form-row abbr.required{ color:var(--danger); border:0; text-decoration:none; }
.ma-page .woocommerce-input-wrapper{ display:block; width:100%; }
.ma-input, .ma-select,
.ma-page .input-text, .ma-page .form-row select, .ma-page .form-row input[type="text"], .ma-page .form-row input[type="email"], .ma-page .form-row input[type="tel"], .ma-page .form-row input[type="password"]{
  width:100%; height:50px; padding:0 15px; font:inherit; font-size:14.5px; color:var(--ink);
  background:#fff; border:1.5px solid var(--field-line); border-radius:12px; outline:none;
  transition:border-color .15s, box-shadow .15s;
}
.ma-select, .ma-page .form-row select{ appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 6l5 5 5-5' stroke='%236f7a83' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 15px center; padding-right:40px; }
.ma-input::placeholder, .ma-page .input-text::placeholder{ color:#a7adb2; }
.ma-input:focus, .ma-select:focus, .ma-page .input-text:focus, .ma-page .form-row select:focus, .ma-page .form-row input:focus{ border-color:var(--navy); box-shadow:0 0 0 4px rgba(16,41,61,.12); }
.ma-page .woocommerce-invalid .input-text, .ma-input.is-error{ border-color:var(--danger); box-shadow:0 0 0 4px rgba(207,59,33,.12); }
.ma-page textarea.input-text, .ma-input textarea{ height:auto; min-height:96px; padding:12px 15px; line-height:1.5; }
.ma-help{ font-size:12.5px; color:var(--muted); margin-top:7px; line-height:1.5; }
.ma-form-foot{ display:flex; align-items:center; gap:14px; margin-top:24px; flex-wrap:wrap; }
.ma-fieldset-title{ font-size:13.5px; font-weight:600; color:var(--navy); margin:30px 0 14px; padding-top:22px; border-top:1px solid var(--line); }
.ma-fieldset-title:first-child{ margin-top:0; padding-top:0; border-top:0; }
.ma-check{ display:inline-flex; align-items:center; gap:9px; cursor:pointer; font-size:14px; color:var(--muted); }

/* WooCommerce notices inside the dashboard content (e.g. "Adres gewijzigd").
   WooCommerce core renders an absolutely-positioned ::before icon-font glyph
   (~1.5em from the left). Our padding override left no room for it, so the glyph
   sat on top of the message text. Add left room + replace the glyph with a clean
   inline SVG (same treatment the login-page .au-notices use). */
.ma-page .woocommerce-message, .ma-page .woocommerce-error, .ma-page .woocommerce-info{ position:relative; list-style:none; margin:0 0 20px; padding:14px 18px 14px 46px; border-radius:14px; font-size:14px; line-height:1.5; border:1px solid transparent; }
.ma-page .woocommerce-message{ background:#e9f6ee; color:#15692f; border-color:#c7e8d3; }
.ma-page .woocommerce-error{ background:#fcefec; color:#9a311c; border-color:#f3d4cc; }
.ma-page .woocommerce-info{ background:#eaf4fb; color:#125681; border-color:#cfe6f5; }
.ma-page .woocommerce-message li, .ma-page .woocommerce-error li, .ma-page .woocommerce-info li{ margin:0; list-style:none; }
.ma-page .woocommerce-message::before, .ma-page .woocommerce-error::before, .ma-page .woocommerce-info::before{
  content:""; position:absolute; left:17px; top:15px; width:16px; height:16px; margin:0; padding:0;
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.ma-page .woocommerce-message::before{ background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 18 18' fill='none'><circle cx='9' cy='9' r='8' stroke='%2315692f' stroke-width='1.6'/><path d='M5.5 9.2l2.4 2.3L12.5 6.5' stroke='%2315692f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>"); }
.ma-page .woocommerce-error::before{ background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 18 18' fill='none'><circle cx='9' cy='9' r='8' stroke='%239a311c' stroke-width='1.6'/><path d='M9 5v5' stroke='%239a311c' stroke-width='1.8' stroke-linecap='round'/><circle cx='9' cy='12.6' r='1' fill='%239a311c'/></svg>"); }
.ma-page .woocommerce-info::before{ background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 18 18' fill='none'><circle cx='9' cy='9' r='8' stroke='%23125681' stroke-width='1.6'/><path d='M9 8.2v4.4' stroke='%23125681' stroke-width='1.8' stroke-linecap='round'/><circle cx='9' cy='5.4' r='1' fill='%23125681'/></svg>"); }
.ma-page .woocommerce-message .button, .ma-page .woocommerce-error .button, .ma-page .woocommerce-info .button{ display:inline-flex; align-items:center; height:34px; padding:0 14px; margin-left:12px; border-radius:999px; background:var(--navy); color:#fff; font-size:13px; font-weight:600; }

/* support strip */
.ma-support{ display:flex; align-items:center; gap:16px; padding:18px 22px; }
.ma-support .si{ width:46px; height:46px; border-radius:12px; flex:none; background:#eef4f8; display:flex; align-items:center; justify-content:center; color:var(--navy); }
.ma-support .st b{ display:block; font-size:14.5px; font-weight:600; color:var(--navy); }
.ma-support .st span{ display:block; font-size:13px; color:var(--muted); margin-top:2px; }
.ma-support .sa{ margin-left:auto; }

/* save toast */
.ma-toast{ position:fixed; left:50%; bottom:30px; transform:translateX(-50%) translateY(20px); display:flex; align-items:center; gap:11px; background:#10293d; color:#fff; font-size:14px; font-weight:500; padding:14px 20px; border-radius:14px; box-shadow:0 20px 50px -18px rgba(13,42,71,.6); opacity:0; pointer-events:none; transition:opacity .25s, transform .25s; z-index:60; }
.ma-toast.is-shown{ opacity:1; transform:translateX(-50%) translateY(0); }
.ma-toast .tk{ width:22px; height:22px; border-radius:50%; background:#1f8a4c; display:flex; align-items:center; justify-content:center; flex:none; }

/* The toast + herroeping modal are printed in wp_footer, OUTSIDE .ma-page, so the
   design tokens declared on .ma-page never cascade to them. Without these, the
   confirm button's background:var(--btn-bg) is undefined and "Herroeping
   bevestigen" renders invisible (white text, no fill); the ghost button loses its
   border too. Re-declare the tokens on the footer-level roots so they paint. */
.ma-modal-backdrop, .ma-toast{
  --navy:#10293d; --navy-deep:#0d2334; --ink:#16242f; --muted:#6f7a83;
  --blue:#1c9bd7; --orange-a:#f0974a; --orange-b:#e87f1e;
  --gray-bg:#e9e7e3; --line:#e6e3df; --field-line:#d7d3cd;
  --danger:#cf3b21; --success:#1f8a4c; --accent:var(--orange-b);
  --btn-bg:linear-gradient(90deg,var(--orange-a),var(--orange-b));
  --btn-shadow:0 14px 30px -12px rgba(232,127,30,.55);
  font-family:'Onest',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}

/* ===== Herroeping (right of withdrawal) ===== */
.ma-btn-recall{ background:#fff; color:var(--navy); border:1.5px solid var(--navy); }
.ma-btn-recall:hover{ background:var(--navy); color:#fff; }
.ma-recall-hint{ display:flex; align-items:flex-start; gap:9px; margin-top:14px; font-size:12.5px; line-height:1.55; color:var(--muted); }
.ma-recall-hint svg{ flex:none; margin-top:1px; color:#9aa3aa; }
.ma-recall-badge{ display:inline-flex; align-items:center; gap:8px; height:38px; padding:0 15px; border-radius:999px; font-size:13.5px; font-weight:600; background:#e9f4fb; color:#15689a; white-space:nowrap; }
.ma-recall-badge .bdot{ width:18px; height:18px; border-radius:50%; background:#1c9bd7; display:flex; align-items:center; justify-content:center; flex:none; }
.ma-recall-line{ margin-top:14px; font-size:12.5px; line-height:1.55; color:var(--muted); }
.ma-recall-expired{ display:flex; align-items:flex-start; gap:9px; margin-top:16px; padding:12px 15px; border-radius:12px; background:#f4f2ef; border:1px solid var(--line); font-size:13px; line-height:1.55; color:var(--muted); }
.ma-recall-expired svg{ flex:none; margin-top:1px; color:#9aa3aa; }

/* modal */
.ma-modal-backdrop{ position:fixed; inset:0; z-index:80; background:rgba(13,35,52,.5); backdrop-filter:blur(3px); display:flex; align-items:center; justify-content:center; padding:24px; opacity:0; transition:opacity .2s; }
.ma-modal-backdrop:not([hidden]){ opacity:1; }
.ma-modal-backdrop[hidden]{ display:none; }
.ma-modal{ width:100%; max-width:540px; background:#fff; border-radius:24px; box-shadow:0 50px 110px -40px rgba(13,42,71,.7); max-height:calc(100vh - 48px); display:flex; flex-direction:column; transform:translateY(12px); transition:transform .22s; }
.ma-modal-backdrop:not([hidden]) .ma-modal{ transform:none; }
.ma-modal-head{ flex:none; display:flex; align-items:flex-start; gap:14px; padding:26px 26px 16px; }
.ma-modal-head .rm-ic{ width:44px; height:44px; border-radius:12px; flex:none; background:#eef4f8; display:flex; align-items:center; justify-content:center; color:#10293d; }
.ma-modal-head h2{ font-size:19px; font-weight:600; color:#10293d; margin:0 0 5px; letter-spacing:-.01em; }
.ma-modal-head p{ font-size:13.5px; line-height:1.55; color:#6f7a83; margin:0; }
.ma-modal-head .rm-close{ margin-left:auto; width:34px; height:34px; border-radius:9px; border:0; background:#f1efec; color:#6f7a83; cursor:pointer; display:flex; align-items:center; justify-content:center; flex:none; transition:background .15s, color .15s; }
.ma-modal-head .rm-close:hover{ background:#e6e3df; color:#10293d; }
.ma-modal-body{ flex:1 1 auto; overflow-y:auto; padding:0 26px; }
.ma-modal-body .ma-field{ color:#10293d; }
.ma-modal-body .ma-field > label{ font-size:13px; font-weight:600; color:#10293d; margin-bottom:8px; }
.ma-modal-body .ma-input{ width:100%; border:1.5px solid #d7d3cd; border-radius:12px; font:inherit; font-size:14.5px; outline:none; }
.ma-modal-body .ma-input:focus{ border-color:#10293d; box-shadow:0 0 0 4px rgba(16,41,61,.12); }
.ma-recall-summary{ border:1px solid #e6e3df; border-radius:14px; overflow:hidden; }
.ma-recall-summary .rs-row{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding:11px 16px; font-size:13.5px; }
.ma-recall-summary .rs-row + .rs-row{ border-top:1px solid #e6e3df; }
.ma-recall-summary .rs-row > span{ color:#6f7a83; }
.ma-recall-summary .rs-row > b{ color:#10293d; font-weight:600; text-align:right; }
.ma-modal-info{ display:flex; align-items:flex-start; gap:10px; margin:18px 0 2px; padding:13px 15px; border-radius:12px; background:#eef4f8; font-size:13px; line-height:1.5; color:#15689a; }
.ma-modal-info svg{ flex:none; margin-top:1px; }
.ma-modal-foot{ flex:none; display:flex; gap:12px; padding:20px 26px 26px; flex-wrap:wrap; border-top:1px solid #e6e3df; }
.ma-modal-foot .ma-btn{ flex:1; min-width:150px; }

/* =====================================================================
   DASHBOARD RESPONSIVE
   ===================================================================== */
@media (max-width:920px){
  .ma-layout{ grid-template-columns:1fr; }
  .ma-page .woocommerce-MyAccount-navigation{ position:static; top:auto; display:flex; flex-wrap:nowrap; align-items:center; gap:8px; padding:8px; border-radius:18px; min-width:0; }
  .ma-nav-card-top{ display:none; }
  .ma-page .woocommerce-MyAccount-navigation ul{ flex:1 1 auto; min-width:0; flex-direction:row; flex-wrap:nowrap; gap:6px; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding-bottom:2px; }
  .ma-page .woocommerce-MyAccount-navigation ul::-webkit-scrollbar{ display:none; }
  .woocommerce-MyAccount-navigation-link{ flex:none; }
  .ma-nav-link{ white-space:nowrap; padding:10px 15px; border-radius:999px; }
  .ma-nav-logout{ flex:none; margin:0; padding:0 0 0 8px; border-top:0; border-left:1px solid var(--line); }
  .ma-grid-2{ grid-template-columns:1fr; }
  .ma-grid-3{ grid-template-columns:1fr; }
}
@media (max-width:680px){
  .ma-page{ padding:20px 14px 176px; } /* clear the upward-pulled footer newsletter band on mobile (was 130 → band overlapped the last card) */
  .ma-crumb{ margin-bottom:16px; font-size:13.5px; }
  .ma-band{ gap:14px; margin-bottom:20px; }
  .ma-avatar{ width:52px; height:52px; font-size:20px; }
  .ma-band-txt h1{ font-size:22px; }
  .ma-band-txt p{ font-size:13.5px; }
  .ma-hello{ padding:24px 22px; }
  .ma-hello h2{ font-size:21px; }
  .ma-card-h{ padding:18px 18px; }
  .ma-card-b{ padding:18px; }
  .ma-panel-head h2{ font-size:20px; }
  .ma-form-grid{ grid-template-columns:1fr; }
  .ma-order-row{ grid-template-columns:1fr auto; row-gap:12px; padding:14px 16px; }
  .ma-ocol.col-hide-m{ display:none; }
  .ma-order-detail{ padding:0 14px 16px; }
  .ma-steps .s-date{ display:none; }
  .ma-track{ padding:16px 16px; }
  .ma-nav-link .ic{ display:none; }
  .ma-nav-logout .ma-nav-link{ font-size:0; gap:0; padding:11px; }
  .ma-nav-logout .ma-nav-link .ic{ display:block; width:19px; height:19px; }
  .ma-order-actions{ width:100%; }
  .ma-order-actions .ma-btn{ flex:1 1 auto; }
  .ma-form-foot .ma-btn{ flex:1 1 auto; }
  .ma-support{ flex-wrap:wrap; }
  .ma-support .sa{ margin-left:0; width:100%; }
  .ma-modal-foot{ flex-direction:column-reverse; }
  .ma-modal-foot .ma-btn{ width:100%; }
}
