.beth-louange-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 16px 0;
    padding: 12px;
    border: 1px solid #d8ded6;
    border-radius: 8px;
    background: #fbfaf5;
    color: #1f2a24;
}

.beth-louange-filter__title {
    margin-right: 4px;
    font-weight: 700;
}

.beth-louange-filter__button {
    appearance: none;
    border: 1px solid #cfd8d1;
    border-radius: 999px;
    background: #fff;
    color: #1f2a24;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 12px;
}

.beth-louange-filter__button:hover,
.beth-louange-filter__button:focus {
    border-color: #2b735f;
    outline: none;
}

.beth-louange-filter__button.is-active {
    border-color: #2b735f;
    background: #2b735f;
    color: #fff;
}

.beth-louange-filter__count {
    margin-left: auto;
    color: #5d665f;
    font-size: 0.92em;
}

.beth-louange-filter-hidden {
    display: none !important;
}

@media (max-width: 700px) {
    .beth-louange-filter {
        align-items: stretch;
        flex-direction: column;
    }

    .beth-louange-filter__button {
        width: 100%;
        text-align: center;
    }

    .beth-louange-filter__count {
        margin-left: 0;
    }
}
