/* Year slider custom styles */
.noUi-tooltip {
    font-size: 12px;
    font-weight: 600;
    background: #374151;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
}

.noUi-pips {
    font-size: 11px;
    color: #6b7280;
}

.noUi-value {
    font-weight: 500;
}

.noUi-marker-large {
    background: #9ca3af;
    height: 10px;
}

.noUi-marker-normal {
    background: #d1d5db;
    height: 6px;
}

/* Add space for pips below slider */
#yearSlider {
    margin-bottom: 40px !important;
}