<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ffc-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.ffc-filter__button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.ffc-filter__button.active,
.ffc-filter__button:hover {
    font-weight: 700 !important;
}

.ffc-filter__button::after {
    content: attr(data-text);
    height: 0;
    visibility: hidden;
    font-weight: 700;
}</pre></body></html>