/* Shared Hanyu product footer — aligned with the Test Center. */
.multipage-site .site-footer {
  padding-top: 68px;
  border-color: #243247;
  color: #e2e8f0;
  background: #0f172a;
}

.multipage-site .site-footer .brand {
  color: #fff;
}

.multipage-site .footer-brand p,
.multipage-site .footer-grid > div:not(.footer-brand) a,
.multipage-site .footer-bottom {
  color: #aebfb9;
}

.multipage-site .footer-grid > div:not(.footer-brand) strong {
  color: #fff;
}

.multipage-site .footer-grid > div:not(.footer-brand) a:hover,
.multipage-site .footer-grid > div:not(.footer-brand) a:focus-visible {
  color: #fff;
}

.multipage-site .footer-grid > div:not(.footer-brand) a:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 3px;
}

.multipage-site .footer-bottom {
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 640px) {
  .multipage-site .site-footer {
    padding-top: 48px;
  }
}
