/* Language selector styles */
.language-selector {
  margin-left: 15px;
}

.language-selector .dropdown-item.active {
  background-color: #f8f9fa;
  color: #212529;
  font-weight: bold;
}

.language-selector .dropdown-item.active::after {
  content: "✓";
  margin-left: 5px;
}

/* Fix for Google Translate modifications */
body {
  top: 0 !important;
  position: static !important;
}

/* Hide Google Translate elements */
.goog-te-banner-frame,
.skiptranslate,
.goog-te-spinner-pos,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-aZ2wEe {
  display: none !important;
}

/* Ensure correct positioning */
.goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
