/* Hide common theme/page-title bars on LearnPress single course pages only */
body.single-lp_course .page-title-area,
body.single-lp_course .edu-breadcrumb-area,
body.single-lp_course .inner-banner,
body.single-lp_course [class*="breadcrumb"],
body.single-lp_course [class*="page-title"] {
  display: none !important;
}

/* Custom hero */
.tdlpb-course-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: clamp(64px, 12vw, 160px) 0;
  color: #fff;
}
.tdlpb-course-hero__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.tdlpb-course-hero__inner   { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.tdlpb-course-hero__title   { margin: 0; font-size: clamp(28px, 4vw, 56px); line-height: 1.1; }

/* Optional: if your LearnPress template prints a duplicate course title near the top,
   uncomment the next rule to hide it (adjust selector as needed). */
/*
body.single-lp_course .course-header .course-title,
body.single-lp_course .course-title { display: none !important; }
*/
