/* Structural CSS required for JS height animation — not visual styling. */

.elim-accordion__panel {
    overflow: hidden;
    transition: height 0.3s ease;
}