/* ============================================
   FORCE MENU 1 CỘT - TẮT MEGA MENU LAYOUT
   ============================================ */

/* Ẩn tiêu đề cột trong mega menu */
.header-nav-main .nav-column-header,
.header-nav-main .nav-column-title,
.header-nav-main .nav-dropdown-title {
    display: none !important;
}

/* Force tất cả ul trong dropdown thành 1 cột */
.header-nav-main .nav-dropdown ul,
.header-nav-main .sub-menu ul {
    width: 100% !important;
    display: block !important;
    float: none !important;
}

/* Force tất cả li thành full width */
.header-nav-main .nav-dropdown li,
.header-nav-main .sub-menu li {
    width: 100% !important;
    display: block !important;
    float: none !important;
}

/* Ẩn divider giữa các cột (nếu có) */
.header-nav-main .nav-column-divider,
.header-nav-main .nav-divider {
    display: none !important;
}