.p-faq { margin-block: 48px; }
.p-faq__title { margin-bottom: 18px; }
.p-faq__items { border: 0; border-radius: 0; }
.p-faq__item + .p-faq__item { margin-top: 24px; border: 0; }
.p-editor-content .p-faq__question { padding: 0 0 6px; margin: 0; color: var(--color-primary-dark); background: transparent; border: 0; border-bottom: 1px dotted var(--color-border); font-size: 16px; }
.p-faq__question > span { margin-right: 8px; color: var(--color-primary); font-weight: 700; }
.p-faq__answer { display: grid; grid-template-columns: auto minmax(0, 1fr); padding: 10px 0 0; gap: 8px; background: transparent; }
.p-faq__answer-label { color: var(--color-primary); font-weight: 700; }
.p-faq__answer-body > :last-child { margin-bottom: 0; }
