.es-suggest-cats {
    border-bottom: 1px solid #e8e8e8;
}

.es-suggest-cat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 6px;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}

.es-suggest-cat:last-child {
    border-bottom: 0;
}

.es-suggest-cat:hover {
    background: #f7f7f7;
    text-decoration: none;
}

.es-suggest-cat-query {
    font-weight: 600;
    color: #222;
}

.es-suggest-cat-in {
    color: #888;
}

.es-suggest-cat-title {
    font-weight: 600;
    color: #222;
}

.es-suggest-cat-go {
    margin-left: auto;
    color: #2a7de1;
    white-space: nowrap;
}

.es-suggest-keywords {
    padding: 8px 14px;
    border-bottom: 1px solid #e8e8e8;
}

.es-suggest-keywords-title {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.es-suggest-keyword {
    display: inline-block;
    margin: 0 8px 6px 0;
    padding: 4px 10px;
    background: #f2f2f2;
    border-radius: 12px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.es-suggest-keyword:hover {
    background: #e6e6e6;
    text-decoration: none;
}

.es-suggest-items .sr-f-search-quick-item:first-child {
    border-top: 0;
}
