/* Language selector styling */
.language-selector-wrapper {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

#language-selector {
  min-width: 110px;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: white;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  z-index: 1000;
}

.glog-lang {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.glog-lang img {
  width: 16px;
  height: 16px;
}

/* Ensure the language selector is visible */
#google_translate_element {
  display: flex !important;
  align-items: center !important;
  visibility: visible !important;
  position: relative;
  z-index: 100;
}

/* For smaller screens */
@media (max-width: 576px) {
  #language-selector {
    min-width: 80px;
    font-size: 12px;
    padding: 2px 4px;
  }
}
