.lang-switch a {
  display: flex;
  align-items: center;
  gap: 6px; 

  padding: 6px 10px 6px 6px;
  border-radius: 12px;

  text-decoration: none;
  color: #aefcff;
  font-size: 13px;
  font-weight: 500;
}

.lang-switch img {
  width: 30px;   
  height: 22px;
  object-fit: cover;
  border-radius: 3px;
  
  transform: translateX(-2px);
}

.lang-switch a span,
.lang-switch a {
  line-height: 1;
}