/*
 * Militra — LearnDash single frame.
 *
 * Loaded only on singular course / lesson / topic / quiz views (gated in
 * inc/learndash.php). Provides the outer page rhythm and title spacing around
 * LearnDash's own course-content UI; LearnDash ships its own conditional CSS for
 * the inner list / progress / buttons. The title inherits DM Sans, weight, size
 * and colour from the base h1 rule in main.css — only spacing is set here.
 */

.militra-learndash {
	padding-block: clamp(32px, 6vw, 72px);
}

.militra-learndash-head {
	margin-bottom: 28px;
}

.militra-learndash-title {
	margin: 0;
}

.militra-learndash-body > :first-child {
	margin-top: 0;
}
