/* ==========================================================
   fix-translate.css — Global override for MCA layouts
   Works for: Student / Staff / Public
   ========================================================== */

/* PATCH: hidden attribute should fully remove overlay (no click-block) */
#pageLoaderOverlay[hidden] {
  display: none !important;
}

/* Fix Google Translate UI and banner issues (legacy cleanup) */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

.goog-te-gadget span,
.goog-logo-link,
#goog-gt-tt {
  display: none !important;
}

html,
body {
  top: 0 !important;
}

/* Fix dropdown visibility and appearance */
.goog-te-combo {
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 4px 8px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  color: #222 !important;
}

/* Prevent body flicker or blank flash */
body {
  visibility: visible !important;
  opacity: 1 !important;
}
