.help-centre-live-search-enabled {
    position: relative;
}

.help-centre-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    max-height: 360px;
    overflow-y: auto;
}

.help-centre-search-results__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.help-centre-search-results__item + .help-centre-search-results__item {
    border-top: 1px solid #f0f0f0;
}

.help-centre-search-results__link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 14px;
    text-decoration: none;
    color: inherit;
}

.help-centre-search-results__link:hover,
.help-centre-search-results__link:focus {
    background: #f7f7f7;
}

.help-centre-search-results__title {
    font-weight: 600;
}

.help-centre-search-results__excerpt {
    font-size: 0.85em;
    color: #666;
}

.help-centre-search-results__empty {
    padding: 10px 14px;
    color: #666;
}
