.search-result-item:hover {
    background-color: #f8f9fa !important;
}

#searchResults {
    max-height: 400px;
    overflow-y: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .mx-auto {
        max-width: 100% !important;
        order: 3;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #searchResults {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
}