.sre-autocomplete-dropdown {
    position: absolute;
    z-index: 999999;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    max-height: 380px;
    overflow-y: auto;
    box-sizing: border-box;
    margin-top: 4px;
}

.sre-suggestion-item {
    display: block;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.4;
    color: #1a202c;
    text-decoration: none;
    border-bottom: 1px solid #edf2f7;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
}

.sre-suggestion-item:last-child {
    border-bottom: none;
}

.sre-suggestion-item:hover,
.sre-suggestion-item.active {
    background-color: #f0f4ff;
    color: #002780;
    text-decoration: none;
}

.sre-suggestion-item .sre-highlight {
    font-weight: bold;
    color: #CF0921;
    background-color: transparent;
    padding: 0;
}

/* Hide built-in Flatsome AJAX search results to avoid overlap */
.live-search-results,
.autocomplete-suggestions {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
