.header .logo img {
  max-height: 56px;
  margin-right: 10px;
}

.lang-switch {
  font-size: 14px;
  font-weight: 600;
  color: #a9a9a9;
  white-space: nowrap;
}

.lang-switch a {
  color: #a9a9a9;
  transition: 0.3s ease-in-out;
}

.lang-switch a.active,
.lang-switch a:hover {
  color: var(--accent-color);
}
