.flipdown.flipdown__theme-light,
    .flipdown.flipdown__theme-dark,
    .flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
    font-family: "Kanit", sans-serif;
}

.flipdown {
    transform: scale(1);
    transform-origin: top center;
    width: 100%;
}

.block-flipdown {
    margin-bottom: -30px;
    margin-top: -25px;
    width: fit-content;
}

@media (max-width: 550px) {
    .flipdown {
        transform: scale(1);
        transform-origin: top left;
        width: 100%;
    }

    .block-flipdown {
        margin-top: 15px;
        margin-bottom: 0;
    }
}
