.wp-block-yoast-faq-block .schema-faq-section {
    border-bottom: 1px solid rgba(0, 48, 85, 0.35);
}

.wp-block-yoast-faq-block .faq-question-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 32px 0;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
    font-size: 19px;
    font-weight: 800;
    font-family: Avenir;
    text-transform: uppercase;
}

.wp-block-yoast-faq-block .faq-question-toggle::after {
    content: '+';
    flex: 0 0 auto;
    color: #88d79f;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
}

.wp-block-yoast-faq-block .faq-question-toggle[aria-expanded='true']::after {
    content: '\2212';
}

.wp-block-yoast-faq-block .schema-faq-answer {
    margin: 0;
    padding: 0 0 20px;
}

.wp-block-yoast-faq-block .schema-faq-answer[hidden] {
    max-height: 0;
}
