/* Attach the information topics to the current header, not the legacy 80px offset. */
body.info-page .info-topic-nav {
  top: var(--info-topic-header-bottom, var(--apple-nav-height, 52px));
  margin-top: 0;
}

@media (max-width: 600px) {
  body.info-page .info-topic-nav {
    left: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
