/* Page-specific layout variants preserve rendered parity without adding layout HTML to Markdown. */
body.layout-variant-about-us .region-content h2:first-of-type {
  margin-top: 62.73px;
}

body.layout-variant-about-us .region-content h2:nth-of-type(2) {
  margin-top: 65.95px;
}

/* Preserve the trailing space left by legacy blank paragraphs without putting layout markup in Markdown. */
body.layout-variant-for-teachers .region-content > .region-content {
  padding-bottom: 127.5px;
}
