/* Resources page layout stability fixes for footer and navigation. */
.public-page:has(.resources-page) {
  min-height: 100dvh;
  padding-top: 72px;
}

.public-page:has(.resources-page) > .marketing-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transform: none !important;
}

.public-page:has(.resources-page) .marketing-footer {
  width: calc(100% - 48px) !important;
  max-width: none !important;
  margin-top: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 980px) {
  .public-page:has(.resources-page) .marketing-footer {
    width: calc(100% - 34px) !important;
  }
}
