/* FIX18: hero text polish and title line-break control only. */
.km-fix18-title-break { display: block; }

/* Expert-library: undo FIX17's extra top offset, equivalent to moving down about two line-heights from current state. */
.km-fix18-expert-hero-down2 .expert-core-copy,
.km-fix18-expert-hero-down2 [class*="hero-copy"],
.km-fix18-expert-hero-down2 [class*="core-copy"] {
  position: relative !important;
  top: 0 !important;
}
.km-fix18-expert-hero-down2 h1,
.km-fix18-expert-hero-down2 .expert-core-title,
.km-fix18-expert-hero-down2 .hero-title,
.km-fix18-expert-hero-down2 .page-hero-title {
  line-height: 1.12 !important;
}

/* Education hero: remove breadcrumb in HTML, then move overlay copy up one line-height. */
.km-fix18-edu-hero-up1 .container,
.km-fix18-edu-hero-up1 [class*="copy"],
.km-fix18-edu-hero-up1 [class*="content"],
.km-fix18-edu-hero-up1 [class*="text"],
.km-fix18-edu-hero-up1 [class*="caption"] {
  position: relative !important;
  top: -1.55em !important;
}

/* Academic hero: remove breadcrumb in HTML, then move overlay copy up two line-heights. */
.km-fix18-academic-hero-up2 .container,
.km-fix18-academic-hero-up2 [class*="copy"],
.km-fix18-academic-hero-up2 [class*="content"],
.km-fix18-academic-hero-up2 [class*="text"],
.km-fix18-academic-hero-up2 [class*="caption"] {
  position: relative !important;
  top: -3.1em !important;
}

/* News hero: remove breadcrumb in HTML, align overlay copy left. */
.km-fix18-news-hero-left,
.km-fix18-news-hero-left .container {
  text-align: left !important;
}
.km-fix18-news-hero-left .container {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.km-fix18-news-hero-left [class*="copy"],
.km-fix18-news-hero-left [class*="content"],
.km-fix18-news-hero-left [class*="text"],
.km-fix18-news-hero-left [class*="caption"] {
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.km-fix18-news-hero-left h1,
.km-fix18-news-hero-left h2,
.km-fix18-news-hero-left p,
.km-fix18-news-hero-left .hero-title,
.km-fix18-news-hero-left .hero-subtitle,
.km-fix18-news-hero-left .page-hero-title,
.km-fix18-news-hero-left .page-hero-subtitle {
  text-align: left !important;
}

/* Homepage title breaks: keep visual rhythm after controlled line breaks. */
.km-fix18-home-hero-break,
.km-fix18-home-support-break {
  line-height: 1.12 !important;
}
.km-fix18-home-support-break {
  white-space: normal !important;
}

@media (max-width: 900px) {
  .km-fix18-edu-hero-up1 .container,
  .km-fix18-edu-hero-up1 [class*="copy"],
  .km-fix18-edu-hero-up1 [class*="content"],
  .km-fix18-edu-hero-up1 [class*="text"],
  .km-fix18-edu-hero-up1 [class*="caption"] {
    top: -1.0em !important;
  }
  .km-fix18-academic-hero-up2 .container,
  .km-fix18-academic-hero-up2 [class*="copy"],
  .km-fix18-academic-hero-up2 [class*="content"],
  .km-fix18-academic-hero-up2 [class*="text"],
  .km-fix18-academic-hero-up2 [class*="caption"] {
    top: -2.0em !important;
  }
}
