.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#exploreSortTrigger .material-symbols-outlined {
    transition: transform 0.2s ease;
}

.explore-mobile-btn {
    border-radius: 1rem;
}

#exploreFilterPopupType {
    touch-action: manipulation;
}
#exploreFilterPopupType .explore-filter-type-pill {
    touch-action: manipulation;
    cursor: pointer;
}
