.kbx-search {
    padding-bottom: 60px;
}

.kbx-search__section {
    margin-top: 48px;
}

.kbx-search__section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--color-primary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.kbx-search__section-count {
    font-weight: 400;
    color: var(--color-muted, #888);
    font-size: 1rem;
}

.kbx-search__more {
    margin-top: 24px;
    text-align: center;
}
