/* Application styles on top of the Metronic bundle. */

/* Header menu dropdown rendered as column groups (legacy "horizontal_menu"). */
@media (min-width: 992px) {
    .menu-columns {
        min-width: calc(250px * var(--cols, 1));
    }
}
