/* Overrides for the maintenance holding page only.
 * Loaded after styles-9.css. Kept in its own file so parking the site
 * did not require renaming the main stylesheet across every parked page.
 * Delete this file when the site comes back. */

/* .page is sized for a hero that sits above more content. On a page with
   nothing below it, it needs the whole viewport. */
.page.solo {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 32px;
}

.maint-note {
  margin: 34px 0 0;
  color: rgba(226, 232, 243, 0.55);
  font-size: 0.82rem;
}
