.custom-sidebar{width:350px;padding:10px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.custom-facet-section{margin-bottom:20px}.custom-facet-title{font-size:1.2em;font-weight:600;margin-bottom:10px;cursor:pointer;display:flex;align-items:center;opacity:1}.custom-facet-title:hover{opacity:.8}.custom-facet-title i{margin-right:8px}.custom-facet-items{list-style:none;padding:0;max-height:285px;overflow:hidden;transition:max-height .3s ease;font-size:.7em}.custom-facet-items.collapsed{max-height:0}.custom-facet-item{margin:5px 0;background:var(--bg-column);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:10px 20px;border:1px solid var(--secondary-color)}.custom-facet-item:hover{background:#d1e2ff!important}.custom-facet-item a{text-decoration:none;color:var(--primary-color);display:flex;justify-content:space-between;padding:0}.custom-facet-item a:hover{color:#007bff}.custom-facet-item .item-count{border-radius:12px;color:#333;font-size:.8em!important;background:#bedeff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.custom-facet-footer{margin-top:10px}.custom-facet-footer a{color:#007bff;text-decoration:none;font-size:.9em}.custom-facet-footer a:hover{text-decoration:underline}.custom-facet-empty{font-style:italic;color:#666;font-size:.9em}.menu-content,.breadcrumb,.image-hover-effect,.main-content,.features,.footer-container{max-width:1300px}.dataset-header{background:var(--primary-color);color:#fff;padding:0 20px 40px;text-align:center;position:relative;overflow:hidden;animation:gradientWave 15s infinite linear;margin-top:65px}.dataset-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-color);opacity:.5}.dataset-header-content{max-width:800px;margin:0 auto;animation:slideInFromTop .8s ease-out}.dataset-header h1{font-size:2.5em;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,0.2);opacity:.9}.dataset-header p{font-size:1.1em;margin-bottom:20px;opacity:.9}.dataset-header .search-bar{max-width:800px;margin:0 auto}.dataset-header .search-bar input{border-radius:5px;border:none;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.dataset-header .search-bar button{border-radius:5px;background-color:#fff;color:var(--primary-color);right:1px;transition:background-color .3s ease}.dataset-header .search-bar button:hover{background-color:var(--primary-color);color:#fff}@keyframes gradientWave{0%{background-position:0 50%}100%{background-position:200% 50%}}@keyframes slideInFromTop{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.dataset-header{padding:20px 15px 30px;margin-top:0}.main-content{flex-direction:column;margin:auto 10px auto 10px}.dataset-content-main,.custom-sidebar{width:100%}.dataset-content-main{padding:10px}.custom-sidebar{width:100%;margin-top:20px}}