/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Fix dropdown scrolling issue - enable scroll for panel-dropdown-content */
.panel-dropdown .panel-dropdown-content {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Mobile responsive - adjust max-height for smaller screens */
@media (max-width: 767px) {
    .panel-dropdown .panel-dropdown-content {
        max-height: 250px;
    }
}
