/* One footer shared by all active conference pages. */
@font-face {
  font-family: 'WSDM Footer Inter';
  src: url('../fonts/inter/inter-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.site-footer {
  background: #f5f5f5;
  box-shadow: 0 0 0 100vmax #f5f5f5;
  clip-path: inset(0 -100vmax);
  padding: 24px 48px;
  margin: 0;
}
.site-footer .site-footer-inner {
  max-width: 1344px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 24px;
  font-family: 'WSDM Footer Inter', Arial, sans-serif;
}
.site-footer .site-footer-copyright {
  margin: 0;
  color: #666;
  font: 400 12px/1.7 'WSDM Footer Inter', Arial, sans-serif;
  text-align: left;
}
.site-footer .site-footer-top {
  color: #961f12;
  font: 500 14px/1.7 'WSDM Footer Inter', Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 8px 0;
  text-align: right;
}
.site-footer .site-footer-top:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer .site-footer-top:focus-visible { outline: 2px solid #961f12; outline-offset: 4px; }
.call-content > .site-footer,
.sponsor-page > .site-footer { padding-left: 0; padding-right: 0; }
@media(max-width:1000px) {
  .site-footer { padding-left: 32px; padding-right: 32px; }
}
@media(max-width:700px) {
  .site-footer { padding: 20px; }
  .site-footer .site-footer-inner { gap: 16px; }
  .site-footer .site-footer-copyright { min-width: 0; max-width: 200px; }
}
@media print {
  .site-footer { box-shadow: none; clip-path: none; }
  .site-footer .site-footer-top { display: none; }
}
