/* Shared by the catalog and every information page. */
.site-footer {
  border-block-start: 1px solid #284563;
  padding-block: 24px;
  background: #071321;
  color: #a9bed5;
  font: 14px/1.7 "Trebuchet MS", Arial, sans-serif;
}

.site-footer__inner {
  inline-size: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}

.site-footer .footer-support {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
}

.site-footer .footer-brand {
  color: #f3f7ff;
  font-weight: 800;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-block-size: 44px;
  color: #3edcff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.site-footer a:hover { color: #b8f2ff; }
.site-footer a:focus-visible { outline: 3px solid #3edcff; outline-offset: 4px; }

.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 22px;
  margin-block: 12px 8px;
  font-size: 13px;
}

.site-footer .footer-legal-note {
  max-inline-size: 90ch;
  margin: 0;
  font-size: 12px;
}

.purchase-status {
  min-block-size: 24px;
  margin: 10px 0 0;
  color: #b8d4eb;
  font-size: 13px;
}

.purchase-status[data-state="error"] { color: #ffb4b4; }

@media (max-width: 480px) {
  .site-footer__inner { inline-size: calc(100% - 32px); }
  .site-footer .footer-support { flex-direction: column; align-items: flex-start; gap: 0; }
  .site-footer .footer-links { gap: 0 18px; }
}
