.search-autocomplete-results-0b6d2019 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 9999;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    margin-top: 4px;
}

.search-autocomplete-item-0b6d2019 {
    display: block;
    padding: 10px 14px;
    color: #1a202c !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s ease;
}

.search-autocomplete-item-0b6d2019:last-child {
    border-bottom: none;
}

.search-autocomplete-item-0b6d2019:hover {
    background-color: #f8fafc;
    color: #1e40af !important;
}
