/* Style for the arrow rotation */
.FAQ_editor_button span.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* When button is NOT collapsed (means content is shown) */
.FAQ_editor_button:not(.collapsed) .arrow {
    transform: rotate(90deg); /* makes '>' point downward */
}