/* Gallery filters */
.zingry-gallery-filters {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.zingry-gallery-filters button {
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}

.zingry-gallery-filters button[aria-pressed="true"] {
    font-weight: 600;
}