/* Shared dimensions keep the Jobs and Success Stories banners aligned. */
.career-hero.career-hero--editorial,
.success-hero.success-hero--editorial {
  box-sizing: border-box;
  min-height: 800px;
  padding: 200px 0 80px;
}
.career-hero--editorial .career-hero-copy,
.success-hero--editorial .success-hero-copy { max-width: 610px; }
.career-hero--editorial .career-hero-copy > p:not(.eyebrow),
.success-hero--editorial .success-hero-copy > p:not(.eyebrow) { min-height: 90px; }
.career-hero--editorial .career-hero-actions,
.success-hero--editorial .career-hero-actions { margin-top: 30px; }
.career-support-section .career-trust-row { margin: 22px 0; color: #52667a; border-color: #d9e2e9; }
.career-support-section .career-trust-row strong { color: #0b2f53; }
@media (max-width: 640px) {
  .career-hero.career-hero--editorial,
  .success-hero.success-hero--editorial {
    min-height: 800px;
    padding: 330px 0 36px;
  }
  .career-hero--editorial .career-hero-copy > p:not(.eyebrow),
  .success-hero--editorial .success-hero-copy > p:not(.eyebrow) { min-height: 120px; margin-bottom: 0; }
  .career-banner-image, .success-banner-image { top: 110px; height: 200px; }
  .career-banner-caption, .success-banner-caption { top: 122px; }
  .career-hero--editorial .career-hero-copy h1,
  .success-hero--editorial .success-hero-copy h1 { font-size: clamp(32px, 9.2vw, 40px); min-height: 3.15em; margin-bottom: 18px; }
  .career-hero--editorial .career-hero-actions,
  .success-hero--editorial .career-hero-actions { margin-top: 20px; }
}
