/* DRUK R5.71 — exact course hero outer top-spacing correction
   Root cause: layout-system-v83.css applies 72px top padding to the first section
   using a high-specificity !important selector. Override that exact path only on
   the 16 course detail pages. Preserve normal side/bottom breathing room and the
   inner white hero card layout. */

body.v83-page.v83-inner.v83-course.course-standard-v561 main#main > section.course-detail-hero.page-hero:first-child {
  padding-top:8px!important;
  padding-right:0!important;
  padding-bottom:24px!important;
  padding-left:0!important;
  margin-top:0!important;
  min-height:0!important;
}

body.v83-page.v83-inner.v83-course.course-standard-v561 main#main > section.course-detail-hero.page-hero:first-child > .container {
  width:min(calc(100% - 48px),var(--container))!important;
  margin:0 auto!important;
  padding-top:0!important;
}

body.v83-page.v83-inner.v83-course.course-standard-v561 main#main > section.course-detail-hero.page-hero:first-child .page-hero-grid {
  margin-top:0!important;
}

@media (max-width:900px){
  body.v83-page.v83-inner.v83-course.course-standard-v561 main#main > section.course-detail-hero.page-hero:first-child {
    padding-top:7px!important;
    padding-bottom:20px!important;
  }
  body.v83-page.v83-inner.v83-course.course-standard-v561 main#main > section.course-detail-hero.page-hero:first-child > .container {
    width:min(calc(100% - 32px),var(--container))!important;
  }
}

@media (max-width:640px){
  body.v83-page.v83-inner.v83-course.course-standard-v561 main#main > section.course-detail-hero.page-hero:first-child {
    padding-top:6px!important;
    padding-bottom:16px!important;
  }
  body.v83-page.v83-inner.v83-course.course-standard-v561 main#main > section.course-detail-hero.page-hero:first-child > .container {
    width:min(calc(100% - 24px),var(--container))!important;
  }
}
