.lang-box {
  display: flex;
  align-items: center;
  gap: 15px; /* iki link arası boşluk */
}

.lang-box a {
  display: flex;
  align-items: center;
  gap: 5px; /* bayrak ile yazı arası */
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.lang-box a img {
  width: 24px;
  height: auto;
  border-radius: 2px;
}
