/**
 * Footer V2 — plus court, premium, sombre
 */
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer,
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .footer {
  --lgk-footer-bg: #07090d;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__link {
  border-radius: 8px;
  transition: background 160ms ease, color 160ms ease;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__link:hover {
  background: rgba(37, 99, 235, 0.12);
  color: #22d3ee !important;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer-help__card {
  background: #11151f !important;
  border: 1px solid rgba(148, 163, 184, 0.12) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer .h4,
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer .h5 {
  letter-spacing: -0.02em;
  color: #f1f5f9;
}
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__gd-link {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.8rem;
}
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__gd-link a {
  color: #64748b;
  text-decoration: none;
}
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__gd-link a:hover {
  color: #94a3b8;
  text-decoration: underline;
}
