/**
 * @package cleverogre
 * @subpackage block-yoast-faq-accordion
 * @version 1.0.0
 * @since 1.0.0
 */

.schema-faq.is-accordion .schema-faq-question[aria-expanded] {
    cursor: pointer;
}
.schema-faq.is-accordion .schema-faq-question[aria-expanded]::after {
    margin-inline-start: 0.5em;
}
.schema-faq.is-accordion .schema-faq-question[aria-expanded="false"]::after {
    content: '+';
}
.schema-faq.is-accordion .schema-faq-question[aria-expanded="true"]::after {
    content: '-';
}
