/* Hide the ugly Google branding */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  padding-left: 5px;
  padding-top: 5px;
}

.goog-auto-notice {
  margin-bottom: -10px;
  font-size: 12px;
}

.skiptranslate, .goog-te-gadget {
  color: var(--bs-dark) !important;
}

/* Select elements whose class attribute is exactly "skiptranslate" */
[class=skiptranslate] {
  display: none !important;
}

.goog-te-combo {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff; /* pure white background */
  border: 2px solid #3a63d9;
  border-radius: 12px;
  padding: 6px 40px 6px 18px; /* room for arrow */
  font-size: 17px;
  font-weight: 600;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  cursor: pointer;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%233a63d9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px 14px;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.goog-te-combo:hover,
.goog-te-combo:focus {
  border-color: #1a3bb8;
  background-color: #ffffff; /* keep white on hover/focus */
  outline: none;
}