/* Custom Sort Dropdown Styles */
.custom-select-container { position: relative; }
.custom-options.show { opacity: 1 !important; visibility: visible !important; transform: translateY(5px); }
.transition-all { transition: all 0.2s ease; }
.cursor-pointer { cursor: pointer; }
.hover-bg-light:hover { background-color: #f8f9fa; color: #000; }
