/* Persistent MMAid header on desktop and mobile. */
body {
  padding-top: 72px;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
}

@media (max-width: 760px) {
  body {
    padding-top: max(64px, calc(48px + env(safe-area-inset-top)));
  }
}
