/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/*
For Max Mega Menu - This ensures second-level items stay inline without wrapping or stacking to the right after four lines.
*/

.mega-sub-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.mega-menu-item {
    flex: 0 0 auto;
    padding: 10px;
}