/* Убрать любую подсветку, которую добавляет Google/Chrome */
.goog-text-highlight,
[class^="VIpgJd-"],
[class*=" VIpgJd-"] {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  text-shadow: none !important;
  color: inherit !important;
  filter: none !important;
}

/* На случай, если подсветка идёт через inline-style */
span[style*="background"],
font[style*="background"],
div[style*="background-color"],
mark {
  background-image: none !important;
  box-shadow: none !important;
}

/* Сохраняем ранее — гасим тултипы/баннеры */
#goog-gt-tt,
.goog-tooltip,
.goog-te-balloon-frame,
.goog-te-banner-frame,
.gtx-bubble,
.jfk-bubble,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-xl07Ob-ibnC6b,
.VIpgJd-yAWNEb-VIpgJd-fmcmS,
iframe.goog-te-menu-frame,
iframe.skiptranslate {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html, body { top: 0 !important; }
