/* Fix the main translate element position */
.page-id-5768 #google_translate_element {
  position: fixed !important;
  top: 220px !important;
  right: 30px !important;
  z-index: 99999 !important;
  background: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

/* Force the dropdown iframe to be fixed and aligned */
.page-id-5768 .goog-te-menu-frame {
  position: fixed !important;
  top: 60px !important;     /* adjust vertical position if needed */
  right: 20px !important;
  z-index: 100000 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-radius: 6px;
}

/* Remove Google’s floating top banner that causes shifting */
.page-id-5768 .goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.page-id-5768 body {
  top: 0 !important;
}