.footer-lang {
  margin: 24px auto 8px;
  max-width: 100%;
}

.footer-lang-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-lang-list li {
  margin: 0;
  padding: 0;
}

.footer-burger .footer-lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
  color: #111 !important;
  font-family: "Teko", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease,
    box-shadow 0.2s ease;
}

.footer-burger .footer-lang-link:hover {
  border-color: rgba(254, 214, 0, 0.8);
  background: rgba(254, 214, 0, 0.12);
  color: #111 !important;
}

.footer-lang-list li.is-active .footer-lang-link {
  border-color: #fed600;
  background: #fed600;
  color: #111 !important;
  box-shadow: 0 4px 14px rgba(254, 214, 0, 0.35);
}

@media (max-width: 767px) {
  .footer-lang {
    margin: 18px auto 4px;
    padding: 0 12px;
  }

  .footer-lang-list {
    gap: 6px;
  }

  .footer-burger .footer-lang-link {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 0.95rem;
  }
}
