.puglia-language-switch {
  position: fixed;
  top: 86px;
  right: max(12px, env(safe-area-inset-right));
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 8px;
  border: 1px solid rgba(45, 33, 26, 0.14);
  border-radius: 999px;
  color: #2d211a;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 5px 18px rgba(45, 33, 26, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: Arial, sans-serif;
}

.puglia-language-switch label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.puglia-language-switch select {
  min-width: 66px;
  min-height: 34px;
  padding: 0 28px 0 10px;
  border: 0;
  border-radius: 999px;
  color: inherit;
  background: #f2eadb;
  font: 800 12px/1 Arial, sans-serif;
  letter-spacing: 0.06em;
  cursor: pointer;
}

@media (min-width: 900px) {
  .puglia-language-switch {
    top: auto;
    right: 18px;
    bottom: 18px;
  }
}

@media print {
  .puglia-language-switch {
    display: none !important;
  }
}
