.chapter-results__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.chapter-results__link {
    color: var(--color-primary-blue);
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.chapter-results__link:hover {
    text-decoration: underline;
}

.chapter-results__sections {
    border-top: 2px solid var(--color-neutral-100);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 7px 0 0;
    width: 100%;
}

.chapter-results__section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.chapter-results__section-link {
    color: var(--color-neutral-600);
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.chapter-results__section-link:hover {
    text-decoration: underline;
}

.searcher-results__content .not-found-message {
    color: var(--color-red-500);
    font-size: 14px;
}
