﻿.search-suggest-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border-radius: 12px;
    padding: 6px;
    margin-top: 6px;
    max-height: 420px;
    overflow: auto;
}

.suggest-item {
    display: flex;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer
}

    .suggest-item:hover, .suggest-item.active {
        background: #f5f7fb
    }

.suggest-thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 10px;
    background: #f2f2f2
}

.suggest-body {
    display: flex;
    flex-direction: column
}

.suggest-name {
    font-weight: 600;
    line-height: 1.2
}

.suggest-meta {
    font-size: .85rem;
    color: #6c757d
}

.suggest-see-all {
    width: 100%;
    border: 0;
    background: #23428D;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 6px
}
