/* Editorial FAQ reuses the Builder FAQ component; only context spacing differs. */
.pido-editor-faq {
    margin-block: clamp(22px, 3vw, 38px) 0;
    padding-block: 0;
}

.pido-editor-faq__inner {
    width: 100%;
    min-width: 0;
}

.pido-editor-faq .pido-faq__items {
    column-count: 1 !important;
}

.pido-editor-faq .pido-faq__item {
    break-inside: avoid;
}
