/* =========================================================
   GENIUS MOVIES
   LIGHT MODE TEXT VISIBILITY V7

   IMPORTANT:
   NO MOBILE MENU POSITION RULES.
   ========================================================= */


/* =========================================================
   DESKTOP HEADER NAVIGATION
   ========================================================= */

html[data-gm-theme="light"]
.gm-v7-desktop-nav{

    background:
        #ffffff !important;

    color:
        #344054 !important;

    border-color:
        #dbe2ea !important;
}


html[data-gm-theme="light"]
.gm-v7-nav-item,
html[data-gm-theme="light"]
.gm-v7-nav-item > *,
html[data-gm-theme="light"]
.gm-v7-nav-item span,
html[data-gm-theme="light"]
.gm-v7-nav-item strong{

    color:
        #344054 !important;

    -webkit-text-fill-color:
        #344054 !important;

    opacity:
        1 !important;

    visibility:
        visible !important;

    filter:
        none !important;

    text-shadow:
        none !important;
}


html[data-gm-theme="light"]
.gm-v7-nav-item svg{

    color:
        #667085 !important;

    stroke:
        #667085 !important;
}


/* Active desktop menu */

html[data-gm-theme="light"]
.gm-v7-nav-item.active,
html[data-gm-theme="light"]
.gm-v7-nav-item.active *,
html[data-gm-theme="light"]
.gm-v7-nav-item[aria-current="page"],
html[data-gm-theme="light"]
.gm-v7-nav-item[aria-current="page"] *{

    color:
        var(--gm-accent) !important;

    -webkit-text-fill-color:
        var(--gm-accent) !important;
}


/* =========================================================
   CONTENT TITLE
   MOVIE / WEB SERIES / TV / ANIME
   ========================================================= */

html[data-gm-theme="light"]
.gm-v7-content-title,
html[data-gm-theme="light"]
.gm-v7-content-title *,
html[data-gm-theme="light"]
.gm-v7-content-title a{

    color:
        #202b3c !important;

    -webkit-text-fill-color:
        #202b3c !important;

    opacity:
        1 !important;

    visibility:
        visible !important;

    filter:
        none !important;

    mix-blend-mode:
        normal !important;

    text-shadow:
        none !important;

    text-decoration:
        none !important;
}


/* Title should have enough visual space */

html[data-gm-theme="light"]
.gm-v7-content-title{

    height:
        auto !important;

    min-height:
        0 !important;

    max-height:
        none !important;

    line-height:
        1.3 !important;

    font-weight:
        700 !important;

    overflow:
        visible !important;
}


/* =========================================================
   CONTENT META
   ========================================================= */

html[data-gm-theme="light"]
.gm-v7-content-meta,
html[data-gm-theme="light"]
.gm-v7-content-meta *{

    color:
        #707b8d !important;

    -webkit-text-fill-color:
        #707b8d !important;

    opacity:
        1 !important;

    visibility:
        visible !important;
}


/* =========================================================
   GENERIC KNOWN CARD TITLES
   EXTRA CSS FALLBACK
   ========================================================= */

html[data-gm-theme="light"]
:where(
    .movie-card,
    .series-card,
    .web-series-card,
    .webseries-card,
    .tv-card,
    .anime-card,
    .media-card,
    .content-card,
    .poster-card
)
:where(
    h2,
    h3,
    h4
){

    color:
        #202b3c !important;

    -webkit-text-fill-color:
        #202b3c !important;

    opacity:
        1 !important;

    visibility:
        visible !important;
}


/* =========================================================
   KEEP POSTER BADGES WHITE
   ========================================================= */

html[data-gm-theme="light"]
:where(
    .movie-card,
    .series-card,
    .web-series-card,
    .webseries-card,
    .tv-card,
    .anime-card,
    .media-card,
    .content-card,
    .poster-card
)
:where(
    .badge,
    .type,
    .type-badge,
    .quality,
    .poster-type
){

    color:
        #ffffff !important;

    -webkit-text-fill-color:
        #ffffff !important;
}


/* Rating stays gold */

html[data-gm-theme="light"]
:where(
    .movie-card,
    .series-card,
    .web-series-card,
    .webseries-card,
    .tv-card,
    .anime-card,
    .media-card,
    .content-card,
    .poster-card
)
.rating{

    color:
        #ffd85a !important;

    -webkit-text-fill-color:
        #ffd85a !important;
}


/* =========================================================
   MOBILE
   COLOR ONLY - POSITION UNTOUCHED
   ========================================================= */

@media(max-width:760px){

    html[data-gm-theme="light"]
    .gm-v7-content-title{

        color:
            #202b3c !important;

        -webkit-text-fill-color:
            #202b3c !important;
    }


    html[data-gm-theme="light"]
    .gm-real-bottom-nav :where(
        a,
        button,
        span
    ){

        opacity:
            1 !important;

        visibility:
            visible !important;
    }

}
