.flipdown.flipdown__theme-mqm {
    font-family: sans-serif;
    font-weight: bold;
    margin-inline: auto;
}
/* Rotor group headings */
.flipdown.flipdown__theme-mqm .rotor-group-heading:before {
    color: var(--color-secondary, #000);
}
/* Delimeters */
.flipdown.flipdown__theme-mqm .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-mqm .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: var(--color-secondary, #151515);
}
/* Rotor tops */
.flipdown.flipdown__theme-mqm .rotor,
.flipdown.flipdown__theme-mqm .rotor-top,
.flipdown.flipdown__theme-mqm .rotor-leaf-front {
    color: #FFFFFF;
    background-color: var(--color-secondary-darker, #151515);
}
/* Rotor bottoms */
.flipdown.flipdown__theme-mqm .rotor-bottom,
.flipdown.flipdown__theme-mqm .rotor-leaf-rear {
    color: #EFEFEF;
    background-color: var(--color-secondary, #202020);
}
/* Hinge */
.flipdown.flipdown__theme-mqm .rotor:after {
    border-top: solid 1px #151515;
}

.flipdown-text {
    margin-block-start: 0.5em;
    text-align: center;
    color: var(--color-secondary, #000);
}