.header-tools {
  display: flex;
  align-items: center;
  gap: 13px;
  order: 3;
}

.site-header nav { order: 2; }

.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #c8ded9;
  border-radius: 20px;
  padding: 6px 9px;
  background: #fff;
}

.language-switch a {
  text-decoration: none;
  font-size: .74rem;
  font-weight: 900;
  color: var(--muted);
}

.language-switch a.active { color: var(--green); }
.language-switch span { color: #a8bbb7; }

@media (max-width: 560px) {
  .header-tools { gap: 7px; }
  .language-switch { padding: 5px 7px; }
}
