/* ===== FIX GOOGLE MAP COLORS IN ZOHO SITES ===== */
.zsgoogle-map,
.zsgoogle-map iframe {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    background: transparent !important;
    color-scheme: light !important;
}

/* Prevent parent sections from affecting the map */
.zsgoogle-map * {
    filter: none !important;
}
