.o-faq-groups {
    padding: 16px 0;
}

.o-faq-toc-category:not(:last-of-type) {
    margin-bottom: 8px;
}

.o-faq-toc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 32px 0;
    margin-bottom: 48px;
}

.o-faq-toc-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.o-faq-toc-wrapper > div {
    flex: 1 1 auto;
}

.o-faq-toc-wrapper .groups {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.o-faq-toc-wrapper .featured {
    width: 100%;
    max-width: 525px;
    margin-right: -128px;
}

.o-faq-toc-wrapper .featured img {
    height: auto;
}

.o-faq-toc button {
    font-weight: 700;
    font-size: 20px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    margin-bottom: 12px;
}

.o-faq-toc-items .item {
    padding: 4px 0;
}

.o-faq-toc-items .item a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .o-faq-toc-wrapper {
        flex-direction: column;
    }

    .o-faq-toc-wrapper .featured {
        max-width: 100%;
    }
}