.filter-clear-link {
    text-decoration: none;
    border-bottom: 1px dotted;
    transition: border-color 0.2s;
}
.filter-clear-link:hover {
    border-color: transparent;
}
.filter-select { width: auto; min-width: 150px; }
.price-filter-wrapper { max-width: 300px; width: 100%; }
.post-sort-dropdown { width: auto; }
.filter-row { margin-bottom: 0 !important; }

@media (max-width: 767.98px) {
    .price-filter-wrapper { max-width: 100%; }
    .filter-select { width: 100%; }
}
