#content .filters-unveil-button-wrapper .unveil-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 32px;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 10px;
    line-height: 1;
}

#content .filters-unveil-button-wrapper .unveil-button .unveil-button__label {
    display: inline-flex;
    align-items: center;
}

#content .filters-unveil-button-wrapper .unveil-button .unveil-button__icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cline x1='3' y1='6' x2='21' y2='6' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='6' r='2.4' fill='black'/%3E%3Cline x1='3' y1='12' x2='21' y2='12' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3Ccircle cx='15' cy='12' r='2.4' fill='black'/%3E%3Cline x1='3' y1='18' x2='21' y2='18' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='18' r='2.4' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cline x1='3' y1='6' x2='21' y2='6' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='6' r='2.4' fill='black'/%3E%3Cline x1='3' y1='12' x2='21' y2='12' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3Ccircle cx='15' cy='12' r='2.4' fill='black'/%3E%3Cline x1='3' y1='18' x2='21' y2='18' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='18' r='2.4' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.dkLab-filters-button__item {
    border-radius: 10px;
}