/*
 * Pain Relief course layout follow-up. Release 2026-08-16-24.
 * The base portable course-resource presentation remains in release 22.
 */
.tn-course-lesson > .wp-block-separator,
.tn-course-lesson .tn-course-divider {
  display: block;
  width: 88% !important;
  max-width: 88% !important;
  height: 0;
  margin: clamp(2.25rem, 4vw, 3rem) auto clamp(1.75rem, 3vw, 2.25rem);
  border: 0;
  border-top: 1px solid rgba(2, 116, 90, 0.22);
  background: transparent;
  opacity: 1;
}

.tn-course-lesson > .wp-block-separator + :is(h2, h3),
.tn-course-lesson .tn-course-divider + :is(h2, h3) {
  margin-top: 0 !important;
}
