/*
 * 2027 Admissions Campaign — WordPress shell adjustments only.
 * The campaign design itself remains in the supplied React application.
 *
 * The compiled Tailwind stylesheet is scoped to #admissions27-react-root.
 * Elementor/Elementor Pro popup markup rendered outside that root is therefore
 * left to Elementor's own frontend and popup styles.
 */
html,
body.admissions27-standalone-page {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

body.admissions27-standalone-page {
  overflow-x: hidden;
  background: rgb(0, 85, 150);
}

#admissions27-react-root {
  width: 100%;
  min-height: 100vh;
}

.admissions27-noscript {
  max-width: 760px;
  margin: 3rem auto;
  padding: 1rem 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* Keep the supplied fixed navigation usable while logged into WordPress. */
body.admin-bar.admissions27-standalone-page #admissions27-react-root > header.fixed {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar.admissions27-standalone-page #admissions27-react-root > header.fixed {
    top: 46px !important;
  }
}
