/* City hub sidebar. Loaded from location.php on every /real-estate-in-{city} hub. */

.belek-hub-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.belek-hub-ctx {
    border: 1px solid rgba(184, 149, 108, 0.42);
    border-radius: var(--hub-widget-radius, 4px);
    background: #fff;
    box-shadow: var(--hub-shadow-card, none);
    padding: 12px 14px 13px;
    margin: 0 0 16px;
}

.belek-hub-ctx-title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #08255d;
}

.belek-hub-ctx-count {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #6b7a89;
}

.belek-hub-facet,
.belek-hub-id {
    border: 1px solid rgba(184, 149, 108, 0.42);
    border-radius: var(--hub-widget-radius, 4px);
    background: #fff;
    box-shadow: var(--hub-shadow-card, none);
    margin: 0 0 16px;
    overflow: hidden;
}

.belek-hub-facet strong,
.belek-hub-id strong {
    display: block;
    margin: 0;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hub-gold, #b8956c);
    background: linear-gradient(180deg, #fffdf9 0%, var(--hub-cream, #f7f1e8) 100%);
    border-bottom: 1px solid rgba(184, 149, 108, 0.16);
}

.belek-hub-facet a {
    display: block;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--hub-navy-mid, #2c3a4d);
    text-decoration: none;
    border-bottom: 1px solid rgba(184, 149, 108, 0.1);
    overflow: hidden;
}

.belek-hub-facet a:last-child {
    border-bottom: 0;
}

.belek-hub-facet a em {
    float: right;
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    color: #8a94a6;
}

.belek-hub-facet a:hover,
.belek-hub-facet a:focus {
    background: var(--hub-ivory, #faf6f0);
    color: var(--hub-navy, #0a1a32);
    text-decoration: none;
}

.belek-hub-facet a:focus,
.belek-hub-mobile-filters summary:focus {
    outline: 2px solid #08255d;
    outline-offset: 2px;
}

.belek-hub-facet a i.fa {
    margin-right: 6px;
    opacity: 0.85;
}

/* Beat akkus.css `#content a { text-decoration: underline !important }` (ID). */
html.location-city-hub #content .belek-hub-facet a,
html.location-city-hub #content .belek-hub-facet a:link,
html.location-city-hub #content .belek-hub-facet a:visited,
html.location-city-hub #content .belek-hub-facet a:hover,
html.location-city-hub #content .belek-hub-facet a:focus {
    text-decoration: none !important;
    color: var(--hub-navy-mid, #2c3a4d) !important;
}

html.location-city-hub #content .belek-hub-facet a:hover,
html.location-city-hub #content .belek-hub-facet a:focus {
    color: var(--hub-navy, #0a1a32) !important;
}

.belek-hub-mobile-filters {
    display: none;
    margin: 0 0 16px;
}

.belek-hub-mobile-filters summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border: 1px solid rgba(184, 149, 108, 0.42);
    border-radius: var(--hub-widget-radius, 4px);
    background: #fff;
    color: #08255d;
    font-size: 14px;
    font-weight: 700;
}

.belek-hub-mobile-filters summary::-webkit-details-marker {
    display: none;
}

.belek-hub-mobile-filters summary::after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #08255d;
}

.belek-hub-mobile-filters[open] summary::after {
    transform: rotate(180deg);
}

.belek-hub-filter-meta {
    margin-left: auto;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #6b7a89;
}

.belek-hub-mobile-filters-body {
    margin-top: 10px;
}

/* Expert card still renders the shared hub separator; hide it so the
   compact city context is the first filter heading. */
html.location-city-hub .sidebar-filters-separator {
    display: none;
}

@media (max-width: 991px) {
    html.location-city-hub .belek-hub-mobile-filters {
        display: block;
    }

    html.location-city-hub .belek-hub-desktop-filters {
        display: none;
    }
}
