.tags {
    gap: 20px;
}

.tag-all {
    width: 100%;
    max-width: 135px;
}

.tag {
    line-height: 1;
    padding: 8px 17px !important;
    text-align: center;
    white-space: nowrap;
    box-shadow: none !important;
}

.tag:not(.tag--active) {
    border: 1px solid #d1d1d1;
    padding: 6px 15px !important;
}

.tag--active, .tag.active {
    background-image: linear-gradient(90deg, #00dada 0%, #0094e6 100%) !important;
}