.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(12, 95, 97, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 4px;
}

.language-switch button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #385151;
  min-width: 42px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.language-switch button.active {
  background: #0c5f61;
  color: #fff;
}

.header-actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}

@media (max-width: 760px) {
  .header-actions {
    width: 100%;
    justify-content: flex-start;
  }
}
