/* Global Search Styles */
#searchResults {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    margin-top: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#searchResults .dropdown-item {
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

#searchResults .dropdown-item:hover {
    background-color: #f8f9fa;
}

#searchResults .badge {
    font-size: 0.65rem;
    padding: 0.25rem 0.5rem;
}

.position-relative {
    position: relative !important;
}
