.accordion {
    .accordion__pane.active .accordion__pane__toggle {
        @apply text-theme-1;
    }
    .accordion__pane:not(.active) .accordion__pane__content {
        @apply hidden;
    }
}