/**
 * LaMilka Tour 0.6.10
 * Shared footer social-profile row.
 *
 * Adds a restrained, accessible social strip between the footer navigation
 * grid and legal utility row. No existing footer geometry is replaced.
 */
.lamilka-footer-social {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  gap: 14px !important;
  justify-content: center !important;
  margin: 0 auto !important;
  max-width: 1280px !important;
  padding: 0 24px 30px !important;
  width: 100% !important;
}

.lamilka-footer-social__label {
  color: rgba(255, 255, 255, .62) !important;
  font: 600 11px/1.2 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.lamilka-footer-social__links {
  align-items: center !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 9px !important;
  justify-content: center !important;
}

.lamilka-site-footer .lamilka-footer-social__links > a {
  align-items: center !important;
  background: rgba(255, 255, 255, .035) !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  color: rgba(255, 255, 255, .80) !important;
  display: inline-flex !important;
  flex: 0 0 38px !important;
  height: 38px !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
  width: 38px !important;
}

.lamilka-site-footer .lamilka-footer-social__links > a:hover,
.lamilka-site-footer .lamilka-footer-social__links > a:focus-visible {
  background: rgba(255, 255, 255, .12) !important;
  border-color: rgba(255, 255, 255, .72) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

.lamilka-site-footer .lamilka-footer-social__links > a:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px !important;
}

.lamilka-social-icon {
  display: block !important;
  height: 18px !important;
  width: 18px !important;
}

.lamilka-social-icon--facebook {
  height: 19px !important;
  width: 12px !important;
}

.lamilka-social-icon--linkedin {
  height: 19px !important;
  width: 19px !important;
}

.lamilka-social-icon--youtube {
  height: 17px !important;
  width: 20px !important;
}

@media (max-width: 767px) {
  .lamilka-footer-social {
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 16px 28px !important;
  }

  .lamilka-site-footer .lamilka-footer-social__links > a {
    flex-basis: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lamilka-site-footer .lamilka-footer-social__links > a {
    transition: none !important;
  }
}
