.accordion__content {
    overflow: hidden;
    height: 0;
}
.expanded .accordion__content {
    overflow: none;
    height: initial;
}
