/*
 * courses-he.css  —  template-scoped: HE course product (ucdon + ucnl)
 * Source site: ucdon (the one HE-specific rule is byte-identical in ucnl)
 *   ucdon L10998-11002 / ucnl L10166-10170
 *
 * IMPORTANT — read before extending this file:
 * The HE course pages in ucdon/ucnl do NOT have their own course-detail
 * styling. They render through the SAME legacy `.course-*` template as
 * every other site, so their styling lives in `templates/courses-legacy.css`
 * (see the identical `.course-information` / `.course-tabs` / `.course-dates`
 * / `.hero-courses` / `.why-choose-us` block: ucdon L8734-9265,
 * ucnl L8714-9375, dc L9059-9625).
 *
 * The ONLY genuinely HE-course-specific selector found in either HE
 * monolith is the partner-logo row below. No distinct degree / UCAS / KIS /
 * tuition-fee / clearing / university-partner CSS exists in the monoliths.
 * (`.hero-enhanced` / `.hero-title` sit next to this rule in ucdon but are a
 * general enhanced-hero, not HE-course-scoped, so they are not pulled here.)
 *
 * No colour and no font-size in this file, so nothing to tokenise.
 */

.he-course-partner-logos img {
  max-height: 100px;
  width: auto;

  margin-right: 3rem;
}
