.extendable-section.extended {
    /* you can style your extendable section in its "expanded" state here */
    display: block;
    padding: 1rem 0;
}

.extendable-section:not(.extended) {
    display: none;
}
