/* Collapsed state (added by JS) */
.mmm--collapsed{
    max-height:230px;
    overflow:hidden;
    position:relative;
    transition:max-height 1.5s ease;
}
/* Expanded state */
.mmm--expanded{
    max-height:10000px;
    overflow:visible;
}
/* Toggle button */
.mmm-toggle {
    margin: 20px auto 0px;
    background: rgb(241, 243, 245)  !important;
    border-radius: 8px !important;
}
