
:root{--nav:#071a33;--brand:#0b63ce;--brand2:#13a56f;--ink:#172235;--muted:#667085;--bg:#f4f7fb;--card:#fff;--line:#e3e8f0;--shadow:0 12px 30px rgba(16,32,64,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.6 Inter,Arial,sans-serif}.topbar{background:#fff;border-bottom:1px solid var(--line);padding:13px 4%;display:flex;align-items:center;gap:24px;position:sticky;top:0;z-index:20;box-shadow:0 2px 10px rgba(0,0,0,.04)}.brand{font-weight:900;font-size:22px;color:var(--brand);text-decoration:none;white-space:nowrap}.brand span{color:#101828}.navwrap{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px}.mainnav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.mainnav a{color:#344054;text-decoration:none;padding:8px 10px;border-radius:8px}.mainnav a:hover{background:#eef5ff;color:var(--brand)}.nav-cta{background:var(--brand)!important;color:#fff!important}.container{max-width:1200px;margin:auto;padding:30px 20px}.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#071a33 0%,#0b4f9c 58%,#087b78 100%);color:#fff;border-radius:24px;padding:72px 7%;margin-bottom:30px;box-shadow:var(--shadow)}.hero:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;right:-100px;top:-120px;background:rgba(255,255,255,.08)}.eyebrow{display:inline-block;background:rgba(255,255,255,.13);padding:6px 12px;border-radius:999px;font-weight:700;margin-bottom:15px}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.05;max-width:760px;margin:0 0 15px}.hero p{font-size:18px;max-width:720px;color:#e5efff}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:var(--brand);color:#fff!important;padding:10px 16px;text-decoration:none;cursor:pointer;font-weight:700;margin:4px}.btn.alt{background:var(--brand2)}.btn.light{background:#fff;color:var(--brand)!important}.btn.danger{background:#c62828}.section-title{display:flex;justify-content:space-between;align-items:end;gap:15px;margin:32px 0 14px}.section-title h2{margin:0}.muted{color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}.admin-management-grid{align-items:stretch}.admin-management-grid .card{min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px;margin:12px 0;box-shadow:var(--shadow)}.card h3{margin-top:0}.role-card{display:flex;flex-direction:column;min-height:190px}.role-card .btn{margin-top:auto;align-self:flex-start}.iconbox{width:46px;height:46px;border-radius:12px;background:#eef5ff;color:var(--brand);display:grid;place-items:center;font-weight:900;font-size:18px}.narrow{max-width:560px;margin:30px auto}.row{display:flex;align-items:center;justify-content:space-between;gap:15px}.search{display:flex;gap:8px}.search input{flex:1}input,select,textarea{width:100%;padding:11px;border:1px solid #cbd4e2;border-radius:8px;margin:6px 0 12px;background:#fff}label{display:block;font-weight:600}textarea{min-height:110px}table{width:100%;border-collapse:collapse;background:#fff;overflow:hidden}th,td{padding:11px;border-bottom:1px solid var(--line);text-align:left}th{background:#f8fafc}.product-card{height:100%;display:flex;flex-direction:column}.product-image{width:100%;height:190px;object-fit:cover;border-radius:12px;background:#edf2f7}.product-placeholder{height:190px;border-radius:12px;background:linear-gradient(135deg,#edf4ff,#e7f7f0);display:grid;place-items:center;color:#667085;font-weight:800}.product-card .btn{margin-top:auto}.flash{position:sticky;top:70px;z-index:15;background:#fff4c7;border:1px solid #ead47c;padding:12px 4%;text-align:center}footer{margin-top:35px;background:#071a33;color:#b8c4d6;padding:35px 20px;text-align:center}.footer-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:25px;text-align:left}.footer-grid h3{color:#fff}.role-login{border:1px solid var(--line);border-radius:12px;padding:15px;background:#fafcff}.role-login a{display:block;margin:7px 0}.empty{padding:35px;text-align:center;color:var(--muted)}@media(max-width:900px){.grid4{grid-template-columns:repeat(2,1fr)}.grid3{grid-template-columns:1fr 1fr}}@media(max-width:700px){.topbar{padding:12px 16px}.navwrap{display:block}.mainnav{margin-top:10px}.mainnav a{font-size:13px}.container{padding:20px 14px}.hero{padding:45px 25px;border-radius:18px}.grid4,.grid3{grid-template-columns:1fr}.search{display:block}.footer-grid{grid-template-columns:1fr}.row{flex-wrap:wrap}}

/* Compact dashboard panels: long management forms open only when requested. */
.compact-dashboard{display:block}
.compact-dashboard>.card{position:relative}
.compact-dashboard>.card.compact-collapsible{padding-top:16px}
.compact-dashboard>.card.compact-collapsible:not(.is-open)>:not(h1):not(h2):not(h3):not(.compact-toggle):not(.compact-summary){display:none!important}
.compact-dashboard>.card.compact-collapsible:not(.is-open)>h2,
.compact-dashboard>.card.compact-collapsible:not(.is-open)>h3{margin-bottom:0}
.compact-toggle{float:right;border:1px solid #cbd4e2;background:#f8fafc;color:#172235;border-radius:8px;padding:7px 11px;font-weight:700;cursor:pointer;margin:0 0 8px 10px}
.compact-toggle:hover{background:#eef5ff;color:#0b63ce}
.compact-dashboard>.card.compact-collapsible.is-open .compact-toggle{background:#eef5ff;color:#0b63ce}
.compact-dashboard>.card.compact-collapsible>.compact-summary{margin-bottom:0}
@media(max-width:700px){.compact-toggle{float:none;display:block;width:100%;margin:8px 0 10px}}

/* UI alignment refinement: equal-height action buttons and compact panel toggles. */
.admin-notification-compact-actions{align-items:center}
.admin-notification-compact-actions .btn{height:42px;min-height:42px;padding:0 16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;margin:0}
.compact-toggle{float:none;display:inline-flex!important;align-items:center;justify-content:center;vertical-align:middle;height:42px;min-height:42px;min-width:132px;padding:0 14px;margin:8px 0 12px!important;line-height:1;box-sizing:border-box}
.compact-dashboard>.card.compact-collapsible{overflow:hidden}
.compact-dashboard>.card.compact-collapsible > h2,
.compact-dashboard>.card.compact-collapsible > h3{display:inline-block;vertical-align:middle;line-height:42px;margin:0 10px 0 0}
@media(max-width:700px){
 .admin-notification-compact-actions{width:100%;align-items:stretch}
 .admin-notification-compact-actions .btn{flex:1;height:42px}
 .compact-toggle{width:auto;min-width:132px;margin:8px 0 12px!important}
 .compact-dashboard>.card.compact-collapsible > h2,
 .compact-dashboard>.card.compact-collapsible > h3{display:block;line-height:1.35;margin-bottom:4px}
}

.service-approved-reviews{margin:8px 0 12px;padding:8px 10px;border-radius:10px;background:#f7f9fc;font-size:14px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}

/* Merchant services readability fix: service cards must remain solid and readable outside the hero. */
.merchant-services-page .card{background:#fff!important;color:var(--ink)!important;opacity:1!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.merchant-services-page .card *{color:inherit}
.no-compact-toggle{position:relative}

/* Merchant Services: keep service cards readable and independent from the hero theme. */
.merchant-services-page .merchant-services-content{color:inherit;}
.merchant-services-page .merchant-services-content .card{color:#111827;background:#fff;opacity:1;}
.merchant-services-page .merchant-services-content .card b,
.merchant-services-page .merchant-services-content .card h2,
.merchant-services-page .merchant-services-content .card p,
.merchant-services-page .merchant-services-content .card div{opacity:1;}

/* Merchant lifecycle: show Order/Service workflow one stage at a time. */
.lifecycle-stepper{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:18px 0 22px;padding:6px;background:#eef5ff;border:1px solid #d8e6fb;border-radius:16px;position:relative}
.lifecycle-tab{appearance:none;border:1px solid #cbd4e2;background:#fff;color:#172235;border-radius:11px;min-height:48px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:800;cursor:pointer;text-align:left;transition:.18s ease;box-shadow:0 2px 6px rgba(16,32,64,.04)}
.lifecycle-tab:hover{border-color:#0b63ce;background:#f8fbff;color:#0b63ce;transform:translateY(-1px)}
.lifecycle-tab.is-active{background:#0b63ce;color:#fff;border-color:#0b63ce;box-shadow:0 5px 14px rgba(11,99,206,.2)}
.lifecycle-tab b{min-width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#eef5ff;color:#0b63ce;font-size:12px}
.lifecycle-tab.is-active b{background:#fff;color:#0b63ce}
.lifecycle-panel{display:none;animation:lifecycleFade .16s ease}
.lifecycle-panel.is-active{display:block}
.lifecycle-section-title{margin:0 0 14px}
.lifecycle-section-title h2{font-size:22px}
.lifecycle-empty{padding:24px;text-align:center;color:var(--muted)}
.lifecycle-record{margin:0 0 18px}
.lifecycle-record .card{box-shadow:none;background:#fbfdff}
@keyframes lifecycleFade{from{opacity:.65;transform:translateY(2px)}to{opacity:1;transform:none}}
@media(max-width:700px){.lifecycle-stepper{grid-template-columns:1fr 1fr;gap:8px;padding:5px}.lifecycle-tab{min-height:46px;font-size:13px;padding:8px 10px}.lifecycle-section-title{align-items:start}.lifecycle-record .grid3{grid-template-columns:1fr}}

/* V125: Uniform service-card/button alignment. Cards in each grid row stretch to the same height and the action button stays on the same baseline. */
.services-grid{align-items:stretch;grid-auto-rows:1fr}
.services-grid .service-card{height:100%;min-height:320px;display:flex;flex-direction:column;margin:0}
.services-grid .service-card h3{min-height:29px;margin-bottom:10px}
.services-grid .service-card p{flex:0 0 auto;min-height:72px;margin-bottom:10px}
.services-grid .service-card .service-price{min-height:29px;margin:8px 0 12px}
.services-grid .service-card .service-approved-reviews{min-height:30px;margin-bottom:12px}
.services-grid .service-card .btn{width:100%;min-height:42px;margin:0;margin-top:auto;flex:0 0 42px}
@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.services-grid{grid-template-columns:1fr}.services-grid .service-card{min-height:300px}}

/* V145 Premium Frontend: visual refresh only; existing functionality/layout contracts preserved. */
:root{--nav:#06172d;--brand:#1268dc;--brand2:#12a889;--ink:#142033;--muted:#667085;--bg:#f5f8fc;--card:#ffffff;--line:#e5eaf2;--shadow:0 16px 40px rgba(10,31,61,.09)}
body{background:radial-gradient(circle at 10% -10%,rgba(18,104,220,.08),transparent 34%),radial-gradient(circle at 100% 0,rgba(18,168,137,.07),transparent 30%),var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.topbar{background:rgba(255,255,255,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(229,234,242,.9);box-shadow:0 8px 28px rgba(7,26,51,.06);padding:12px 4%}
.brand{font-size:24px;letter-spacing:-.5px}.brand span{color:#0f172a}.mainnav{gap:3px}.mainnav a{font-weight:650;border-radius:10px;transition:.18s ease}.mainnav a:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(18,104,220,.10)}
.global-search-btn{border-radius:11px;box-shadow:0 8px 18px rgba(18,104,220,.18);transition:.18s ease}.global-search-btn:hover{transform:translateY(-1px)}
.container{max-width:1240px;padding:34px 22px}
.hero.premium-hero{min-height:430px;padding:76px 7%;border-radius:30px;background:linear-gradient(128deg,#06172d 0%,#0b4f9c 54%,#078b7c 100%);box-shadow:0 24px 60px rgba(7,26,51,.18);position:relative;isolation:isolate}
.hero.premium-hero:before{content:"";position:absolute;inset:auto auto -140px -120px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.055);z-index:-1}.hero.premium-hero:after{content:"";position:absolute;right:-90px;top:-120px;width:360px;height:360px;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.015));z-index:-1}
.hero.premium-hero h1{font-size:clamp(38px,5.2vw,68px);letter-spacing:-1.7px;max-width:900px}.hero-accent{background:linear-gradient(90deg,#fff,#cfe5ff 48%,#d4fff4);-webkit-background-clip:text;background-clip:text;color:transparent}.hero.premium-hero p{font-size:19px;max-width:760px;color:#eaf3ff}.hero.premium-hero .actions .btn{min-height:46px;border-radius:12px;padding:11px 18px;box-shadow:0 8px 20px rgba(0,0,0,.12);transition:.18s ease}.hero.premium-hero .actions .btn:hover{transform:translateY(-2px)}
.section-title.premium-section-title{margin-top:42px;margin-bottom:18px}.section-kicker{display:block;font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--brand);margin-bottom:4px}.section-title.premium-section-title h2{font-size:28px;letter-spacing:-.5px}
.grid3,.grid4{gap:20px}.card{border-radius:20px;border:1px solid rgba(229,234,242,.9);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.card:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(10,31,61,.11)}.product-card{overflow:hidden}.product-card .product-image{height:210px;border-radius:14px}.product-card h3{font-size:18px}.product-card .btn{border-radius:11px}
.services-grid .service-card{border-radius:20px}
footer{margin-top:60px;background:linear-gradient(145deg,#05162c,#082d55 60%,#073f42);padding:48px 20px 26px;color:#b9c7da}.footer-grid{max-width:1240px;gap:34px}.footer-grid h3{font-size:16px;letter-spacing:.01em}.footer-grid a{opacity:.92}.portal-access{margin:26px auto 0;max-width:1240px;padding:22px;border-radius:24px;background:linear-gradient(135deg,rgba(7,26,51,.95),rgba(11,79,156,.92) 58%,rgba(8,123,120,.92));box-shadow:0 20px 50px rgba(0,0,0,.18)}.portal-card{min-height:70px;border-radius:16px;transition:.18s ease}.portal-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.28)}
.biz-grid{gap:14px}.biz-card{border-radius:16px;box-shadow:0 10px 26px rgba(10,31,61,.07);transition:.18s ease}.biz-card:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(10,31,61,.11)}
@media(max-width:700px){.container{padding:22px 14px}.hero.premium-hero{min-height:390px;padding:52px 24px;border-radius:22px}.hero.premium-hero h1{letter-spacing:-1px}.hero.premium-hero p{font-size:16px}.section-title.premium-section-title h2{font-size:24px}.product-card .product-image{height:180px}}


/* V148 Cart UX: compact purchase actions and add-to-cart confirmation toast. */
.product-card-actions,.product-purchase-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-top:12px}
.product-card-actions .cart-action-form,.product-purchase-actions .cart-action-form{margin:0;display:flex;align-items:center;gap:8px}
.product-card-actions .btn,.product-purchase-actions .btn{min-height:42px;border-radius:11px}
.buy-now-btn{background:linear-gradient(135deg,#0b63ce,#0a4ea2)!important;box-shadow:0 8px 18px rgba(11,99,206,.18)}
.product-qty{width:82px;min-height:42px;border:1px solid #d5dce7;border-radius:10px;padding:8px 10px;font-weight:700;background:#fff;color:#172235}
.inox-cart-toast{position:fixed;right:20px;bottom:22px;z-index:9999;width:min(380px,calc(100vw - 28px));padding:16px 17px;border-radius:17px;background:rgba(6,23,45,.97);color:#fff;box-shadow:0 20px 55px rgba(5,22,44,.28);border:1px solid rgba(255,255,255,.14);opacity:0;transform:translateY(18px) scale(.98);pointer-events:none;transition:opacity .22s ease,transform .22s ease}
.inox-cart-toast.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.inox-cart-toast-title{font-size:16px;font-weight:900;margin-bottom:4px}.inox-cart-toast-text{font-size:13px;color:#dbeafe}.inox-cart-toast-actions{display:flex;gap:8px;margin-top:12px}.inox-cart-toast-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 12px;border-radius:9px;background:#1268dc;color:#fff!important;text-decoration:none;font-weight:800;font-size:12px}.inox-cart-toast-actions a:last-child{background:#12a889}
@media(max-width:560px){.product-card-actions .cart-action-form{flex:1}.product-card-actions .btn{width:100%}.product-card-actions .cart-action-form{min-width:calc(50% - 5px)}.product-purchase-actions{align-items:stretch}.product-purchase-actions .cart-action-form:first-child{flex:1}.product-purchase-actions .cart-action-form:last-child{flex:0 0 auto}.product-purchase-actions .btn{min-width:118px}.inox-cart-toast{right:14px;bottom:14px}}

/* V189: Mobile catalog presentation — exactly four equal items per row.
   Applies only to product/service catalogue lists; desktop layout remains unchanged. */
@media (max-width:700px){
  .catalog-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:6px !important;
    align-items:stretch;
  }
  .catalog-grid > .card{
    min-width:0;
    width:100%;
    margin:0 !important;
    padding:7px !important;
    border-radius:10px;
    overflow:hidden;
  }
  .catalog-grid .product-image{
    width:100%;
    height:64px !important;
    object-fit:cover;
    border-radius:7px;
  }
  .catalog-grid .product-card h3,
  .catalog-grid .service-card h3{
    font-size:10px !important;
    line-height:1.15;
    margin:5px 0 4px;
    overflow-wrap:anywhere;
  }
  .catalog-grid .product-card p,
  .catalog-grid .service-card p,
  .catalog-grid .product-card small,
  .catalog-grid .product-card .muted,
  .catalog-grid .service-price,
  .catalog-grid .service-approved-reviews{
    font-size:8px !important;
    line-height:1.2;
    margin:3px 0;
  }
  .catalog-grid .product-card strong{font-size:9px !important;}
  /* V195: center Reviews content vertically and horizontally inside its fixed mobile box. */
  .catalog-grid .service-approved-reviews{display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;align-content:center !important;}
  .catalog-grid .service-approved-reviews b,.catalog-grid .service-approved-reviews span{display:inline-flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;}
  /* V196: lock service-card internal vertical slots so Reviews and action buttons share one baseline per row. */
  .catalog-grid .service-card{min-height:0 !important;height:100%;display:flex !important;flex-direction:column !important;}
  .catalog-grid .service-card h3{height:30px !important;min-height:30px !important;max-height:30px !important;margin:5px 0 4px !important;overflow:hidden !important;}
  .catalog-grid .service-card p{height:42px !important;min-height:42px !important;max-height:42px !important;margin:3px 0 !important;overflow:hidden !important;}
  .catalog-grid .service-card .service-price{height:30px !important;min-height:30px !important;max-height:30px !important;margin:3px 0 5px !important;overflow:hidden !important;display:flex !important;align-items:center !important;flex-wrap:wrap !important;}
  .catalog-grid .service-card .service-approved-reviews{height:38px !important;min-height:38px !important;max-height:38px !important;margin:3px 0 6px !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;align-content:center !important;flex-wrap:wrap !important;}
  .catalog-grid .service-card > .btn{margin-top:auto !important;flex:0 0 28px !important;}
  .catalog-grid .service-icon{width:28px;height:28px;font-size:13px;margin:0 auto 4px;}
  .catalog-grid .btn{
    width:100%;
    min-height:28px !important;
    padding:4px 3px !important;
    margin:3px 0 0 !important;
    border-radius:6px;
    font-size:8px !important;
    line-height:1.1;
    white-space:normal;
  }
  .catalog-grid .product-card-actions{
    display:flex !important;
    flex-direction:column !important;
    gap:2px !important;
    margin-top:4px;
  }
  .catalog-grid .cart-action-form,
  .catalog-grid .cart-action-form .btn{width:100% !important;min-width:0 !important;}
}

/* V192: Homepage Products/Services View All alignment only. Keep the link aligned with the section heading. */
.section-title.premium-section-title{align-items:flex-start}
.section-title.premium-section-title>a{margin-top:18px;flex:0 0 auto;white-space:nowrap;line-height:1.2}
@media(max-width:700px){
  .section-title.premium-section-title>a{margin-top:17px}
}

/* V197: Desktop top-header alignment only.
   Mobile header/layout is intentionally untouched. */
@media (min-width:701px){
  .topbar.area-public .navwrap{
    display:grid;
    grid-template-columns:auto minmax(280px,420px) minmax(0,1fr);
    align-items:center;
    column-gap:22px;
    row-gap:0;
    width:100%;
    max-width:1440px;
  }
  .topbar.area-public .brand{align-self:center;white-space:nowrap;}
  .topbar.area-public .search-location-stack{width:100%;min-width:0;justify-self:stretch;align-self:center;}
  .topbar.area-public .global-search-btn{width:100%;max-width:none;margin:0;}
  .topbar.area-public .mainnav{
    width:100%;
    max-width:none;
    min-width:0;
    justify-content:flex-end;
    align-items:center;
    flex-wrap:wrap;
    overflow:visible;
    gap:2px;
    align-self:center;
  }
  .topbar.area-public .mainnav a{
    flex:0 0 auto;
    font-size:12px;
    line-height:1.15;
    padding:7px 8px;
    white-space:nowrap;
  }
}

/* V198: Desktop public header final cleanup.
   Remove the separate top Login/Profile control on desktop only.
   Keep the existing nav-row Login/Register controls, then place the full-width
   Search control immediately after that navigation. Mobile remains unchanged. */
@media (min-width:701px){
  .topbar.area-public .navwrap{
    display:grid;
    grid-template-columns:auto minmax(max-content, 1fr) minmax(280px, 1fr);
    grid-template-areas:"brand nav search";
    align-items:center;
    column-gap:16px;
    row-gap:0;
    width:100%;
    max-width:none;
  }
  .topbar.area-public .brand{
    grid-area:brand;
    align-self:center;
    white-space:nowrap;
  }
  .topbar.area-public .public-profile-nav{
    display:none!important;
  }
  .topbar.area-public .mainnav{
    grid-area:nav;
    width:auto;
    min-width:0;
    max-width:none;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:nowrap;
    overflow:visible;
    gap:2px;
    align-self:center;
    white-space:nowrap;
  }
  .topbar.area-public .mainnav a{
    flex:0 0 auto;
    font-size:12px;
    line-height:1.15;
    padding:7px 8px;
    white-space:nowrap;
  }
  .topbar.area-public .search-location-stack{
    grid-area:search;
    width:100%;
    min-width:0;
    max-width:none;
    justify-self:stretch;
    align-self:center;
  }
  .topbar.area-public .global-search-btn{
    display:flex;
    width:100%;
    max-width:none;
    min-height:40px;
    margin:0;
    justify-content:center;
  }
}
