/* V16.94 — strictly scoped to About / Showrooms surfaces. */
[data-showrooms-page] #showrooms-list{scroll-margin-top:110px}
[data-showrooms-page] .als-v167-showroom-card__media{position:relative;display:block;margin:-20px -20px 16px;overflow:hidden;border-radius:17px 17px 0 0;background:#eef2ee;aspect-ratio:16/7}
[data-showrooms-page] .als-v167-showroom-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
[data-showrooms-page] .als-v167-showroom-card:hover .als-v167-showroom-card__media img{transform:scale(1.025)}
[data-showrooms-page] .als-v167-showroom-card__media .als-v167-open-status{position:absolute;top:12px;inset-inline-end:12px;background:#fff;box-shadow:0 5px 18px rgba(5,50,31,.12);z-index:2}
[data-showrooms-page] .als-v167-showroom-card.has-media .als-v167-showroom-card__top>.als-v167-open-status{display:none}
[data-showrooms-page] .als-v167-showroom-card__actions{align-items:stretch}
[data-showrooms-page] .als-v168-showroom-detail-link{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:11px;font-weight:700;color:#08683a;text-decoration:none}
[data-showrooms-page] .als-v168-showroom-detail-link .material-symbols-outlined{font-size:18px}

/* The supplied review asks for a clean, balanced branch-card experience on mobile too. */
@media(max-width:680px){
  [data-showrooms-page] #showrooms-list{scroll-margin-top:82px}
  [data-showrooms-page] .als-v167-showroom-card__media{margin:-16px -16px 14px;aspect-ratio:16/8.2;border-radius:16px 16px 0 0}
  [data-showrooms-page] .als-v167-showroom-card__media .als-v167-open-status{top:10px;inset-inline-end:10px}
  [data-showrooms-page] .als-v167-showroom-card__actions{grid-template-columns:1fr 1fr!important}
  [data-showrooms-page] .als-v167-showroom-card__actions .als-v167-btn{min-width:0!important}
}
@media(max-width:410px){
  [data-showrooms-page] .als-v167-showroom-card__actions{grid-template-columns:1fr!important}
}

/* About: preserve the existing design; only improve after-sales icon clarity. */
.als-v1639-about .als-v1639-three-grid .als-v1639-icon-card .material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 500,'GRAD' 0,'opsz' 32}

/* Footer structure requested in both supplied reviews; content stays in the shared global footer. */
.als-v16-footer__brand p{line-height:1.85}
.als-v16-footer__grid>div>h3{min-height:1.5em}
@media(max-width:980px){.als-v16-footer__grid{align-items:start}}
