/* Index-style header overlap for pages with their own hero/banner. */
body.information-page main {
  padding-top: 0 !important;
}

body.profile-page.home-page {
  padding-top: 0 !important;
}

body.profile-page .profile-shell {
  padding-top: 0 !important;
}

body.profile-page .profile-overview {
  margin-top: 0 !important;
}

body.profile-page .profile-banner-shell {
  isolation: isolate;
  border-top: 0;
  border-radius: 0 0 32px 32px;
}

body.profile-page .profile-banner-shell::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 122px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 5, 8, 0.78) 0%, rgba(5, 5, 8, 0.34) 56%, transparent 100%);
}

body.profile-page .profile-banner-content {
  z-index: 3;
  padding-top: 112px;
}

@media (max-width: 1100px) {
  body.profile-page .profile-banner-shell {
    border-radius: 0 0 24px 24px;
  }

  body.profile-page .profile-banner-content {
    padding-top: 96px;
  }
}
