
.s_mega_menu_odoo_menu:not([data-vcss]) {
    .s_mega_menu_odoo_menu_footer {
        // Apply color transparency to match with the preset used
        border-color: rgba(0, 0, 0, .05);
    }

    @include media-breakpoint-only(md) {
        .row > div.col-md-6 {
            min-width: min-content;
        }
    }
}
