/* To fix position */
.google-translate {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000; /* Ensure it's above other content */
}

/* Full translate container */
.goog-te-gadget {
  font-size: 0px !important;
}

/* Main visible box */
.goog-te-gadget-simple {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  background-color: white !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  padding: 5px 10px !important;
  height: 40px !important;
}

/* Google icon */
.goog-te-gadget-simple img {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 8px !important;
}

/* "Select language" text */
.goog-te-gadget-simple span {
  display: inline !important;
  font-size: 14px !important;
  color: black !important;
  vertical-align: middle !important;
}

/* Dropdown arrow */
.goog-te-gadget-simple .goog-te-menu-value span:last-child {
  border: none !important;
}