body.theme-light {
    background-color: #f0f2f5;
    color: #212529;
}

body.theme-dark {
    background-color: #1c1c1e;
    color: #e0e0e0;
}

.cat-row {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
    font-size: 1.0625rem;
}

.category-chevron {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.category-chevron.is-open {
    transform: rotate(90deg);
}
