
/* 
.section {
    padding-top: 50px;
    margin-bottom: 60px;
} */

.filter-bar {
    /* background: #f8f8f8; */
    padding: 12px;
    border-bottom: 1px solid #ddd;
    border-radius: 15px;
    /* font-weight: bold; */
}

.sticky-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* background: #f8f8f8; */
    padding: 12px;
    border-bottom: 1px solid #ddd;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: opacity 0.3s ease;
}


.hidden {
    opacity: 0;
    pointer-events: none;
}
