/* ── Sites page (store locator embed) ── */

/* Stable full height so the map container does not change size when the map loads (prevents jump and repeated resize/map-settled → filter storm). */
.appsites {
    height: calc(100vh - var(--sites-map-top));
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.appsites > .col {
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.appsites .sites-map-wrapper {
    flex: 1 1 0;
    min-height: 0;
    position: relative;
}
/* StoreLocatorShadowHost: outer frame fills the map cell; #sl-host stays absolute inside it (see component markup). */
.appsites .sites-map-wrapper .store-locator-host-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.appsites .sites-map-wrapper .store-locator-host-frame #sl-host {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.appsites .sites-map-container {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.appsites #mapSidebarHeader [role="tab"] {
    font-size: 0.7rem !important;
    padding: 0.3rem 0.45rem !important;
}

.appsites #sideResultsHeader {
    font-size: 0.7rem !important;
    padding-bottom: 0.25rem !important;
}

.appsites #resultsList {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
}

    .appsites #resultsList li {
        padding-top: 0.075rem !important;
        padding-bottom: 0.075rem !important;
    }

.appsites .sl-search-result-option {
    gap: 0.4rem !important;
    padding: 0.4rem 0.6rem !important;
}

.appsites .sl-search-result-main {
    margin-bottom: 0 !important;
}

.appsites .sl-search-result-type-icon {
    width: 1.1rem !important;
    height: 1.1rem !important;
    padding: 0.16rem !important;
}

.appsites .sl-search-result-title {
    font-size: 1rem !important;
    line-height: 1.15rem !important;
}

.appsites .sl-search-result-detail {
    font-size: 0.82rem !important;
    line-height: 0.95rem !important;
    font-weight: 600 !important;
}

.appsites .sidebaroption_address {
    display: none !important;
}

.sites .sl-search-result-brand-box {
    width: 2.3rem !important;
    height: 2.3rem !important;
    border-radius: 0.65rem !important;
}
