/* Homepage cleanup: opaque fixed header, no fake empty-page scrolling. */
@media (min-width: 821px) {
  html body .wrapper .page > .header,
  html body .wrapper .page > .header.sticky,
  html body .header,
  html body .header.sticky {
    background: #080d16 !important;
    background-color: #080d16 !important;
    background-image: none !important;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 1px 0 rgba(255, 205, 45, .35), 0 10px 24px rgba(0, 0, 0, .28) !important;
  }

  html body {
    overflow-x: hidden !important;
  }

  html body .wrapper,
  html body .wrapper .page,
  html body .wrapper .main-content {
    min-height: 0 !important;
  }

  html body .wrapper .main-content {
    display: block !important;
    padding-bottom: 0 !important;
  }

  html body .wrapper .main-content .main-content-top {
    min-height: 0 !important;
    flex: none !important;
    -webkit-flex: none !important;
  }

  html body .wrapper .main-content .main-content-footer {
    margin-top: 32px !important;
    padding-bottom: 24px !important;
  }
}

/* Count boxes are removed from Blade; this also hides stale cached markup. */
html body .footer-counters {
  display: none !important;
}
