/**
 * Custom CSS
 * ----------
 * Add your own styles/overrides here. This file loads after
 * frontend.css, so anything you write here will take priority
 * over the plugin's default styles.
 */



/* Bigger "Filters" heading */
.tfb-filters-header {
    font-size: 1.4rem;
    padding-bottom: 16px;
    margin-bottom: 8px;
}

/* More breathing room between each accordion row */
.tfb-filter-toggle {
    padding: 18px 0;
    font-size: 1.1rem;
}

/* No divider under the last item */
.tfb-filter-item:last-child {
    border-bottom: none;
}

/* Slightly larger, bolder chevron */
.tfb-filter-toggle .chevron {
    width: 16px;
    height: 16px;
}
.tfb-filter-toggle .chevron path {
    stroke-width: 2.5;
}

/* "Edit Filter Set" link */
.tfb-filter-footer {
    padding-top: 18px;
}
.tfb-filter-footer a {
    color: var(--tfb-navy);
    text-decoration: none;
}
