.inventory-control-center{margin:14px 0;padding:14px;border-radius:18px}
.inventory-control-center .inventory-view-toolbar{margin:0 0 12px;box-shadow:none}
.inventory-filter-form{display:grid;gap:12px}
.inventory-filter-search{min-height:46px}
.inventory-filter-grid{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:10px}
.inventory-filter-grid label{display:grid;gap:5px;color:#5b6f86;font-size:.78rem;font-weight:850}
.inventory-filter-grid input,.inventory-filter-grid select{width:100%;height:42px;border:1px solid #d5e2ef;border-radius:11px;background:#fff;color:#17365d;padding:0 11px;font:inherit;font-size:.85rem}
.inventory-filter-grid input:focus,.inventory-filter-grid select:focus{outline:none;border-color:#4d9cdf;box-shadow:0 0 0 3px rgba(77,156,223,.12)}
.inventory-filter-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding-top:2px}
.inventory-filter-actions .inventory-result-count{margin-inline-start:auto;display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:11px;background:#edf5ff;color:#174d7f;font-weight:900}
.inventory-grid{align-items:stretch}
.inventory-card{content-visibility:auto;contain-intrinsic-size:460px}
.public-inventory-image img,.list-car-media img{loading:lazy}
.as-list-pager__size-wrap.is-hidden{visibility:hidden;pointer-events:none}
@media(max-width:1250px){.inventory-filter-grid{grid-template-columns:repeat(4,minmax(130px,1fr))}}
@media(max-width:850px){.inventory-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-control-center{padding:11px}.inventory-filter-actions .inventory-result-count{margin-inline-start:0}}
@media(max-width:520px){.inventory-filter-grid{grid-template-columns:1fr 1fr;gap:8px}.inventory-filter-grid label span{font-size:.7rem}.inventory-filter-grid input,.inventory-filter-grid select{height:40px;padding:0 8px;font-size:.78rem}.inventory-sort-field{grid-column:1/-1}.inventory-filter-actions .btn{flex:1}.inventory-filter-actions .inventory-result-count{width:100%;justify-content:center}}

/* Inventory filter drawer — v603 */
.inventory-control-center{position:relative}
.inventory-filter-form{display:block}
.inventory-filter-topbar{display:grid;grid-template-columns:minmax(260px,1fr) auto auto auto;gap:9px;align-items:center}
.inventory-filter-topbar .inventory-filter-search{min-height:44px}
.inventory-filter-toggle{height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:1px solid #c9d9e8;border-radius:12px;background:#fff;color:#183d63;font:inherit;font-weight:900;cursor:pointer;transition:.18s ease;white-space:nowrap}
.inventory-filter-toggle:hover,.inventory-filter-toggle:focus-visible{border-color:#1d7a55;box-shadow:0 0 0 3px rgba(29,122,85,.12);outline:none}
.inventory-filter-toggle.has-active{background:#edf9f3;border-color:#8dd8b6;color:#0d6745}
.inventory-filter-toggle-icon{font-size:1.1rem;line-height:1}
.inventory-filter-count{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#0f744e;color:#fff;font-size:.75rem}
.inventory-result-count{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 13px;border-radius:11px;background:#edf5ff;color:#174d7f;font-weight:900;white-space:nowrap}
.inventory-quick-search{height:44px;min-width:88px}
.inventory-filter-layer{position:fixed;inset:0;z-index:1200;display:none;direction:rtl}
.inventory-filter-layer.is-open{display:block}
.inventory-filter-backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.48);backdrop-filter:blur(2px);cursor:default}
.inventory-filter-drawer{position:absolute;top:0;bottom:0;right:0;width:min(520px,92vw);display:flex;flex-direction:column;background:#f8fbff;box-shadow:-20px 0 60px rgba(15,23,42,.22);transform:translateX(105%);transition:transform .24s ease;overflow:hidden}
.inventory-filter-layer.is-open .inventory-filter-drawer{transform:translateX(0)}
.inventory-filter-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid #dbe7f1;background:#fff}
.inventory-filter-drawer-head>div{display:grid;gap:4px}
.inventory-filter-drawer-head strong{font-size:1.05rem;color:#17365d}
.inventory-filter-drawer-head small{color:#718398;font-size:.78rem}
.inventory-filter-close{width:38px;height:38px;border:1px solid #d6e1ec;border-radius:11px;background:#fff;color:#274966;font-size:1.5rem;line-height:1;cursor:pointer}
.inventory-filter-drawer .inventory-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:18px 20px;overflow:auto;align-content:start;flex:1}
.inventory-filter-drawer .inventory-filter-grid label{display:grid;gap:6px;color:#526b83;font-size:.78rem;font-weight:900}
.inventory-filter-drawer .inventory-filter-grid input,.inventory-filter-drawer .inventory-filter-grid select{width:100%;height:44px;border:1px solid #d3e0ec;border-radius:11px;background:#fff;color:#17365d;padding:0 11px;font:inherit;font-size:.84rem}
.inventory-filter-drawer .inventory-filter-grid input:focus,.inventory-filter-drawer .inventory-filter-grid select:focus{outline:none;border-color:#2c8b64;box-shadow:0 0 0 3px rgba(44,139,100,.12)}
.inventory-filter-drawer .inventory-sort-field{grid-column:1/-1}
.inventory-filter-drawer .inventory-filter-actions{display:flex;align-items:center;gap:10px;padding:14px 20px calc(14px + env(safe-area-inset-bottom));border-top:1px solid #dbe7f1;background:#fff;box-shadow:0 -8px 24px rgba(15,23,42,.06)}
.inventory-filter-drawer .inventory-filter-actions .btn{flex:1;justify-content:center}
body.inventory-filter-open{overflow:hidden}
@media(max-width:850px){
  .inventory-filter-topbar{grid-template-columns:minmax(0,1fr) auto auto}
  .inventory-result-count{grid-column:1/-1;justify-self:start;height:32px;font-size:.78rem}
  .inventory-filter-drawer{top:auto;left:0;right:0;bottom:0;width:100%;height:min(82vh,720px);border-radius:22px 22px 0 0;transform:translateY(105%)}
  .inventory-filter-layer.is-open .inventory-filter-drawer{transform:translateY(0)}
}
@media(max-width:560px){
  .inventory-control-center{padding:10px}
  .inventory-filter-topbar{grid-template-columns:minmax(0,1fr) auto}
  .inventory-filter-search{grid-column:1/-1}
  .inventory-quick-search{min-width:0;padding-inline:14px}
  .inventory-filter-toggle{padding-inline:12px}
  .inventory-result-count{grid-column:auto;height:44px;justify-self:stretch}
  .inventory-filter-drawer .inventory-filter-grid{grid-template-columns:1fr 1fr;padding:14px;gap:9px}
  .inventory-filter-drawer .inventory-filter-grid input,.inventory-filter-drawer .inventory-filter-grid select{height:42px;font-size:.78rem;padding-inline:8px}
  .inventory-filter-drawer-head{padding:14px}
  .inventory-filter-drawer .inventory-filter-actions{padding:11px 14px calc(11px + env(safe-area-inset-bottom))}
}


/* Inventory drawer root overlay hardening — v604 */
.inventory-filter-layer{
  position:fixed !important;
  inset:0 !important;
  z-index:2147483000 !important;
  display:block !important;
  width:100vw !important;
  height:100dvh !important;
  margin:0 !important;
  padding:0 !important;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  overflow:hidden;
  isolation:isolate;
  direction:rtl;
  transition:opacity .18s ease, visibility 0s linear .18s;
}
.inventory-filter-layer.is-open{
  visibility:visible;
  opacity:1;
  pointer-events:auto;
  transition:opacity .18s ease;
}
.inventory-filter-backdrop{
  position:fixed !important;
  inset:0 !important;
  z-index:0 !important;
  width:100vw !important;
  height:100dvh !important;
  background:rgba(15,23,42,.52) !important;
  backdrop-filter:blur(3px);
}
.inventory-filter-drawer{
  position:fixed !important;
  z-index:1 !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:auto !important;
  width:min(520px,92vw) !important;
  height:100dvh !important;
  max-height:none !important;
  margin:0 !important;
  border-radius:0 !important;
  transform:translate3d(105%,0,0) !important;
  will-change:transform;
}
.inventory-filter-layer.is-open .inventory-filter-drawer{
  transform:translate3d(0,0,0) !important;
}
@media(max-width:850px){
  .inventory-filter-drawer{
    top:auto !important;
    right:0 !important;
    bottom:0 !important;
    left:0 !important;
    width:100vw !important;
    height:min(82dvh,720px) !important;
    max-height:82dvh !important;
    border-radius:22px 22px 0 0 !important;
    transform:translate3d(0,105%,0) !important;
  }
  .inventory-filter-layer.is-open .inventory-filter-drawer{
    transform:translate3d(0,0,0) !important;
  }
}

/* Mobile public inventory infinite loading — v687 */
.inventory-infinite-status{display:none}
@media(max-width:620px){
  body.inventory-mobile-infinite .as-list-pager{display:none!important}
  body.inventory-mobile-infinite .inventory-infinite-status{
    display:flex;
    min-height:54px;
    margin:10px 4px 2px;
    padding:10px 14px;
    align-items:center;
    justify-content:center;
    gap:9px;
    border:1px solid #d8e5f0;
    border-radius:16px;
    background:rgba(255,255,255,.78);
    color:#536b82;
    font-size:11px;
    font-weight:900;
    box-shadow:0 8px 24px rgba(15,45,82,.06);
  }
  body.inventory-mobile-infinite .inventory-infinite-status[hidden]{display:none!important}
  body.inventory-mobile-infinite .inventory-infinite-status[data-state="idle"]{
    min-height:28px;
    margin-top:2px;
    padding:0;
    border-color:transparent;
    background:transparent;
    box-shadow:none;
  }
  .inventory-infinite-spinner{
    width:20px;
    height:20px;
    flex:0 0 20px;
    border:3px solid #d5e5f2;
    border-top-color:#167450;
    border-radius:50%;
    animation:inventoryInfiniteSpin .75s linear infinite;
  }
  .inventory-infinite-spinner[hidden]{display:none!important}
  .inventory-infinite-status[data-state="done"]{color:#166747;background:#eef9f3;border-color:#bee7d1}
  .inventory-infinite-status[data-state="error"]{color:#9a3412;background:#fff7ed;border-color:#fed7aa;flex-wrap:wrap}
  .inventory-infinite-status [data-infinite-retry]{
    min-height:34px;
    padding:5px 13px;
    border:1px solid #fdba74;
    border-radius:10px;
    background:#fff;
    color:#9a3412;
    font:inherit;
    cursor:pointer;
  }
  .inventory-infinite-status [data-infinite-retry][hidden]{display:none!important}
}
@keyframes inventoryInfiniteSpin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.inventory-infinite-spinner{animation-duration:1.5s}}


/* Public inventory selection + customer share — v688 */
.public-inventory-card[data-listing-id]{cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.public-inventory-card[data-listing-id].is-selected{border-color:#159267!important;box-shadow:0 0 0 3px rgba(21,146,103,.15),0 16px 34px rgba(15,35,75,.11)!important}
.public-inventory-card[data-listing-id].is-selected .inventory-list-row{background:#f1fbf6!important}
.public-inventory-card[data-listing-id]:focus-visible{outline:3px solid rgba(21,146,103,.28);outline-offset:2px}
.inventory-customer-share-btn{min-height:36px;padding:0 12px;border:1px solid #bcdccd!important;border-radius:11px!important;background:#eef9f3!important;color:#0b6847!important;font-size:11px!important;font-weight:900!important;white-space:nowrap}
.inventory-customer-share-btn::before{content:none!important;display:none!important}
.inventory-customer-share-btn .inventory-share-icon{width:18px;height:18px;flex:0 0 18px;overflow:visible}
.inventory-customer-share-btn .inventory-share-icon path{fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.inventory-customer-share-btn .inventory-share-icon circle{fill:currentColor;stroke:none}
.inventory-customer-share-btn span{display:inline-block;line-height:1}
.inventory-list-share{margin-top:6px;display:flex}
.inventory-showcase-share{display:flex;margin-top:9px}
.inventory-showcase-share .inventory-customer-share-btn{width:100%;justify-content:center}
body.inventory-list-view .inventory-list-share{display:flex!important}
body.inventory-list-view .inventory-showcase-share{display:none!important}
@media(max-width:620px){
  .public-inventory-card[data-listing-id].is-selected{box-shadow:0 0 0 2px rgba(21,146,103,.18),0 10px 24px rgba(15,35,75,.10)!important}
  .inventory-customer-share-btn{min-height:34px;padding-inline:10px;font-size:10px!important}
  .inventory-list-share{margin-top:4px}
  .inventory-showcase-share{margin-top:6px}
}

/* SEO inventory detail links */
.inventory-title-link{color:inherit;text-decoration:none}
.inventory-title-link:hover{text-decoration:underline;text-underline-offset:4px}
.inventory-seo-action{margin-top:14px}
.inventory-detail-button{display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:14px;text-decoration:none;font-weight:800;background:#0f172a;color:#fff;transition:transform .16s ease,box-shadow .16s ease}
.inventory-detail-button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(15,23,42,.18)}

/* ======================================================================
   Customer inventory showroom — professional visual system v962
   Presentation-only redesign; inventory/filter/business logic is unchanged.
   ====================================================================== */
body.portal-body.inventory-showcase-view,
body.portal-body.inventory-list-view{
  --showroom-ink:#102033;
  --showroom-muted:#6f7f91;
  --showroom-line:#e2e9f0;
  --showroom-surface:#ffffff;
  --showroom-soft:#f5f8fb;
  --showroom-green:#0d6b4b;
  --showroom-green-dark:#084d38;
  --showroom-green-soft:#eaf7f1;
  --showroom-blue-soft:#edf4fb;
  background:
    radial-gradient(circle at 8% 3%,rgba(13,107,75,.055),transparent 25%),
    radial-gradient(circle at 92% 10%,rgba(45,83,126,.055),transparent 27%),
    #f4f7fa!important;
  color:var(--showroom-ink);
}
body.portal-body:has(.inventory-pro-hero) .portal-shell{
  width:min(1480px,calc(100% - 40px))!important;
  padding-top:24px!important;
  padding-bottom:54px!important;
}

/* Hero */
.inventory-pro-hero{
  position:relative;
  overflow:hidden;
  min-height:238px!important;
  padding:32px 34px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:34px!important;
  border:1px solid rgba(211,222,233,.95)!important;
  border-radius:30px!important;
  background:linear-gradient(125deg,#fff 0%,#fbfcfd 54%,#eef7f3 100%)!important;
  box-shadow:0 22px 60px rgba(24,45,70,.075)!important;
}
.inventory-pro-hero:before{
  content:"";
  position:absolute;
  width:360px;height:360px;
  left:-150px;top:-190px;
  border-radius:50%;
  background:rgba(15,107,75,.065);
  pointer-events:none;
}
.inventory-pro-hero:after{
  content:"";
  position:absolute;
  width:300px;height:300px;
  left:40px;bottom:-245px;
  border-radius:50%;
  border:55px solid rgba(41,77,118,.035);
  pointer-events:none;
}
.inventory-pro-hero-main{position:relative;z-index:1;display:flex;align-items:center;gap:24px;min-width:0;max-width:880px}
.inventory-pro-brand-mark{
  width:112px;height:112px;flex:0 0 112px;
  display:grid;place-items:center;
  border:1px solid #e2e9ef;
  border-radius:28px;
  background:#fff;
  box-shadow:0 16px 36px rgba(23,48,72,.09),inset 0 0 0 6px #f8fafc;
  overflow:hidden;
}
.inventory-pro-brand-mark img{width:82%;height:82%;object-fit:contain;display:block}
.inventory-pro-hero .inventory-head-copy{min-width:0}
.inventory-pro-hero .portal-kicker{
  display:inline-flex!important;
  align-items:center;
  gap:7px;
  margin-bottom:6px!important;
  color:var(--showroom-green)!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:0!important;
}
.inventory-pro-hero .portal-kicker:before{content:"";width:20px;height:2px;border-radius:99px;background:var(--showroom-green)}
.inventory-pro-hero h1{
  margin:0 0 8px!important;
  color:var(--showroom-ink)!important;
  font-size:clamp(27px,2.7vw,40px)!important;
  font-weight:1000!important;
  line-height:1.45!important;
  letter-spacing:-.4px;
}
.inventory-pro-hero p{
  max-width:690px;
  margin:0!important;
  color:#5d6d7e!important;
  font-size:14px!important;
  line-height:2!important;
}
.inventory-hero-trust{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:17px}
.inventory-hero-trust span{
  display:inline-flex;align-items:center;gap:6px;
  min-height:34px;padding:0 10px;
  border:1px solid #e1e8ee;border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#516274;font-size:11px;font-weight:900;
}
.inventory-hero-trust svg{width:16px;height:16px;fill:none;stroke:#0d6b4b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.inventory-pro-hero-side{position:relative;z-index:1;flex:0 0 310px;display:grid;gap:13px}
.inventory-pro-stock-count{
  min-height:94px;padding:15px 17px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  border:1px solid rgba(13,107,75,.13);border-radius:20px;
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 28px rgba(16,49,68,.055);
}
.inventory-pro-stock-count small{color:#758496;font-size:11px;font-weight:850}
.inventory-pro-stock-count>div{display:flex;align-items:baseline;gap:7px;direction:rtl}
.inventory-pro-stock-count strong{color:var(--showroom-green);font-size:32px;line-height:1;font-weight:1000;font-variant-numeric:tabular-nums}
.inventory-pro-stock-count span{color:#4f6072;font-size:12px;font-weight:900}
.inventory-pro-hero .inventory-head-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}
.inventory-pro-hero .inventory-head-actions .btn{
  min-height:46px!important;height:46px!important;padding:0 14px!important;
  border:1px solid #dbe4ec!important;border-radius:14px!important;
  background:#fff!important;color:#223950!important;
  box-shadow:none!important;font-size:12px!important;font-weight:950!important;
}
.inventory-pro-hero .inventory-head-actions .btn.primary{
  border-color:transparent!important;
  background:linear-gradient(135deg,var(--showroom-green),var(--showroom-green-dark))!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(13,107,75,.2)!important;
}
.inventory-pro-hero .inventory-head-actions .btn:hover{transform:translateY(-1px)}

/* SEO brands directory becomes a compact discovery strip. */
.inventory-public-seo-directory{
  margin-top:16px!important;padding:18px 20px!important;
  border:1px solid var(--showroom-line)!important;border-radius:22px!important;
  background:rgba(255,255,255,.88)!important;box-shadow:none!important;
}
.inventory-public-seo-directory h2{margin:0 0 3px!important;font-size:15px!important;color:var(--showroom-ink)!important}
.inventory-public-seo-directory p{margin:0 0 12px!important;font-size:11px!important;color:var(--showroom-muted)!important}
.inventory-public-seo-brands{display:flex!important;gap:7px!important;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}
.inventory-public-seo-brands a{
  flex:0 0 auto!important;min-height:34px!important;padding:0 13px!important;
  display:inline-flex!important;align-items:center!important;
  border:1px solid #dee7ef!important;border-radius:999px!important;
  background:#fff!important;color:#35495e!important;text-decoration:none!important;
  font-size:11px!important;font-weight:900!important;transition:.16s ease;
}
.inventory-public-seo-brands a:hover{border-color:#9fc8b6!important;background:#f0faf5!important;color:#0d6747!important}

/* Search / filter control surface */
.inventory-pro-controls{
  margin:16px 0 18px!important;padding:18px!important;
  border:1px solid var(--showroom-line)!important;border-radius:24px!important;
  background:#fff!important;box-shadow:0 12px 34px rgba(26,48,73,.055)!important;
}
.inventory-control-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}
.inventory-control-heading>div:first-child{display:grid;gap:2px}
.inventory-control-heading>div:first-child span{color:var(--showroom-green);font-size:10.5px;font-weight:950}
.inventory-control-heading>div:first-child strong{color:var(--showroom-ink);font-size:16px;font-weight:1000}
.inventory-pro-controls .polished-view-toolbar{
  width:auto!important;max-width:none!important;margin:0!important;padding:4px!important;
  border:1px solid #e0e7ee!important;border-radius:14px!important;
  background:#f6f8fa!important;box-shadow:none!important;
}
.inventory-pro-controls .polished-view-toolbar .inventory-view-label{font-size:10px!important}
.inventory-pro-controls .polished-view-toolbar .inventory-view-btn{
  min-width:106px!important;min-height:40px!important;height:40px!important;padding:0 10px!important;gap:6px!important;border-radius:10px!important;
}
.inventory-pro-controls .polished-view-toolbar .inventory-view-btn .view-icon{
  width:25px!important;height:25px!important;flex:0 0 25px!important;border-radius:8px!important;background:#e9eef3!important;color:#4d6177!important;
}
.inventory-pro-controls .polished-view-toolbar .inventory-view-btn .view-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.inventory-pro-controls .polished-view-toolbar .inventory-view-btn b{font-size:11.5px!important}
.inventory-pro-controls .polished-view-toolbar .inventory-view-btn.active{background:#fff!important;color:var(--showroom-green)!important;border-color:#d7e5de!important;box-shadow:0 4px 12px rgba(24,48,68,.07)!important}
.inventory-pro-controls .polished-view-toolbar .inventory-view-btn.active .view-icon{background:var(--showroom-green-soft)!important;color:var(--showroom-green)!important}
.inventory-filter-topbar{
  grid-template-columns:minmax(300px,1fr) auto auto auto!important;
  gap:8px!important;
  padding:7px!important;
  border:1px solid #dde6ee!important;border-radius:17px!important;
  background:#f7f9fb!important;
}
.inventory-filter-topbar .inventory-filter-search{min-height:46px!important}
.inventory-filter-search .inventory-search-icon{
  position:absolute!important;right:15px!important;width:20px;height:20px;display:grid;place-items:center;color:#7b8998!important;font-size:0!important;
}
.inventory-search-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.inventory-filter-search input{
  min-height:46px!important;height:46px!important;
  padding:0 45px 0 14px!important;
  border:0!important;border-radius:12px!important;background:#fff!important;
  box-shadow:inset 0 0 0 1px #e0e7ee!important;color:#1b2e42!important;font-size:13px!important;
}
.inventory-filter-search input:focus{box-shadow:inset 0 0 0 1px #79b59c,0 0 0 3px rgba(13,107,75,.08)!important}
.inventory-filter-toggle,.inventory-quick-search,.inventory-result-count{
  height:46px!important;min-height:46px!important;border-radius:12px!important;
}
.inventory-filter-toggle{padding:0 14px!important;border-color:#dce5ed!important;background:#fff!important;color:#2b4055!important}
.inventory-filter-toggle-icon{width:20px;height:20px;display:grid;place-items:center;font-size:0!important}
.inventory-filter-toggle-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.inventory-filter-toggle.has-active{background:var(--showroom-green-soft)!important;border-color:#afd6c4!important;color:#0b6546!important}
.inventory-quick-search{min-width:96px!important;border:0!important;background:var(--showroom-green)!important;color:#fff!important;box-shadow:none!important;font-size:12px!important;font-weight:950!important}
.inventory-result-count{padding:0 13px!important;border:0!important;background:transparent!important;color:#6e7d8d!important;font-size:11px!important;font-weight:900!important}

/* Showcase grid and cards */
.public-title-grid{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;align-items:stretch!important;
}
.public-inventory-card.autosadra-showcase-card{
  min-width:0!important;overflow:hidden!important;
  border:1px solid #e0e7ee!important;border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 10px 32px rgba(26,47,69,.065)!important;
  transform:translateZ(0);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.public-inventory-card.autosadra-showcase-card:hover{
  transform:translateY(-4px)!important;
  border-color:#cfdce5!important;
  box-shadow:0 22px 48px rgba(26,47,69,.115)!important;
}
body.inventory-showcase-view .inventory-list-row{display:none!important}
.showcase-image{
  position:relative!important;height:auto!important;min-height:0!important;max-height:none!important;
  aspect-ratio:16/10!important;overflow:hidden!important;
  background:#edf1f4!important;cursor:zoom-in;
}
.showcase-image:after{
  content:"";position:absolute;inset:auto 0 0;height:42%;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(5,15,25,.56));
}
.showcase-image>img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .38s ease}
.public-inventory-card:hover .showcase-image>img{transform:scale(1.025)}
.inventory-image-placeholder{width:100%;height:100%;min-height:230px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:9px!important;background:linear-gradient(145deg,#edf2f6,#f9fafb)!important;color:#718092!important}
.inventory-car-placeholder-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid #d9e2e9;border-radius:19px;background:#fff;color:#718092}
.inventory-car-placeholder-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.inventory-image-placeholder small{font-size:11px!important;font-weight:850!important}
.inventory-media-topline{position:absolute;z-index:3;top:13px;right:13px;left:13px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}
.showcase-status{
  position:static!important;display:inline-flex!important;align-items:center!important;gap:6px!important;
  padding:6px 9px!important;border:1px solid rgba(255,255,255,.52)!important;border-radius:999px!important;
  background:rgba(255,255,255,.91)!important;color:#0b6546!important;
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  box-shadow:0 5px 16px rgba(6,25,38,.13)!important;font-size:10px!important;font-weight:950!important;
}
.showcase-status i{width:7px;height:7px;border-radius:50%;background:#16a36a;box-shadow:0 0 0 3px rgba(22,163,106,.12)}
.inventory-media-bottomline{position:absolute;z-index:3;right:12px;left:12px;bottom:11px;display:flex;align-items:center;justify-content:space-between;gap:8px;pointer-events:none}
.inventory-view-chip,.inventory-gallery-count{
  position:static!important;display:inline-flex!important;align-items:center!important;gap:5px!important;
  min-height:28px;padding:0 8px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:999px!important;
  background:rgba(8,19,30,.55)!important;color:#fff!important;
  -webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);
  font-size:9.5px!important;font-weight:850!important;box-shadow:none!important;
}
.inventory-view-chip svg,.inventory-gallery-count svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.showcase-body{display:flex!important;flex-direction:column!important;gap:0!important;padding:17px 18px 18px!important;background:#fff!important}
.inventory-card-heading{min-width:0;padding-bottom:12px;border-bottom:1px solid #edf1f4}
.inventory-card-eyebrow{display:flex;align-items:center;gap:6px;margin-bottom:4px;color:#7a8998;font-size:10px;font-weight:850}
.inventory-card-eyebrow span{width:3px;height:3px;border-radius:50%;background:#b1bdc8}
.inventory-card-heading h2{margin:0!important;font-size:18px!important;font-weight:1000!important;line-height:1.65!important;color:#14283c!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.inventory-title-link:hover{text-decoration:none!important;color:#0d6b4b!important}
.inventory-card-taxonomy{margin-top:5px!important;display:flex;gap:5px;align-items:center;min-height:18px}
.inventory-card-taxonomy a{font-size:9.5px!important;color:#8190a0!important;text-decoration:none!important;font-weight:800!important}
.inventory-card-taxonomy span{color:#b7c1cb!important;font-size:10px!important}
.inventory-card-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:13px 0}
.inventory-card-spec{
  min-width:0;min-height:54px;padding:8px 9px;
  display:flex;align-items:center;gap:8px;
  border:1px solid #e7edf2;border-radius:13px;background:#fafcfd;
}
.inventory-spec-icon{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:9px;background:#eef5f2;color:#34735a}
.inventory-spec-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.inventory-card-spec>span:last-child{display:grid;min-width:0;gap:1px}
.inventory-card-spec small{color:#8794a1;font-size:9px;font-weight:800}
.inventory-card-spec b{color:#25394c;font-size:11.5px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}
.showcase-badges{display:none!important}
.inventory-card-price-row{
  margin:0 0 11px!important;padding:12px 13px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
  border:1px solid #dbe9e3!important;border-radius:15px!important;
  background:linear-gradient(135deg,#f5fbf8,#fbfdfc)!important;
}
.inventory-card-price-row>div{display:grid;gap:1px;min-width:0}
.inventory-card-price-row small{color:#5e756a!important;font-size:9.5px!important;font-weight:900!important}
.inventory-card-price-row span{color:#9aa7a0;font-size:8.5px;font-weight:750;white-space:nowrap}
.inventory-card-price-row .public-price{color:#0a5f42!important;font-size:16px!important;font-weight:1000!important;white-space:nowrap;font-variant-numeric:tabular-nums}
.showcase-desc{
  margin:0 0 11px!important;padding:0!important;border:0!important;
  color:#68798a!important;font-size:11px!important;line-height:1.9!important;
  display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:41px;
}
.showcase-contact-box{
  margin:0 0 11px!important;padding:8px 10px!important;
  border:1px solid #e7edf2!important;border-radius:13px!important;background:#fbfcfd!important;
}
.showcase-contact-box>div{min-height:27px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;border:0!important;padding:0!important}
.showcase-contact-box>div+div{border-top:1px dashed #e3e9ee!important}
.showcase-contact-box strong{color:#788796!important;font-size:9.5px!important;font-weight:850!important}
.showcase-contact-box span,.showcase-contact-box a{color:#21384d!important;font-size:10.5px!important;font-weight:950!important;direction:ltr;text-decoration:none!important}
.public-locked-details{margin:0 0 10px!important;padding:9px 10px!important;border-radius:12px!important;background:#fff9ee!important;border:1px solid #f3e4bd!important;color:#776540!important;font-size:9.5px!important;line-height:1.7!important}
.public-locked-details a{color:#7b5311!important;font-weight:950!important}
.inventory-card-actions{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:7px;margin-top:auto}
.inventory-card-actions .inventory-detail-button{
  min-height:46px!important;margin:0!important;padding:0 14px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
  border-radius:13px!important;background:#14283c!important;color:#fff!important;
  box-shadow:none!important;font-size:11.5px!important;font-weight:950!important;text-decoration:none!important;
}
.inventory-card-actions .inventory-detail-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.inventory-card-actions .inventory-detail-button:hover{background:#0d6b4b!important;transform:none!important;box-shadow:none!important}
.inventory-card-call{
  min-height:46px;display:grid;place-items:center;border:1px solid #b9d8cb;border-radius:13px;background:#edf8f3;color:#0c6748;text-decoration:none;
}
.inventory-card-call svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.inventory-card-call:hover{background:#dff3e9}
.inventory-showcase-share{margin-top:7px!important}
.inventory-showcase-share .inventory-customer-share-btn{min-height:39px!important;border-color:#dfe7ed!important;background:#f7f9fb!important;color:#465b6f!important}

/* Professional comparison/list mode */
body.inventory-list-view .public-title-grid{grid-template-columns:1fr!important;gap:9px!important}
body.inventory-list-view .public-inventory-card.autosadra-showcase-card{display:block!important;border-radius:17px!important;box-shadow:0 5px 18px rgba(25,47,68,.045)!important}
body.inventory-list-view .public-inventory-card:hover{transform:translateY(-1px)!important;box-shadow:0 10px 26px rgba(25,47,68,.075)!important}
body.inventory-list-view .showcase-image,
body.inventory-list-view .showcase-body{display:none!important}
body.inventory-list-view .inventory-list-row{
  display:grid!important;
  grid-template-columns:82px minmax(245px,2fr) repeat(4,minmax(86px,.68fr)) minmax(160px,1fr) minmax(78px,.55fr) minmax(130px,.82fr)!important;
  gap:8px!important;align-items:center!important;padding:9px 10px!important;background:#fff!important;
}
body.inventory-list-view .list-car-media{width:72px!important;height:62px!important;border-radius:12px!important;overflow:hidden!important;background:#eef2f5!important}
body.inventory-list-view .list-car-media img{width:100%;height:100%;object-fit:cover;display:block}
body.inventory-list-view .list-car-media .inventory-car-placeholder-icon{width:100%;height:100%;border:0;border-radius:0;background:#f4f7f9}
body.inventory-list-view .list-car-media .inventory-car-placeholder-icon svg{width:27px;height:27px}
body.inventory-list-view .list-car-main{min-width:0}
body.inventory-list-view .list-car-main strong{font-size:13px!important;color:#1b3045!important;line-height:1.6!important}
body.inventory-list-view .list-car-main small{display:block;margin-top:3px;color:#7a8998!important;font-size:9.5px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.inventory-list-view .list-car-spec,
body.inventory-list-view .list-car-price,
body.inventory-list-view .list-car-views,
body.inventory-list-view .list-car-contact{
  min-height:50px!important;padding:6px 8px!important;display:grid!important;align-content:center!important;gap:2px!important;
  border:0!important;border-right:1px solid #edf1f4!important;border-radius:0!important;background:transparent!important;
}
body.inventory-list-view .list-car-spec span,
body.inventory-list-view .list-car-price span,
body.inventory-list-view .list-car-views span,
body.inventory-list-view .list-car-contact span{color:#8a97a4!important;font-size:8.5px!important;font-weight:800!important}
body.inventory-list-view .list-car-spec b,
body.inventory-list-view .list-car-price b,
body.inventory-list-view .list-car-views b,
body.inventory-list-view .inventory-tel-link{color:#263b4f!important;font-size:10.5px!important;font-weight:950!important;text-decoration:none!important;white-space:normal!important}
body.inventory-list-view .list-car-price b{color:#0c6949!important;font-size:11px!important}

/* Drawer refinement */
.inventory-filter-backdrop{background:rgba(12,24,38,.58)!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}
.inventory-filter-drawer{background:#f7f9fb!important;box-shadow:-24px 0 70px rgba(8,21,35,.25)!important}
.inventory-filter-drawer-head{padding:20px 22px!important;border-bottom-color:#e4e9ef!important}
.inventory-filter-drawer-head strong{color:#172d42!important;font-size:17px!important}
.inventory-filter-drawer-head small{color:#7c8b9a!important}
.inventory-filter-close{border-color:#dde5eb!important;color:#526578!important}
.inventory-filter-drawer .inventory-filter-grid{padding:20px 22px!important;gap:13px!important}
.inventory-filter-drawer .inventory-filter-grid label{color:#596c7f!important;font-size:10.5px!important}
.inventory-filter-drawer .inventory-filter-grid input,.inventory-filter-drawer .inventory-filter-grid select{height:46px!important;border-color:#dce4eb!important;border-radius:12px!important;color:#1d3246!important;font-size:11.5px!important}
.inventory-filter-drawer .inventory-filter-actions{padding:14px 22px calc(14px + env(safe-area-inset-bottom))!important;border-top-color:#e1e8ee!important}
.inventory-filter-drawer .inventory-filter-actions .btn{min-height:45px!important;border-radius:12px!important}

/* Empty state */
.inventory-empty-state{min-height:300px!important;border:1px dashed #cdd9e3!important;border-radius:24px!important;background:#fff!important;box-shadow:none!important}
.inventory-empty-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:20px;background:#f1f5f7;color:#718092;font-size:0!important}
.inventory-empty-icon:before{content:"";width:31px;height:22px;border:2px solid currentColor;border-radius:6px;box-shadow:0 9px 0 -6px currentColor}
.inventory-empty-state strong{font-size:17px!important;color:#20354a!important}
.inventory-empty-state small{font-size:11px!important;color:#7c8b99!important}

@media(max-width:1180px){
  .public-title-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .inventory-pro-hero-side{flex-basis:275px}
  body.inventory-list-view .inventory-list-row{grid-template-columns:72px minmax(210px,1.6fr) repeat(3,minmax(78px,.65fr)) minmax(145px,.9fr) minmax(70px,.5fr) minmax(120px,.75fr)!important}
  body.inventory-list-view .list-car-spec:nth-child(6){display:none!important}
}
@media(max-width:900px){
  body.portal-body:has(.inventory-pro-hero) .portal-shell{width:min(100% - 22px,800px)!important;padding-top:12px!important}
  .inventory-pro-hero{min-height:0!important;padding:22px!important;align-items:flex-start!important;gap:20px!important}
  .inventory-pro-brand-mark{width:88px;height:88px;flex-basis:88px;border-radius:23px}
  .inventory-pro-hero h1{font-size:27px!important}
  .inventory-pro-hero-side{flex-basis:230px}
  .inventory-pro-stock-count{min-height:80px}
  .inventory-control-heading{align-items:flex-start;flex-direction:column;gap:10px}
  .inventory-pro-controls .polished-view-toolbar{width:100%!important}
  .inventory-filter-topbar{grid-template-columns:minmax(0,1fr) auto auto!important}
  .inventory-result-count{grid-column:1/-1!important;height:28px!important;min-height:28px!important;justify-self:start!important;padding-right:5px!important}
  body.inventory-list-view .inventory-list-row{grid-template-columns:68px minmax(0,1fr) minmax(120px,.65fr) minmax(100px,.55fr)!important}
  body.inventory-list-view .list-car-spec,body.inventory-list-view .list-car-views,body.inventory-list-view .list-car-contact{display:none!important}
}
@media(max-width:620px){
  body.portal-body:has(.inventory-pro-hero) .portal-shell{width:100%!important;padding:8px 10px 34px!important}
  .inventory-pro-hero{display:grid!important;grid-template-columns:1fr!important;padding:17px!important;gap:15px!important;border-radius:22px!important;box-shadow:0 12px 32px rgba(20,42,61,.065)!important}
  .inventory-pro-hero-main{align-items:flex-start;gap:12px}
  .inventory-pro-brand-mark{width:58px;height:58px;flex-basis:58px;border-radius:17px;box-shadow:none}
  .inventory-pro-hero .portal-kicker{font-size:9.5px!important;margin-bottom:3px!important}
  .inventory-pro-hero .portal-kicker:before{width:12px}
  .inventory-pro-hero h1{font-size:21px!important;line-height:1.55!important;margin-bottom:5px!important}
  .inventory-pro-hero p{font-size:10.5px!important;line-height:1.85!important}
  .inventory-hero-trust{gap:5px;margin-top:10px}
  .inventory-hero-trust span{min-height:28px;padding:0 8px;font-size:8.8px}
  .inventory-hero-trust svg{width:13px;height:13px}
  .inventory-pro-hero-side{grid-template-columns:105px minmax(0,1fr);align-items:stretch;gap:7px}
  .inventory-pro-stock-count{min-height:68px;padding:9px 10px;display:grid;align-content:center;gap:1px;border-radius:15px;box-shadow:none}
  .inventory-pro-stock-count small{font-size:8.5px}
  .inventory-pro-stock-count>div{gap:4px}
  .inventory-pro-stock-count strong{font-size:22px}
  .inventory-pro-stock-count span{font-size:9px}
  .inventory-pro-hero .inventory-head-actions{gap:6px!important}
  .inventory-pro-hero .inventory-head-actions .btn{min-height:34px!important;height:34px!important;padding:0 8px!important;border-radius:10px!important;font-size:9.5px!important}
  .inventory-public-seo-directory{margin-top:9px!important;padding:12px!important;border-radius:17px!important}
  .inventory-public-seo-directory h2{font-size:12px!important}
  .inventory-public-seo-directory p{display:none}
  .inventory-public-seo-brands{margin-top:8px!important}
  .inventory-public-seo-brands a{min-height:30px!important;padding:0 10px!important;font-size:9.5px!important}
  .inventory-pro-controls{margin:9px 0 12px!important;padding:10px!important;border-radius:18px!important;box-shadow:none!important}
  .inventory-control-heading{margin-bottom:8px;gap:7px}
  .inventory-control-heading>div:first-child strong{font-size:13px}
  .inventory-control-heading>div:first-child span{font-size:8.5px}
  .inventory-pro-controls .polished-view-toolbar{display:grid!important;grid-template-columns:1fr 1fr!important;padding:3px!important;gap:4px!important;border-radius:12px!important}
  .inventory-pro-controls .polished-view-toolbar .inventory-view-label{display:none!important}
  .inventory-pro-controls .polished-view-toolbar .inventory-view-btn{min-width:0!important;width:100%!important;min-height:38px!important;height:38px!important;padding:0 7px!important;border-radius:9px!important}
  .inventory-pro-controls .polished-view-toolbar .inventory-view-btn .view-icon{width:23px!important;height:23px!important;flex-basis:23px!important}
  .inventory-pro-controls .polished-view-toolbar .inventory-view-btn b{font-size:10.5px!important}
  .inventory-filter-topbar{grid-template-columns:minmax(0,1fr) 78px!important;padding:5px!important;gap:5px!important;border-radius:13px!important}
  .inventory-filter-search{grid-column:1/-1!important}
  .inventory-filter-search input{height:41px!important;min-height:41px!important;border-radius:9px!important;font-size:10.5px!important;padding-right:39px!important}
  .inventory-filter-search .inventory-search-icon{right:12px!important;width:17px;height:17px}
  .inventory-search-icon svg{width:16px;height:16px}
  .inventory-filter-toggle,.inventory-quick-search{height:39px!important;min-height:39px!important;border-radius:9px!important;font-size:10.5px!important}
  .inventory-filter-toggle{padding:0 9px!important}
  .inventory-filter-toggle-icon{width:16px;height:16px}
  .inventory-filter-toggle-icon svg{width:15px;height:15px}
  .inventory-quick-search{min-width:0!important;width:78px!important;padding:0 8px!important}
  .inventory-result-count{grid-column:auto!important;height:39px!important;min-height:39px!important;justify-self:stretch!important;padding:0 6px!important;font-size:9px!important;border:1px solid #e0e7ed!important;background:#fff!important;border-radius:9px!important}
  .public-title-grid{grid-template-columns:1fr!important;gap:11px!important}
  .public-inventory-card.autosadra-showcase-card{border-radius:18px!important;box-shadow:0 7px 22px rgba(25,47,68,.06)!important}
  .public-inventory-card.autosadra-showcase-card:hover{transform:none!important}
  .showcase-image{aspect-ratio:16/9!important}
  .inventory-image-placeholder{min-height:190px}
  .inventory-media-topline{top:9px;right:9px;left:9px}
  .showcase-status{padding:5px 8px!important;font-size:9px!important}
  .inventory-media-bottomline{right:9px;left:9px;bottom:8px}
  .inventory-view-chip,.inventory-gallery-count{min-height:25px;padding:0 7px!important;font-size:8.5px!important}
  .showcase-body{padding:13px!important}
  .inventory-card-heading{padding-bottom:9px}
  .inventory-card-eyebrow{font-size:8.8px;margin-bottom:2px}
  .inventory-card-heading h2{font-size:15.5px!important}
  .inventory-card-taxonomy{display:none!important}
  .inventory-card-spec-grid{gap:6px;margin:9px 0}
  .inventory-card-spec{min-height:47px;padding:6px 7px;border-radius:10px}
  .inventory-spec-icon{width:27px;height:27px;flex-basis:27px;border-radius:8px}
  .inventory-spec-icon svg{width:15px;height:15px}
  .inventory-card-spec small{font-size:8px}
  .inventory-card-spec b{font-size:10px}
  .inventory-card-price-row{padding:9px 10px!important;margin-bottom:8px!important;border-radius:12px!important}
  .inventory-card-price-row>div span{display:none}
  .inventory-card-price-row small{font-size:8.5px!important}
  .inventory-card-price-row .public-price{font-size:14px!important}
  .showcase-desc{min-height:0!important;margin-bottom:8px!important;font-size:9.8px!important;line-height:1.8!important;-webkit-line-clamp:1}
  .showcase-contact-box{margin-bottom:8px!important;padding:6px 8px!important;border-radius:10px!important}
  .showcase-contact-box>div{min-height:24px!important}
  .showcase-contact-box>div:not(:first-child){display:none!important}
  .showcase-contact-box strong{font-size:8.5px!important}
  .showcase-contact-box span,.showcase-contact-box a{font-size:9.5px!important}
  .inventory-card-actions{grid-template-columns:minmax(0,1fr) 41px;gap:6px}
  .inventory-card-actions .inventory-detail-button,.inventory-card-call{min-height:41px!important;height:41px!important;border-radius:11px!important}
  .inventory-card-actions .inventory-detail-button{font-size:10.5px!important;padding:0 12px!important}
  .inventory-card-actions .inventory-detail-button svg{width:15px;height:15px}
  .inventory-card-call svg{width:18px;height:18px}
  .inventory-showcase-share .inventory-customer-share-btn{min-height:36px!important}
  body.inventory-list-view .public-inventory-card.autosadra-showcase-card{border-radius:14px!important}
  body.inventory-list-view .inventory-list-row{grid-template-columns:62px minmax(0,1fr) 105px!important;gap:8px!important;padding:8px!important}
  body.inventory-list-view .list-car-media{width:62px!important;height:57px!important;border-radius:10px!important}
  body.inventory-list-view .list-car-main strong{font-size:11px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  body.inventory-list-view .list-car-main small{font-size:8.5px!important}
  body.inventory-list-view .list-car-price{display:grid!important;min-height:47px!important;padding:5px 7px!important;border-right:1px solid #edf1f4!important}
  body.inventory-list-view .list-car-price b{font-size:9.5px!important}
  .inventory-filter-drawer{height:min(86dvh,760px)!important;max-height:86dvh!important;border-radius:22px 22px 0 0!important}
  .inventory-filter-drawer-head{padding:14px!important}
  .inventory-filter-drawer-head strong{font-size:14px!important}
  .inventory-filter-drawer-head small{font-size:9.5px!important}
  .inventory-filter-drawer .inventory-filter-grid{grid-template-columns:1fr 1fr!important;padding:13px!important;gap:8px!important}
  .inventory-filter-drawer .inventory-filter-grid label{font-size:9px!important}
  .inventory-filter-drawer .inventory-filter-grid input,.inventory-filter-drawer .inventory-filter-grid select{height:40px!important;border-radius:9px!important;font-size:10px!important;padding-inline:7px!important}
  .inventory-filter-drawer .inventory-filter-actions{padding:10px 13px calc(10px + env(safe-area-inset-bottom))!important}
  .inventory-filter-drawer .inventory-filter-actions .btn{min-height:40px!important;font-size:10.5px!important}
}
@media(max-width:380px){
  .inventory-pro-brand-mark{display:none}
  .inventory-pro-hero-side{grid-template-columns:90px minmax(0,1fr)}
  .inventory-hero-trust span:nth-child(2){display:none}
  .inventory-card-spec-grid{grid-template-columns:1fr 1fr}
}

/* ======================================================================
   Customer inventory showroom — visual overhaul v963
   Stronger showroom identity + readable mobile typography + full-width
   vehicle imagery. This block intentionally overrides older mobile rules
   in style.css that forced showcase cards into a 116px thumbnail layout.
   ====================================================================== */
body.portal-body.inventory-showcase-view,
body.portal-body.inventory-list-view{
  --showroom-ink:#0b1d2f;
  --showroom-muted:#66788b;
  --showroom-green:#0a7450;
  --showroom-green-dark:#07563d;
  --showroom-border:#dfe7ee;
  --showroom-card:#fff;
  background:#f3f6f9!important;
}
body.portal-body:has(.inventory-pro-hero) .portal-shell{
  width:min(1480px,calc(100% - 36px))!important;
  padding-top:24px!important;
}

/* Strong showroom hero — desktop */
.inventory-pro-hero{
  min-height:290px!important;
  padding:38px 42px!important;
  gap:46px!important;
  border:0!important;
  border-radius:32px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 12% 22%,rgba(16,185,129,.18),transparent 28%),
    radial-gradient(circle at 86% 78%,rgba(56,189,248,.10),transparent 30%),
    linear-gradient(120deg,#071522 0%,#0c2234 58%,#0d2c31 100%)!important;
  box-shadow:0 28px 72px rgba(7,24,38,.20)!important;
}
.inventory-pro-hero:before{
  width:520px;height:520px;left:-235px;top:-300px;
  background:transparent!important;
  border:1px solid rgba(255,255,255,.08);
}
.inventory-pro-hero:after{
  width:390px;height:390px;left:70px;bottom:-315px;
  border:70px solid rgba(255,255,255,.025)!important;
}
.inventory-pro-hero-main{max-width:900px!important;gap:28px!important}
.inventory-pro-brand-mark{
  width:128px!important;height:128px!important;flex:0 0 128px!important;
  border:1px solid rgba(255,255,255,.20)!important;
  border-radius:30px!important;
  background:#fff!important;
  box-shadow:0 18px 46px rgba(0,0,0,.26),inset 0 0 0 7px #f6f8fa!important;
}
.inventory-pro-hero .portal-kicker{
  margin-bottom:7px!important;
  color:#8ce2bd!important;
  font-size:14px!important;
  font-weight:950!important;
}
.inventory-pro-hero .portal-kicker:before{width:26px!important;height:3px!important;background:#42c894!important}
.inventory-pro-hero h1{
  margin-bottom:10px!important;
  color:#fff!important;
  font-size:clamp(34px,3.25vw,48px)!important;
  line-height:1.35!important;
  letter-spacing:-.7px!important;
}
.inventory-pro-hero p{
  max-width:730px!important;
  color:#c7d3dd!important;
  font-size:16px!important;
  line-height:2!important;
}
.inventory-hero-trust{gap:9px!important;margin-top:22px!important}
.inventory-hero-trust span{
  min-height:40px!important;padding:0 13px!important;
  border-color:rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.075)!important;
  color:#edf5f8!important;font-size:12.5px!important;
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
}
.inventory-hero-trust svg{width:18px!important;height:18px!important;stroke:#7de0b6!important}
.inventory-pro-hero-side{flex:0 0 330px!important;gap:12px!important}
.inventory-pro-stock-count{
  min-height:112px!important;padding:19px 20px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.075)!important;
  box-shadow:none!important;
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
}
.inventory-pro-stock-count small{color:#b8c8d3!important;font-size:13px!important}
.inventory-pro-stock-count strong{color:#74ddb1!important;font-size:42px!important}
.inventory-pro-stock-count span{color:#eef5f7!important;font-size:14px!important}
.inventory-pro-hero .inventory-head-actions{gap:9px!important}
.inventory-pro-hero .inventory-head-actions .btn{
  min-height:54px!important;height:54px!important;
  border-color:rgba(255,255,255,.17)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
  font-size:14px!important;
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
}
.inventory-pro-hero .inventory-head-actions .btn.primary{
  background:linear-gradient(135deg,#0d8a60,#08704e)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
}

/* Brand strip and controls */
.inventory-public-seo-directory{
  margin-top:18px!important;padding:20px 22px!important;
  border-radius:22px!important;
}
.inventory-public-seo-directory h2{font-size:17px!important}
.inventory-public-seo-directory p{font-size:13px!important}
.inventory-public-seo-brands a{min-height:40px!important;padding:0 16px!important;font-size:13px!important}
.inventory-pro-controls{
  margin:18px 0 22px!important;padding:20px!important;
  border-radius:24px!important;
}
.inventory-control-heading>div:first-child span{font-size:12px!important}
.inventory-control-heading>div:first-child strong{font-size:19px!important}
.inventory-pro-controls .polished-view-toolbar .inventory-view-btn{
  min-width:120px!important;min-height:46px!important;height:46px!important;
}
.inventory-pro-controls .polished-view-toolbar .inventory-view-btn b{font-size:13px!important}
.inventory-filter-topbar{
  grid-template-columns:minmax(360px,1fr) auto auto auto!important;
  padding:8px!important;gap:8px!important;border-radius:18px!important;
}
.inventory-filter-search input{height:52px!important;min-height:52px!important;font-size:14px!important;padding-right:47px!important}
.inventory-filter-toggle,.inventory-quick-search,.inventory-result-count{height:52px!important;min-height:52px!important}
.inventory-filter-toggle{font-size:13px!important}
.inventory-quick-search{min-width:112px!important;font-size:13.5px!important}
.inventory-result-count{font-size:12.5px!important}

/* Showcase cards — desktop */
.public-title-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}
body.inventory-showcase-view .public-inventory-card.autosadra-showcase-card{
  display:flex!important;
  flex-direction:column!important;
  grid-template-columns:none!important;
  grid-template-rows:none!important;
  min-height:0!important;
  border-radius:24px!important;
  border:1px solid #dce5ec!important;
  background:#fff!important;
  box-shadow:0 12px 32px rgba(17,38,60,.075)!important;
}
body.inventory-showcase-view .showcase-image{
  display:block!important;
  grid-column:auto!important;grid-row:auto!important;
  width:100%!important;height:auto!important;
  min-height:0!important;max-height:none!important;
  aspect-ratio:16/10!important;
  border:0!important;
  background:#e8edf2!important;
}
body.inventory-showcase-view .showcase-image>img{
  width:100%!important;height:100%!important;max-height:none!important;
  object-fit:cover!important;object-position:center!important;
}
body.inventory-showcase-view .showcase-body{
  display:flex!important;grid-column:auto!important;grid-row:auto!important;
  width:100%!important;min-width:0!important;
  padding:19px 20px 20px!important;
}
.inventory-card-eyebrow{font-size:12px!important;margin-bottom:4px!important}
.inventory-card-heading h2{font-size:20px!important;line-height:1.55!important}
.inventory-card-taxonomy a{font-size:11px!important}
.inventory-card-spec{min-height:62px!important;padding:10px 11px!important}
.inventory-spec-icon{width:34px!important;height:34px!important;flex-basis:34px!important}
.inventory-card-spec small{font-size:11px!important}
.inventory-card-spec b{font-size:13.5px!important}
.inventory-card-price-row{padding:14px 15px!important;margin-bottom:13px!important}
.inventory-card-price-row small{font-size:11px!important}
.inventory-card-price-row span{font-size:10.5px!important}
.inventory-card-price-row .public-price{font-size:18px!important}
.showcase-desc{font-size:12.5px!important;line-height:1.9!important}
.showcase-contact-box{padding:9px 11px!important}
.showcase-contact-box strong{font-size:11px!important}
.showcase-contact-box span,.showcase-contact-box a{font-size:12px!important}
.inventory-card-actions{grid-template-columns:minmax(0,1fr) 50px!important;gap:8px!important}
.inventory-card-actions .inventory-detail-button,.inventory-card-call{min-height:50px!important;height:50px!important}
.inventory-card-actions .inventory-detail-button{font-size:13px!important}
.showcase-status{font-size:11px!important;padding:7px 10px!important}
.inventory-view-chip,.inventory-gallery-count{min-height:31px!important;font-size:10.5px!important}

/* ----------------------------------------------------------------------
   Mobile: real full-width showroom cards and legible typography.
   ---------------------------------------------------------------------- */
@media(max-width:620px){
  body.portal-body:has(.inventory-pro-hero) .portal-shell{
    width:100%!important;padding:10px 10px 38px!important;
  }
  .inventory-pro-hero{
    display:flex!important;flex-direction:column!important;
    min-height:0!important;padding:22px 18px!important;gap:18px!important;
    border-radius:24px!important;
  }
  .inventory-pro-hero-main{width:100%!important;align-items:flex-start!important;gap:14px!important}
  .inventory-pro-brand-mark{
    width:76px!important;height:76px!important;flex:0 0 76px!important;
    border-radius:20px!important;
  }
  .inventory-pro-hero .portal-kicker{font-size:12.5px!important;margin-bottom:4px!important}
  .inventory-pro-hero .portal-kicker:before{width:17px!important;height:2px!important}
  .inventory-pro-hero h1{
    font-size:28px!important;line-height:1.42!important;margin:0 0 8px!important;
    letter-spacing:-.35px!important;
  }
  .inventory-pro-hero p{font-size:15px!important;line-height:1.95!important;color:#cbd6df!important}
  .inventory-hero-trust{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:7px!important;margin-top:15px!important}
  .inventory-hero-trust span{justify-content:center!important;min-height:40px!important;padding:0 7px!important;font-size:11.5px!important;white-space:nowrap}
  .inventory-hero-trust svg{width:16px!important;height:16px!important}
  .inventory-pro-hero-side{
    width:100%!important;flex:0 0 auto!important;
    display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;
    gap:9px!important;
  }
  .inventory-pro-stock-count{
    min-height:108px!important;padding:13px!important;
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;
    border-radius:17px!important;
  }
  .inventory-pro-stock-count small{font-size:11.5px!important}
  .inventory-pro-stock-count>div{gap:5px!important}
  .inventory-pro-stock-count strong{font-size:34px!important}
  .inventory-pro-stock-count span{font-size:12px!important}
  .inventory-pro-hero .inventory-head-actions{
    display:grid!important;grid-template-columns:1fr!important;gap:8px!important;
  }
  .inventory-pro-hero .inventory-head-actions .btn{
    min-height:50px!important;height:50px!important;padding:0 12px!important;
    border-radius:13px!important;font-size:14px!important;
  }
  .inventory-public-seo-directory{margin-top:10px!important;padding:15px 14px!important;border-radius:18px!important}
  .inventory-public-seo-directory h2{font-size:15px!important}
  .inventory-public-seo-directory p{display:none!important}
  .inventory-public-seo-brands{margin-top:10px!important}
  .inventory-public-seo-brands a{min-height:38px!important;padding:0 13px!important;font-size:12.5px!important}

  .inventory-pro-controls{margin:10px 0 14px!important;padding:14px!important;border-radius:19px!important}
  .inventory-control-heading{gap:10px!important;margin-bottom:12px!important}
  .inventory-control-heading>div:first-child span{font-size:11.5px!important}
  .inventory-control-heading>div:first-child strong{font-size:18px!important;line-height:1.55!important}
  .inventory-pro-controls .polished-view-toolbar{
    width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;
    margin:0!important;padding:4px!important;gap:5px!important;border-radius:14px!important;
  }
  .inventory-pro-controls .polished-view-toolbar .inventory-view-btn{
    min-height:48px!important;height:48px!important;padding:0 10px!important;border-radius:11px!important;
  }
  .inventory-pro-controls .polished-view-toolbar .inventory-view-btn b{font-size:13.5px!important}
  .inventory-pro-controls .polished-view-toolbar .inventory-view-btn .view-icon{width:29px!important;height:29px!important;flex-basis:29px!important}
  .inventory-filter-form{width:100%!important}
  .inventory-filter-topbar{
    width:100%!important;display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:7px!important;padding:7px!important;border-radius:15px!important;
  }
  .inventory-filter-search{grid-column:1/-1!important;width:100%!important}
  .inventory-filter-search input{
    width:100%!important;height:50px!important;min-height:50px!important;
    border-radius:11px!important;font-size:14px!important;padding-right:43px!important;
  }
  .inventory-filter-search .inventory-search-icon{right:13px!important;width:20px!important;height:20px!important}
  .inventory-search-icon svg{width:19px!important;height:19px!important}
  .inventory-filter-toggle,.inventory-quick-search{
    width:100%!important;height:48px!important;min-height:48px!important;
    border-radius:11px!important;font-size:13.5px!important;
  }
  .inventory-filter-toggle{padding:0 12px!important}
  .inventory-quick-search{min-width:0!important}
  .inventory-result-count{
    grid-column:1/-1!important;width:100%!important;height:34px!important;min-height:34px!important;
    display:flex!important;align-items:center!important;justify-content:flex-start!important;
    padding:0 5px!important;border:0!important;background:transparent!important;
    font-size:12px!important;
  }

  .public-title-grid{grid-template-columns:1fr!important;gap:15px!important}
  body.inventory-showcase-view .public-inventory-card.autosadra-showcase-card{
    display:flex!important;flex-direction:column!important;
    grid-template-columns:none!important;grid-template-rows:none!important;
    width:100%!important;min-height:0!important;
    border-radius:21px!important;overflow:hidden!important;
    box-shadow:0 10px 28px rgba(18,41,62,.09)!important;
  }
  body.inventory-showcase-view .showcase-image{
    display:block!important;grid-column:auto!important;grid-row:auto!important;
    width:100%!important;height:auto!important;min-height:260px!important;max-height:none!important;
    aspect-ratio:4/3!important;border:0!important;
  }
  body.inventory-showcase-view .showcase-image>img{
    width:100%!important;height:100%!important;min-height:260px!important;max-height:none!important;
    object-fit:cover!important;object-position:center!important;
  }
  .inventory-image-placeholder{min-height:260px!important}
  .inventory-media-topline{top:12px!important;right:12px!important;left:12px!important}
  .showcase-status{font-size:12px!important;padding:7px 10px!important}
  .showcase-status i{width:8px!important;height:8px!important}
  .inventory-media-bottomline{right:12px!important;left:12px!important;bottom:11px!important}
  .inventory-view-chip,.inventory-gallery-count{min-height:32px!important;padding:0 10px!important;font-size:11px!important}

  body.inventory-showcase-view .showcase-body{
    display:flex!important;flex-direction:column!important;
    grid-column:auto!important;grid-row:auto!important;
    width:100%!important;padding:17px!important;
  }
  .inventory-card-heading{padding-bottom:12px!important}
  .inventory-card-eyebrow{font-size:12.5px!important;margin-bottom:4px!important}
  .inventory-card-heading h2{
    font-size:21px!important;line-height:1.55!important;
    white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
  }
  .inventory-card-taxonomy{display:flex!important;margin-top:6px!important}
  .inventory-card-taxonomy a{font-size:11.5px!important}
  .inventory-card-spec-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;margin:13px 0!important}
  .inventory-card-spec{min-height:64px!important;padding:10px!important;border-radius:13px!important}
  .inventory-spec-icon{width:36px!important;height:36px!important;flex-basis:36px!important;border-radius:10px!important}
  .inventory-spec-icon svg{width:19px!important;height:19px!important}
  .inventory-card-spec small{font-size:11.5px!important}
  .inventory-card-spec b{font-size:14px!important;line-height:1.45!important}
  .inventory-card-price-row{
    padding:13px!important;margin-bottom:11px!important;border-radius:14px!important;
  }
  .inventory-card-price-row small{font-size:11.5px!important}
  .inventory-card-price-row>div span{display:block!important;font-size:10.5px!important}
  .inventory-card-price-row .public-price{font-size:18px!important}
  .showcase-desc{
    display:-webkit-box!important;min-height:0!important;margin-bottom:10px!important;
    font-size:13px!important;line-height:1.9!important;-webkit-line-clamp:2!important;
  }
  .showcase-contact-box{margin-bottom:10px!important;padding:9px 10px!important;border-radius:12px!important}
  .showcase-contact-box>div{min-height:34px!important}
  .showcase-contact-box>div:not(:first-child){display:none!important}
  .showcase-contact-box strong{display:block!important;font-size:11.5px!important}
  .showcase-contact-box span,.showcase-contact-box a{font-size:14px!important}
  .public-locked-details{padding:10px 11px!important;font-size:12px!important;line-height:1.8!important}
  .public-locked-details span{display:inline!important}
  .inventory-card-actions{grid-template-columns:minmax(0,1fr) 52px!important;gap:8px!important}
  .inventory-card-actions .inventory-detail-button,.inventory-card-call{
    min-height:52px!important;height:52px!important;border-radius:13px!important;
  }
  .inventory-card-actions .inventory-detail-button{font-size:14px!important;padding:0 14px!important}
  .inventory-card-call svg{width:21px!important;height:21px!important}

  /* Real list mode remains compact, but the image is now actually visible. */
  body.inventory-list-view .public-inventory-card.autosadra-showcase-card{display:block!important;min-height:0!important;border-radius:17px!important}
  body.inventory-list-view .inventory-list-row{
    display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;gap:10px 12px!important;padding:11px!important;
  }
  body.inventory-list-view .list-car-media{
    grid-column:1!important;grid-row:1/3!important;
    width:112px!important;height:90px!important;border-radius:12px!important;
  }
  body.inventory-list-view .list-car-media img{width:100%!important;height:100%!important;object-fit:cover!important}
  body.inventory-list-view .list-car-main{grid-column:2!important;grid-row:1!important}
  body.inventory-list-view .list-car-main strong{font-size:14px!important;line-height:1.55!important;white-space:normal!important}
  body.inventory-list-view .list-car-main small{font-size:11px!important;line-height:1.6!important}
  body.inventory-list-view .list-car-price{
    grid-column:2!important;grid-row:2!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
    min-width:0!important;min-height:36px!important;padding:6px 0!important;border:0!important;
  }
  body.inventory-list-view .list-car-price span{font-size:11px!important}
  body.inventory-list-view .list-car-price b{font-size:13px!important}

  .inventory-filter-drawer-head strong{font-size:17px!important}
  .inventory-filter-drawer-head small{font-size:12px!important}
  .inventory-filter-drawer .inventory-filter-grid label{font-size:12px!important}
  .inventory-filter-drawer .inventory-filter-grid input,.inventory-filter-drawer .inventory-filter-grid select{height:46px!important;font-size:13px!important}
  .inventory-filter-drawer .inventory-filter-actions .btn{min-height:46px!important;font-size:13px!important}
}

@media(max-width:390px){
  .inventory-pro-brand-mark{display:grid!important;width:68px!important;height:68px!important;flex-basis:68px!important}
  .inventory-pro-hero h1{font-size:26px!important}
  .inventory-pro-hero p{font-size:14px!important}
  .inventory-hero-trust{grid-template-columns:1fr 1fr!important}
  .inventory-hero-trust span:nth-child(3){grid-column:1/-1!important}
  body.inventory-showcase-view .showcase-image,
  body.inventory-showcase-view .showcase-image>img{min-height:245px!important}
}

/* Tablet bridge for v963 — keeps desktop polish without squeezing cards. */
@media(min-width:621px) and (max-width:1100px){
  body.portal-body:has(.inventory-pro-hero) .portal-shell{width:min(100% - 24px,980px)!important;padding-top:14px!important}
  .inventory-pro-hero{padding:28px!important;gap:24px!important;border-radius:27px!important}
  .inventory-pro-brand-mark{width:98px!important;height:98px!important;flex-basis:98px!important;border-radius:24px!important}
  .inventory-pro-hero h1{font-size:31px!important}
  .inventory-pro-hero p{font-size:14px!important}
  .inventory-pro-hero-side{flex-basis:250px!important}
  .inventory-pro-stock-count{min-height:92px!important;padding:15px!important}
  .inventory-pro-stock-count strong{font-size:34px!important}
  .inventory-pro-hero .inventory-head-actions .btn{min-height:48px!important;height:48px!important;font-size:12.5px!important}
  .public-title-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .inventory-filter-topbar{grid-template-columns:minmax(0,1fr) auto auto!important}
  .inventory-result-count{grid-column:1/-1!important;height:34px!important;min-height:34px!important;justify-self:start!important}
}


/* ======================================================================
   v965 — mobile contact reliability + clear card separation
   ====================================================================== */
.inventory-card-call{appearance:none;-webkit-appearance:none;padding:0;cursor:pointer;font:inherit}
.inventory-list-phone-stack{display:grid;gap:3px;justify-items:start;direction:ltr}
.inventory-list-phone-stack .inventory-tel-link{display:block!important}
.public-inventory-card.autosadra-showcase-card{border:1px solid #d6e0e8!important}
@media(max-width:620px){
  .public-title-grid{gap:18px!important}
  body.inventory-showcase-view .public-inventory-card.autosadra-showcase-card,body.inventory-list-view .public-inventory-card.autosadra-showcase-card{border:1.5px solid #cbd7e1!important;border-radius:20px!important;box-shadow:0 10px 28px rgba(22,44,64,.105)!important;overflow:hidden!important;background:#fff!important}
  .showcase-contact-box{padding:10px 11px!important;border-color:#dde6ed!important;background:#f9fbfc!important}
  .showcase-contact-box>div{display:flex!important;min-height:39px!important;padding:4px 0!important}
  .showcase-contact-box>div:not(:first-child){display:flex!important}
  .showcase-contact-box>div+div{border-top:1px dashed #dbe4eb!important}
  .showcase-contact-box strong{display:block!important;font-size:12px!important;color:#66798b!important}
  .showcase-contact-box span,.showcase-contact-box a{font-size:14.5px!important;color:#153249!important}
  .inventory-card-actions{grid-template-columns:minmax(0,1fr) 58px!important}
  .inventory-card-actions .inventory-detail-button,.inventory-card-call{min-height:54px!important;height:54px!important}
  .inventory-card-call{border-width:1.5px!important;background:#eaf7f1!important}
  .inventory-list-phone-stack{gap:5px!important}
  body.inventory-list-view .inventory-list-phone-stack .inventory-tel-link{font-size:12.5px!important;line-height:1.45!important}
}


/* ======================================================================
   v966 — compact mobile cards: phone numbers live in the call sheet only
   ====================================================================== */
@media(max-width:620px){
  /* On mobile the phone icon opens the number chooser; repeating numbers
     inside every vehicle card wastes space and weakens the visual hierarchy. */
  .public-inventory-card .showcase-contact-box,
  body.inventory-list-view .public-inventory-card .list-car-contact{
    display:none!important;
  }
}

/* ======================================================================
   v967 — one vehicle-card language across inventory, brand and model pages
   ====================================================================== */
/* Taxonomy pages render the same shared _inventory_public_card.html partial.
   Keep them in showroom mode so they cannot fall back to the old compact
   two-column/card rules on mobile. */
.inventory-taxonomy-page.inventory-showcase-view .inventory-taxonomy-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
}
.inventory-taxonomy-page.inventory-showcase-view .public-inventory-card.autosadra-showcase-card{
  width:100%!important;
  min-width:0!important;
  border:1px solid #d6e0e8!important;
  border-radius:20px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 10px 28px rgba(22,44,64,.08)!important;
}
@media(max-width:1100px){
  .inventory-taxonomy-page.inventory-showcase-view .inventory-taxonomy-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:620px){
  .inventory-taxonomy-page.inventory-showcase-view .inventory-taxonomy-stock{
    padding:13px!important;
  }
  .inventory-taxonomy-page.inventory-showcase-view .inventory-taxonomy-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
    margin-top:14px!important;
  }
  .inventory-taxonomy-page.inventory-showcase-view .public-inventory-card.autosadra-showcase-card{
    display:block!important;
    border:1.5px solid #cbd7e1!important;
    border-radius:20px!important;
    box-shadow:0 10px 28px rgba(22,44,64,.105)!important;
  }
  .inventory-taxonomy-page.inventory-showcase-view .showcase-image{
    display:block!important;
    width:100%!important;
    min-height:260px!important;
    aspect-ratio:4/3!important;
    grid-column:auto!important;
    grid-row:auto!important;
  }
  .inventory-taxonomy-page.inventory-showcase-view .showcase-image>img{
    width:100%!important;
    height:100%!important;
    min-height:260px!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .inventory-taxonomy-page.inventory-showcase-view .showcase-body{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    padding:17px!important;
    grid-column:auto!important;
    grid-row:auto!important;
  }
  .inventory-taxonomy-page.inventory-showcase-view .inventory-card-heading h2,
  .inventory-taxonomy-page.inventory-showcase-view .inventory-card-spec b{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .inventory-taxonomy-page.inventory-showcase-view .inventory-card-heading h2{
    font-size:21px!important;
    line-height:1.55!important;
  }
  .inventory-taxonomy-page.inventory-showcase-view .inventory-card-spec b{
    font-size:14px!important;
    line-height:1.45!important;
  }
}

/* v968 — keep legacy photo EXIF orientation consistent in every inventory card. */
.public-inventory-card img,
.inventory-related-card img{image-orientation:from-image}
