/*
 * Shared course width and closing corrections. Release 2026-08-17-27.
 *
 * Uses a fresh filename so accepted component fixes cannot be hidden by a
 * cached earlier correction stylesheet.
 */

.tn-wide-landing .wp-block-post-content > .tn-course-intro {
  box-sizing: border-box;
  max-width: calc(var(--wp--style--global--content-size) + 2.5rem) !important;
}

.tn-wide-landing .wp-block-post-content > .tn-course-lesson {
  box-sizing: border-box;
  width: calc(100% - 2rem);
  max-width: 980px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.tn-wide-landing .wp-block-post-content > .tn-course-donation + .tn-article-subscribe,
.tn-wide-landing .wp-block-post-content > .tn-course-close.has-pale-sunlight-background-color + .tn-article-subscribe {
  margin-top: clamp(1.5rem, 3vw, 2.5rem) !important;
}
