.filter-style-2 a.btn {
    background-color: #343a40 !important;
    border-color: #adb5bd;
    color: #fff !important;
    font-size: 0.5rem;
}

@media (min-width: 768px) {
    .filter-style-2 a.btn {
        font-size: 0.6rem;
    }
}

@media (min-width: 1200px) {
    .filter-style-2 a.btn {
        font-size: 0.8rem;
    }
}

.filter-style-3 a {
    color: var(--bs-gray-800);
    border-right: 1px solid var(--bs-dark) !important;
}

.filter-style-3 .dropdown a {
    border-right: none !important;
}

.filter-style-3 a:last-child{
    border-right: none !important;
}
