/* International studies listing — same hero framing/color as /projects/ */

body.page-international-studies .module.module--hero.hero--list > .img-wrap {
  background: #0047BB !important;
}

body.page-international-studies .module.module--hero.hero--list .intro h1 {
  color: #1a1a36;
}

body.page-international-studies .module.module--hero.hero--list .intro p {
  color: #1a1a36;
  max-width: 72ch;
}

body.page-international-studies .module.module--hero.hero--list .intro .back,
body.page-international-studies .module.module--hero.hero--list .intro .back .with-arrow {
  color: #1a1a36;
}

@media (min-width: 768px) {
  body.single-intl-study .module--hero {
    min-height: 700px;
  }
}

/* International study detail: mobile spacing under fixed header */
@media (max-width: 767px) {
  body.single-intl-study .module.module--hero.hero--detail .container {
    padding-top: var(--header-height);
  }

  body.single-intl-study .module.module--hero.hero--detail .tophero {
    min-height: 0;
  }
}
