#translate-popup {
  position: fixed;
  bottom: 15px;
  left: 15px;
  background: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  border-radius: 6px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, sans-serif;
}

#translate-btn {
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 4px;
  border: none;
  font-size: 13px;
}

/* Make the Google dropdown smaller */
#google_translate_element {
  font-size: 12px;
}
