
.idioma-seletor {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

#botao-idioma {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  color: #95A67C;
  cursor: pointer;
  font-size: 16px;
}

#lista-idiomas {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  position: absolute;
  display: none;
  z-index: 999;
  min-width: 140px;
}

#lista-idiomas li a {
  display: block;
  padding: 8px 12px;
  color: #444;
  text-decoration: none;
}

#lista-idiomas li a:hover {
  background: #f5f5f5;
}
