/* Minimal styles; blends with WoodMart if active via shared class names */
.novum-mega-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.novum-mega-menu-list > li {
    position: relative;
}
.novum-mega-menu-list > li > a {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    text-decoration: none;
}
.novum-mega-menu-list .sub-sub-menu {
    list-style: none;
    margin: .5rem 0 0 0;
    padding: 0;
}
.novum-mega-menu-list .sub-sub-menu > li {
    margin: .15rem 0;
}
.novum-mega-menu-list .nav-link-text { line-height: 1.3; }

/* Label color helpers (roughly matching WoodMart naming) */
.menu-label { display: inline-block; margin-left: .5rem; padding: .1rem .4rem; border-radius: 2px; font-size: .75em; font-weight: 600; }
.menu-label-primary { background: #2f76ff; color: #fff; }
.menu-label-secondary { background: #6c757d; color: #fff; }
.menu-label-red { background: #e74c3c; color: #fff; }
.menu-label-green { background: #27ae60; color: #fff; }
.menu-label-blue { background: #3498db; color: #fff; }
.menu-label-orange { background: #f39c12; color: #fff; }
.menu-label-grey { background: #95a5a6; color: #fff; }
.menu-label-white { background: #ffffff; color: #111; border: 1px solid rgba(0,0,0,.1); }
.menu-label-black { background: #111; color: #fff; }
