/* ── MP Telugu Switch — styles for header-embedded toggle ─────────────────── */

/* The toggle button HTML lives in header.php.
   All .mpts-header-btn visual styles are written directly in header.php's
   <style> block so they load with the critical CSS and avoid a flash of
   unstyled content on first render.
   This file only carries:
     1. The knob animation keyframes (referenced by header.php CSS)
     2. Google Translate chrome suppression                              */

/* Loading spinner on knob */
@keyframes mpts-spin { to { transform: rotate(360deg); } }

/* Suppress Google Translate's injected toolbar / banner at top of page */
.goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0 !important; }
.goog-te-gadget-icon { display: none !important; }
#google_translate_element { display: none !important; }
.goog-tooltip { display: none !important; }
.goog-tooltip:hover { display: none !important; }
.goog-text-highlight { background-color: transparent !important; box-shadow: none !important; }
