/* pages/gallery.css: the /our-work photo gallery. */

.gallery-filter-group {
    margin-bottom: 8px;
}

.filter-label {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.76rem;
    color: var(--bark-600);
    margin-bottom: 8px;
}

.gallery-filter-group .chip-row {
    margin-bottom: 18px;
}
