/* Top Bar Header - Force dark blue background on ALL elements */
.top-bar,
.top-bar *,
header .top-bar,
header > div:first-child {
    background: #0056b3 !important;
    background-color: #0056b3 !important;
    color: white !important;
}

.top-bar {
    padding: 10px 0 !important;
}

.top-bar .contact-info,
.top-bar .contact-info a,
.top-bar .social-links,
.top-bar .social-links a {
    color: white !important;
}

.top-bar i {
    color: white !important;
}

/* Filter Sidebar - Normal Scroll (Not Sticky) */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.search-container {
    display: grid !important;
    grid-template-columns: 280px 1fr !important;
    gap: 2rem !important;
    padding: 2rem 0 !important;
    align-items: start !important;
}

.filters-sidebar {
    position: relative !important;
    top: auto !important;
    height: auto !important;
}

.results-main {
    grid-column: 2;
    min-width: 0;
}
