/* Shared visual language for the download and partner pages. */
.site-subpage { color: #172b4a; background: #f7fbff; padding-bottom: 24px; }
.site-subpage::before { content: ""; position: absolute; inset: 0 0 auto; z-index: -1; pointer-events: none; }
.site-subpage main { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.site-subpage .footer { position: relative; margin-top: 72px; }
.site-subpage :is(h1,h2,h3) { color: #172b4a; }
.site-subpage :is(h1,h2,h3,p,span,li,a,button,summary,dt,dd) { font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif; }
.site-subpage summary:focus-visible, .table-wrap:focus-visible { outline: 3px solid #355fac; outline-offset: 4px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 1100px) {
  .site-subpage main { width: calc(100% - 32px); }
}
@media (max-width: 600px) {
  .site-subpage .footer { margin-top: 40px; }
}
