.faq-answer {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    box-sizing: border-box;
    max-width: 100%;
}
.faq-item, .faq-question, .faq-answer {
    box-sizing: border-box;
}
.faq-answer .wp-block-columns {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
}
.faq-answer .wp-block-column {
    width: 100% !important;
    margin: 0 0 1em 0;
}
.faq-section-link.active { background:#eee; font-weight:bold; }
@media (max-width:768px) {
    .faq-sidebar-layout { flex-direction:column; }
    .faq-sidebar { width:100%; margin-bottom:15px; }
}
