/*
 * MZ_BILINGUAL_DARK_TEXT_FIX_VERSION_1_3_0
 *
 * Ovaj CSS se uopšte ne učitava na stranici Aktivnosti.
 */

:root {
    --mz-dark-background-text-fix-gold:
        rgb(198, 155, 60);
}

html body main .mz-dark-text-needs-gold,
html body main .mz-dark-text-needs-gold:link,
html body main .mz-dark-text-needs-gold:visited,
html body main .mz-dark-text-needs-gold:hover,
html body main .mz-dark-text-needs-gold:focus,
html body main .mz-dark-text-needs-gold:active,
html body main .mz-dark-text-needs-gold > span,
html body main .mz-dark-text-needs-gold > strong,
html body main .mz-dark-text-needs-gold > em {
    color:
        var(--mz-dark-background-text-fix-gold)
        !important;

    -webkit-text-fill-color:
        var(--mz-dark-background-text-fix-gold)
        !important;
}

html body main :is(
    .button,
    .elementor-button,
    [class*="button"],
    [class*="btn"],
    input,
    textarea,
    select,
    option
).mz-dark-text-needs-gold {
    color: revert !important;
    -webkit-text-fill-color: currentColor !important;
}
