/**
 * Custom CSS for Tööriistakast Page
 */

/* Custom scrollbar for filter panel */
.scrollbar-thin::-webkit-scrollbar {
    width: 6px;
}

.scrollbar-thin::-webkit-scrollbar-track {
    background: #f3f4f6;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.scrollbar-thin::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

/* Brand Colors */
.text-brand-purple {
    color: #5d0f57;
}

/* Filter Checkbox Styles - Overriding potential global/WP styles */
.filter-checkbox-label {
    gap: 12px !important;
    background-color: transparent !important;
    /* Force transparent background */
}

.filter-checkbox-input {
    margin: 0 !important;
}

.filter-checkbox-text {
    margin: 0 !important;
    padding: 0 !important;
}

/* Sidebar Select Box - Force transparent background */
/* Overrides global specific rules that might force white background */
aside select.appearance-none {
    background-color: transparent !important;
}

.filter-checkbox-text {
    background-color: transparent !important;
}