/* ===============================================
   MEGA MENU COLORS - FINAL OVERRIDE
   Ten plik MUSI być załadowany jako OSTATNI
   =============================================== */

/* MEGA FEATURED - Niebieskie tło, BIAŁE teksty */
.mega-featured,
.mega-featured * {
    color: white !important;
}

.mega-featured p,
.mega-featured li,
.mega-featured h1,
.mega-featured h2,
.mega-featured h3,
.mega-featured h4,
.mega-featured h5,
.mega-featured h6,
.mega-featured span,
.mega-featured a,
.mega-featured .mega-section-title,
.mega-featured .menu-item-title,
.mega-featured .menu-item-description,
.mega-featured-text,
.mega-featured-content,
.mega-featured .wp-block-paragraph,
.mega-featured .wp-block-heading,
.mega-featured .wp-block-list,
.mega-featured .wp-block-list li {
    color: white !important;
}

/* MEGA FEATURED EDU - Niebieskie tło, BIAŁE teksty */
.mega-featured-edu,
.mega-featured-edu * {
    color: white !important;
}

.mega-featured-edu p,
.mega-featured-edu li,
.mega-featured-edu h1,
.mega-featured-edu h2,
.mega-featured-edu h3,
.mega-featured-edu h4,
.mega-featured-edu h5,
.mega-featured-edu h6,
.mega-featured-edu span,
.mega-featured-edu a,
.mega-featured-edu .mega-section-title,
.mega-featured-edu .menu-item-title,
.mega-featured-edu .menu-item-description,
.mega-featured-edu .mega-featured-text,
.mega-featured-edu .mega-featured-content,
.mega-featured-edu .wp-block-paragraph,
.mega-featured-edu .wp-block-heading,
.mega-featured-edu .wp-block-list,
.mega-featured-edu .wp-block-list li {
    color: white !important;
}

/* Przyciski w mega-featured */
.mega-featured .btn-outline,
.mega-featured-edu .btn-outline {
    background-color: transparent !important;
    color: white !important;
    border: 2px solid white !important;
}

.mega-featured .btn-outline:hover,
.mega-featured-edu .btn-outline:hover {
    background-color: white !important;
    color: var(--secondary) !important;
}
