/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* --- Karo --- */
/* left column (filters) as a card, desktop only */
@media (min-width: 768px) {
    #left-column {
        padding: 12px;
        background: white;
        border-radius: 12px;
        border: 1px solid #e3e3e3;
        height: fit-content;
    }
}
