/* ------------------------------------------ */
/* Accordion + Breakdance entrance animations */
/* Keep per-item motion; do not flatten the panel into one block */
/* ------------------------------------------ */

/* Size-changing panels must not become the scroll anchor, or the
   page jumps to the top when a tall item above the click collapses. */
.bde-accordion__panel,
.bde-accordion__panel-content {
    overflow-anchor: none;
}

.bde-accordion__button.omsar-accordion-scroll-anchor {
    overflow-anchor: auto;
}

.bde-accordion__content-wrapper.is-active:not(.is-collapsing) .bde-accordion__panel {
    overflow: visible;
}

.bde-accordion__content-wrapper.is-active:not(.is-collapsing) [data-entrance].is-animating,
.bde-accordion__content-wrapper.is-active:not(.is-collapsing) [data-entrance].is-animated {
    visibility: visible;
}
