.header-search-suggest {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 1200;
    max-height: min(70vh, 480px);
    overflow: hidden auto;
    margin: 0;
    padding: 6px;
    border: 1px solid rgba(25, 80, 101, 0.12);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(25, 80, 101, 0.14), 0 2px 8px rgba(25, 80, 101, 0.06);
    color: #1f2937;
    scrollbar-width: thin;
    scrollbar-color: rgba(25, 80, 101, 0.35) transparent;
}

.header-search-suggest::-webkit-scrollbar {
    width: 6px;
}

.header-search-suggest::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(25, 80, 101, 0.28);
}

.header-search-suggest__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-search-suggest__item {
    margin: 0;
    padding: 0;
}

.header-search-suggest__item--divided::after {
    content: '';
    display: block;
    margin: 0 1rem;
    border-bottom: 1px solid #e3e8ef;
}

.header-search-suggest__link {
    display: block;
    padding: 0.7rem 0.95rem;
    border-radius: 8px;
    color: #1f2937 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none !important;
    transition: background-color 0.16s ease, color 0.16s ease;
}

.header-search-suggest__item--etiket .header-search-suggest__link {
    font-weight: 600;
    color: var(--ib-color-primary, #195065) !important;
}

.header-search-suggest__link:hover {
    background: rgba(83, 148, 173, 0.1);
    color: var(--ib-color-primary, #195065) !important;
}

.header-search-suggest__group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 6px;
    padding: 0.75rem 1rem;
    min-height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--ib-color-primary, #195065) 0%, #0f5f6b 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
}

.header-search-suggest__empty {
    padding: 0.85rem 0.95rem;
    border-radius: 10px;
    background: #f8fafc;
    font-size: 14px;
    color: #64748b;
    text-align: center;
}

#dvAutoComplate.header-search-suggest {
    color: #1f2937;
}

#dvAutoComplate.header-search-suggest li {
    padding: 0;
}

#dvAutoComplate.header-search-suggest a {
    color: inherit !important;
    display: block;
}

@media (max-width: 767.98px) {
    .header-search-suggest {
        border-radius: 12px;
        padding: 5px;
    }

    .header-search-suggest__group {
        min-height: 40px;
        padding: 0.7rem 0.85rem;
        font-size: 12px;
    }

    .header-search-suggest__item--divided::after {
        margin: 0 0.85rem;
    }

    .header-search-suggest__link {
        padding: 0.65rem 0.85rem;
        font-size: 13px;
    }
}
