
/* ===== GRASSCITY SIDEBAR MEGA MENU ===== */
.wd-nav-header .menu-item-13976 > .wd-dropdown-menu,
.wd-nav-header .menu-item-12514 > .wd-dropdown-menu,
.wd-nav-header .menu-item-13974 > .wd-dropdown-menu {
    overflow: visible !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 30px rgba(0,0,0,0.12) !important;
    background: #fff !important;
}
.wd-nav-header .menu-item-13976 > .wd-dropdown-menu,
.wd-nav-header .menu-item-12514 > .wd-dropdown-menu,
.wd-nav-header .menu-item-13974 > .wd-dropdown-menu {
    width: 600px !important;
    max-width: 90vw !important;
}

.utt-mm-panel-grasscity {
    padding: 24px !important;
    background: #fff !important;
}
.utt-mm-panel-grasscity p { display: none !important; }

.utt-mm-sidebar {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0 24px !important;
}

.utt-mm-section {
    margin-bottom: 20px !important;
}
.utt-mm-section-title {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #152376 !important;
    text-decoration: none !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #152376 !important;
    margin-bottom: 8px !important;
    transition: color 0.2s;
}
.utt-mm-section-title:hover { color: #0d1a5c !important; }
.utt-mm-arrow { font-size: 16px; opacity: 0.5; }

.utt-mm-sublinks {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.utt-mm-sublinks li { margin: 0 !important; }
.utt-mm-sublinks a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 6px 0 !important;
    font-size: 13px !important;
    color: #555 !important;
    text-decoration: none !important;
    transition: color 0.2s, padding-left 0.2s;
}
.utt-mm-sublinks a:hover {
    color: #152376 !important;
    padding-left: 6px !important;
}
.utt-mm-thumb {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    border-radius: 4px;
    background: #f8f9fb;
}

/* ===== MOBILE MEGA MENU ACCORDION ===== */
@media (max-width: 1024px) {
    .wd-nav-mobile .menu-item-has-mega .wd-nav-opener,
    .wd-nav-mobile .menu-item-has-block .wd-nav-opener {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 50px !important;
        height: 50px !important;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 10;
    }

    .utt-mm-panel-grasscity { padding: 0 !important; }
    .utt-mm-sidebar {
        display: block !important;
        grid-template-columns: none !important;
        gap: 0 !important;
    }

    .utt-mm-section {
        border-bottom: 1px solid rgba(0,0,0,0.08);
        margin: 0 !important;
    }
    .utt-mm-section-title {
        padding: 14px 20px !important;
        border-bottom: none !important;
        margin-bottom: 0 !important;
        background: #f8f9fb;
        font-size: 15px !important;
    }
    .utt-mm-arrow { transition: transform 0.3s; }
    .utt-mm-section.utt-mm-open .utt-mm-arrow { transform: rotate(90deg); }

    .utt-mm-sublinks { display: none; }
    .utt-mm-section.utt-mm-open .utt-mm-sublinks { display: block; }
    .utt-mm-sublinks a {
        padding: 12px 20px 12px 36px !important;
        font-size: 14px !important;
        border-bottom: 1px solid rgba(0,0,0,0.04);
    }
    .utt-mm-thumb { display: none !important; }

    .wd-nav-mobile .menu-item-has-mega {
        height: auto !important;
        min-height: 50px;
        display: block !important;
        flex-direction: column !important;
    }
    .wd-nav-mobile .menu-item-has-mega > a {
        width: 100% !important;
    }
    .wd-nav-mobile .menu-item-has-mega .wd-nav-opener {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
    }
    .utt-mobile-panel {
        max-height: 60vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .utt-mobile-panel .container {
        padding: 0 !important;
        max-width: 100% !important;
    }
}
/* ===== END MOBILE MEGA MENU ACCORDION ===== */
