.mlt-shell,
.mlt-catalog {
	--mlt-ink: #18232e;
	--mlt-muted: #5d6873;
	--mlt-line: #dce3e8;
	--mlt-paper: #ffffff;
	--mlt-soft: #f4f7f8;
	--mlt-accent: #167c80;
	--mlt-accent-dark: #0e555a;
	--mlt-accent-pale: #e8f6f5;
	--mlt-warm: #d7a330;
	--mlt-good: #1b7f54;
	--mlt-good-pale: #eaf7f0;
	--mlt-bad: #b64848;
	--mlt-bad-pale: #fff0ef;
	--mlt-radius: 22px;
	--mlt-shadow: 0 18px 50px rgba(22, 38, 48, 0.09);
	color: var(--mlt-ink);
	font-size: 17px;
	line-height: 1.68;
	margin: 0 auto;
	max-width: 1040px;
}

.mlt-shell *,
.mlt-shell *::before,
.mlt-shell *::after,
.mlt-catalog *,
.mlt-catalog *::before,
.mlt-catalog *::after {
	box-sizing: border-box;
}

.mlt-shell--key {
	--mlt-accent: #a86414;
	--mlt-accent-dark: #70400d;
	--mlt-accent-pale: #fff4d9;
	--mlt-warm: #d7a330;
}

.mlt-shell--winter {
	--mlt-accent: #8a3857;
	--mlt-accent-dark: #5d243d;
	--mlt-accent-pale: #faedf2;
	--mlt-warm: #b4964b;
}

.mlt-shell--voyage {
	--mlt-accent: #36768b;
	--mlt-accent-dark: #214e61;
	--mlt-accent-pale: #eaf4f7;
	--mlt-warm: #ad7b52;
}

.mlt-shell h2,
.mlt-shell h3,
.mlt-catalog h2,
.mlt-catalog h3 {
	color: var(--mlt-ink);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.18;
	margin: 0;
}

.mlt-shell p,
.mlt-catalog p {
	margin: 0;
}

.mlt-shell a,
.mlt-catalog a {
	color: var(--mlt-accent-dark);
}

.mlt-kicker {
	color: var(--mlt-accent-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.mlt-hero {
	background: linear-gradient(135deg, var(--mlt-accent-dark), var(--mlt-accent));
	border-radius: 28px;
	box-shadow: var(--mlt-shadow);
	color: #fff;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.7fr) minmax(220px, 0.7fr);
	margin: 12px 0 34px;
	overflow: hidden;
	padding: 42px;
	position: relative;
}

.mlt-shell--key .mlt-hero {
	background:
		radial-gradient(circle at 86% 18%, rgba(255, 245, 190, 0.22) 0 11%, transparent 11.5%),
		linear-gradient(135deg, #51320e, #ad6915);
}

.mlt-shell--winter .mlt-hero {
	background:
		repeating-linear-gradient(125deg, transparent 0 30px, rgba(255,255,255,0.025) 30px 31px),
		linear-gradient(135deg, #4f2036, #933f60);
}

.mlt-shell--voyage .mlt-hero {
	background:
		radial-gradient(circle at 91% 24%, rgba(255,255,255,0.12) 0 10%, transparent 10.5%),
		linear-gradient(135deg, #183e50, #4b8293);
}

.mlt-hero .mlt-kicker {
	color: rgba(255,255,255,0.82);
	margin-bottom: 10px;
}

.mlt-hero h2,
.mlt-hero h3,
.mlt-hero strong {
	color: #fff;
}

.mlt-hero h2 {
	font-size: clamp(30px, 4.3vw, 54px);
	max-width: 760px;
}

.mlt-hero__lead {
	color: rgba(255,255,255,0.91);
	font-size: 18px;
	margin-top: 17px !important;
	max-width: 700px;
}

.mlt-hero__badge {
	align-self: center;
	background: rgba(255,255,255,0.13);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 20px;
	backdrop-filter: blur(8px);
	padding: 22px;
}

.mlt-hero__badge strong,
.mlt-hero__badge span {
	display: block;
}

.mlt-hero__badge strong {
	font-size: 36px;
	line-height: 1;
}

.mlt-hero__badge span {
	color: rgba(255,255,255,0.84);
	font-size: 14px;
	margin-top: 8px;
}

.mlt-brief,
.mlt-character-grid,
.mlt-theme-grid,
.mlt-route,
.mlt-contrast-grid,
.mlt-frame-grid,
.mlt-related-grid {
	display: grid;
	gap: 14px;
}

.mlt-brief {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 38px;
}

.mlt-brief > div {
	background: var(--mlt-soft);
	border: 1px solid var(--mlt-line);
	border-radius: 16px;
	min-height: 122px;
	padding: 20px;
}

.mlt-brief small {
	color: var(--mlt-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.mlt-brief strong {
	display: block;
	font-size: 18px;
	line-height: 1.3;
}

.mlt-section {
	margin: 44px 0;
}

.mlt-section-head {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.mlt-section-head > div {
	max-width: 760px;
}

.mlt-section-head .mlt-kicker {
	margin-bottom: 7px;
}

.mlt-section-head h2 {
	font-size: clamp(27px, 3.2vw, 39px);
}

.mlt-section-head p:last-child {
	color: var(--mlt-muted);
	margin-top: 8px;
}

.mlt-route {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 16px 0 40px;
}

.mlt-route > div {
	background: #fffaf0;
	border: 1px solid #eadbb4;
	border-radius: 15px;
	padding: 15px 12px;
	text-align: center;
}

.mlt-route b {
	align-items: center;
	background: #f2d77f;
	border-radius: 50%;
	color: #493006;
	display: inline-flex;
	font-size: 14px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.mlt-route strong,
.mlt-route span {
	display: block;
}

.mlt-route strong {
	font-size: 14px;
	line-height: 1.25;
	margin-top: 9px;
}

.mlt-route span {
	color: var(--mlt-muted);
	font-size: 12px;
	line-height: 1.35;
	margin-top: 4px;
}

.mlt-character-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlt-character-grid > article,
.mlt-theme-grid > article,
.mlt-frame-grid > article {
	background: var(--mlt-paper);
	border: 1px solid var(--mlt-line);
	border-radius: 18px;
	box-shadow: 0 9px 26px rgba(20,35,45,0.05);
	padding: 21px;
}

.mlt-character-grid h3,
.mlt-theme-grid h3,
.mlt-frame-grid h3 {
	font-size: 19px;
	margin-bottom: 7px;
}

.mlt-character-grid p,
.mlt-theme-grid p,
.mlt-frame-grid p {
	color: var(--mlt-muted);
	font-size: 14px;
	line-height: 1.52;
}

.mlt-chip {
	background: var(--mlt-accent-pale);
	border-radius: 999px;
	color: var(--mlt-accent-dark);
	display: inline-block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
	padding: 5px 9px;
	text-transform: uppercase;
}

.mlt-theme-grid,
.mlt-frame-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlt-theme-grid > article {
	border-top: 4px solid var(--mlt-accent);
}

.mlt-frame-grid > article:nth-child(2) {
	background: var(--mlt-accent-pale);
}

.mlt-contrast-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlt-contrast-grid > article {
	background: var(--mlt-paper);
	border: 1px solid var(--mlt-line);
	border-radius: 20px;
	overflow: hidden;
}

.mlt-contrast-grid header {
	background: var(--mlt-accent-pale);
	padding: 18px 21px;
}

.mlt-contrast-grid h3 {
	font-size: 22px;
}

.mlt-contrast-grid ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 8px 21px 19px !important;
}

.mlt-contrast-grid li {
	border-bottom: 1px solid var(--mlt-line);
	color: var(--mlt-muted);
	font-size: 15px;
	padding: 11px 0;
}

.mlt-contrast-grid li:last-child {
	border-bottom: 0;
}

.mlt-reading-note {
	background: var(--mlt-accent-pale);
	border: 1px solid color-mix(in srgb, var(--mlt-accent) 35%, #ffffff);
	border-radius: 18px;
	margin: 28px 0;
	padding: 20px 24px;
}

.mlt-reading-note strong {
	display: block;
	font-size: 18px;
	margin-bottom: 4px;
}

.mlt-reading-note p {
	color: var(--mlt-muted);
}

.mlt-table-wrap {
	border: 1px solid var(--mlt-line);
	border-radius: 18px;
	overflow-x: auto;
}

.mlt-fact-table {
	border-collapse: collapse;
	font-size: 15px;
	margin: 0 !important;
	min-width: 680px;
	width: 100%;
}

.mlt-fact-table th,
.mlt-fact-table td {
	border: 0 !important;
	border-bottom: 1px solid var(--mlt-line) !important;
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

.mlt-fact-table th {
	background: var(--mlt-accent-pale);
	color: var(--mlt-accent-dark);
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mlt-fact-table tr:last-child td {
	border-bottom: 0 !important;
}

.mlt-fact-table td:first-child {
	font-weight: 800;
}

.mlt-quote-line {
	border-bottom: 1px solid var(--mlt-line);
	border-top: 1px solid var(--mlt-line);
	color: var(--mlt-accent-dark);
	font-family: Georgia, serif;
	font-size: clamp(21px, 3vw, 31px);
	font-style: italic;
	line-height: 1.38;
	margin: 34px 0;
	padding: 22px 4%;
	text-align: center;
}

.mlt-quiz {
	background: #f7f9fa;
	border: 1px solid var(--mlt-line);
	border-radius: var(--mlt-radius);
	box-shadow: var(--mlt-shadow);
	padding: 26px;
}

.mlt-quiz-status {
	align-items: center;
	background: var(--mlt-paper);
	border: 1px solid var(--mlt-line);
	border-radius: 16px;
	display: grid;
	gap: 10px 16px;
	grid-template-columns: 1fr auto;
	margin-bottom: 20px;
	padding: 15px 18px;
	position: sticky;
	top: 10px;
	z-index: 3;
}

.mlt-quiz-status p {
	font-size: 14px;
	font-weight: 800;
}

.mlt-quiz-status > span {
	color: var(--mlt-muted);
	font-size: 13px;
}

.mlt-progress {
	background: #e7ecef;
	border-radius: 99px;
	grid-column: 1 / -1;
	height: 7px;
	overflow: hidden;
}

.mlt-progress span {
	background: linear-gradient(90deg, var(--mlt-accent), var(--mlt-warm));
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: width 180ms ease;
	width: 0;
}

.mlt-question {
	background: var(--mlt-paper);
	border: 1px solid var(--mlt-line);
	border-radius: 18px;
	margin: 0 0 15px;
	min-width: 0;
	padding: 22px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.mlt-question:last-of-type {
	margin-bottom: 0;
}

.mlt-question legend {
	color: var(--mlt-ink);
	float: left;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.42;
	padding: 0 0 13px;
	width: 100%;
}

.mlt-question legend + * {
	clear: both;
}

.mlt-number {
	align-items: center;
	background: var(--mlt-accent-pale);
	border-radius: 9px;
	color: var(--mlt-accent-dark);
	display: inline-flex;
	font-size: 13px;
	height: 30px;
	justify-content: center;
	margin-right: 8px;
	vertical-align: 2px;
	width: 30px;
}

.mlt-options {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlt-option {
	align-items: flex-start;
	background: #fbfcfc;
	border: 1px solid var(--mlt-line);
	border-radius: 12px;
	color: var(--mlt-ink);
	cursor: pointer;
	display: flex;
	font-size: 15px;
	gap: 10px;
	line-height: 1.45;
	min-height: 52px;
	padding: 12px 13px;
	transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.mlt-option:hover {
	border-color: var(--mlt-accent);
	transform: translateY(-1px);
}

.mlt-option input {
	accent-color: var(--mlt-accent);
	flex: 0 0 auto;
	margin: 4px 0 0;
}

.mlt-option:has(input:checked) {
	background: var(--mlt-accent-pale);
	border-color: var(--mlt-accent);
}

.mlt-question.is-correct {
	border-color: var(--mlt-good);
	box-shadow: inset 4px 0 0 var(--mlt-good);
}

.mlt-question.is-incorrect,
.mlt-question.is-unanswered {
	border-color: var(--mlt-bad);
	box-shadow: inset 4px 0 0 var(--mlt-bad);
}

.mlt-option.is-correct-option {
	background: var(--mlt-good-pale);
	border-color: var(--mlt-good);
}

.mlt-option.is-wrong-option {
	background: var(--mlt-bad-pale);
	border-color: var(--mlt-bad);
}

.mlt-explanation {
	background: var(--mlt-accent-pale);
	border-radius: 11px;
	clear: both;
	color: var(--mlt-ink);
	font-size: 14px;
	margin-top: 13px !important;
	padding: 12px 14px;
}

.mlt-explanation[hidden] {
	display: none;
}

.mlt-quiz-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	justify-content: center;
	margin-top: 22px;
}

.mlt-button {
	appearance: none;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	min-height: 48px;
	padding: 11px 19px;
}

.mlt-button--primary {
	background: var(--mlt-accent-dark);
	color: #fff;
}

.mlt-button--secondary {
	background: #e8edef;
	color: var(--mlt-ink);
}

.mlt-button:hover {
	filter: brightness(1.06);
}

.mlt-result {
	background: var(--mlt-paper);
	border: 2px solid var(--mlt-accent);
	border-radius: 17px;
	display: grid;
	gap: 4px;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
}

.mlt-result[hidden] {
	display: none;
}

.mlt-result strong {
	color: var(--mlt-ink);
	font-size: 25px;
}

.mlt-result span {
	color: var(--mlt-muted);
}

.mlt-result[data-level="high"] {
	border-color: var(--mlt-good);
}

.mlt-result[data-level="low"] {
	border-color: var(--mlt-bad);
}

.mlt-answer-key {
	background: var(--mlt-paper);
	border: 1px solid var(--mlt-line);
	border-radius: 17px;
	margin-top: 18px;
	overflow: hidden;
}

.mlt-answer-key summary {
	color: var(--mlt-ink);
	cursor: pointer;
	font-weight: 800;
	padding: 17px 20px;
}

.mlt-answer-key__body {
	border-top: 1px solid var(--mlt-line);
	padding: 18px 20px 21px;
}

.mlt-answer-key__body p {
	color: var(--mlt-muted);
	font-size: 14px;
	margin-bottom: 12px;
}

.mlt-answer-list {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mlt-answer-list li {
	background: var(--mlt-soft);
	border-radius: 9px;
	font-size: 13px;
	padding: 8px 10px;
}

.mlt-open-list {
	counter-reset: mlt-open;
	display: grid;
	gap: 12px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mlt-open-list li {
	background: var(--mlt-paper);
	border: 1px solid var(--mlt-line);
	border-radius: 15px;
	counter-increment: mlt-open;
	font-weight: 700;
	padding: 17px 18px 17px 60px;
	position: relative;
}

.mlt-open-list li::before {
	align-items: center;
	background: var(--mlt-accent-pale);
	border-radius: 10px;
	color: var(--mlt-accent-dark);
	content: counter(mlt-open);
	display: flex;
	font-size: 13px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	left: 15px;
	position: absolute;
	top: 14px;
	width: 34px;
}

.mlt-related-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlt-related-grid a {
	background: var(--mlt-accent-pale);
	border: 1px solid transparent;
	border-radius: 14px;
	font-weight: 800;
	padding: 16px;
	text-decoration: none !important;
}

.mlt-related-grid a:hover {
	border-color: var(--mlt-accent);
}

/* Static catalogue. */
.mlt-catalog-hero {
	background: linear-gradient(135deg, #172e42, #276f72);
	border-radius: 28px;
	box-shadow: var(--mlt-shadow);
	color: #fff;
	margin: 12px 0 30px;
	padding: 44px;
}

.mlt-catalog-hero .mlt-kicker {
	color: #aee5df;
	margin-bottom: 9px;
}

.mlt-catalog-hero h2 {
	color: #fff;
	font-size: clamp(32px, 4vw, 48px);
}

.mlt-catalog-hero > p:last-child {
	color: rgba(255,255,255,0.86);
	font-size: 18px;
	margin-top: 15px;
	max-width: 760px;
}

.mlt-catalog-panel {
	background: #f5f7f8;
	border: 1px solid var(--mlt-line);
	border-radius: 23px;
	padding: 24px;
}

.mlt-catalog-tools {
	align-items: end;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(260px, 1.6fr) minmax(170px, 0.7fr) auto;
	margin-bottom: 22px;
}

.mlt-catalog-tools label span {
	color: var(--mlt-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin: 0 0 5px 3px;
	text-transform: uppercase;
}

.mlt-catalog-tools input,
.mlt-catalog-tools select {
	background: #fff;
	border: 1px solid var(--mlt-line);
	border-radius: 11px;
	color: var(--mlt-ink);
	font: inherit;
	font-size: 15px;
	height: 48px;
	padding: 0 13px;
	width: 100%;
}

.mlt-catalog-tools > p {
	background: #fff;
	border-radius: 11px;
	font-size: 14px;
	min-width: 112px;
	padding: 12px 14px;
	text-align: center;
}

.mlt-catalog-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlt-catalog-card {
	background: #fff;
	border: 1px solid var(--mlt-line);
	border-radius: 18px;
	box-shadow: 0 8px 26px rgba(20,35,45,0.05);
	overflow: hidden;
}

.mlt-catalog-card[hidden] {
	display: none;
}

.mlt-catalog-card > a {
	color: var(--mlt-ink);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 23px;
	text-decoration: none !important;
}

.mlt-catalog-card__label {
	color: var(--mlt-accent-dark);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mlt-catalog-card h3 {
	font-size: 24px;
	margin-top: 8px;
}

.mlt-catalog-card__author {
	color: var(--mlt-accent-dark);
	font-size: 14px;
	font-weight: 800;
	margin: 4px 0 10px !important;
}

.mlt-catalog-card > a > p:not(.mlt-catalog-card__author) {
	color: var(--mlt-muted);
	font-size: 14px;
	line-height: 1.52;
}

.mlt-catalog-card__foot {
	align-items: end;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 19px;
}

.mlt-catalog-card__foot > span {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.mlt-catalog-card__foot em {
	background: var(--mlt-soft);
	border-radius: 999px;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	padding: 4px 8px;
}

.mlt-catalog-card__foot strong {
	color: var(--mlt-accent-dark);
	font-size: 13px;
	white-space: nowrap;
}

.mlt-catalog-empty {
	background: #fff;
	border-radius: 14px;
	color: var(--mlt-muted);
	margin-top: 16px !important;
	padding: 22px;
	text-align: center;
}

.mlt-catalog-note {
	background: #fff8e8;
	border: 1px solid #ecd49d;
	border-radius: 18px;
	margin-top: 24px;
	padding: 23px;
}

.mlt-catalog-note h2 {
	font-size: 23px;
	margin-bottom: 6px;
}

.mlt-catalog-note p {
	color: var(--mlt-muted);
}

/* Veen/MyLibrary content-area compatibility. The theme gives article
 * headings and paragraphs its own high-specificity typography; these scoped
 * rules keep the test design visible without affecting ordinary pages. */
#single .post-content .text .mlt-shell h2,
#single .post-content .text .mlt-shell h3,
#single .post-content .text .mlt-catalog h2,
#single .post-content .text .mlt-catalog h3 {
	border: 0;
	color: var(--mlt-ink);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.18;
	padding: 0;
	counter-increment: none;
}

#single .post-content .text .mlt-shell h2::before,
#single .post-content .text .mlt-shell h3::before,
#single .post-content .text .mlt-catalog h2::before,
#single .post-content .text .mlt-catalog h3::before {
	content: none !important;
	display: none !important;
}

#single .post-content .text .mlt-shell p,
#single .post-content .text .mlt-catalog p {
	margin-bottom: 0;
}

#single .post-content .text .mlt-hero h2,
#single .post-content .text .mlt-hero h3,
#single .post-content .text .mlt-hero strong {
	color: #fff;
}

#single .post-content .text .mlt-hero h2 {
	font-size: clamp(30px, 4.3vw, 54px);
	margin: 0;
}

#single .post-content .text .mlt-section-head h2 {
	font-size: clamp(27px, 3.2vw, 39px);
	margin: 0;
}

#single .post-content .text .mlt-catalog-hero h2 {
	color: #fff;
	font-size: clamp(32px, 4vw, 48px);
	margin: 0;
}

#single .post-content .text .mlt-catalog-card h3 {
	font-size: 24px;
	margin: 8px 0 0;
}

@media (max-width: 900px) {
	.mlt-hero {
		grid-template-columns: 1fr;
		padding: 34px;
	}

	.mlt-hero__badge {
		max-width: 280px;
	}

	.mlt-brief,
	.mlt-character-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mlt-route {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mlt-answer-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.mlt-shell,
	.mlt-catalog {
		font-size: 16px;
	}

	.mlt-hero,
	.mlt-catalog-hero {
		border-radius: 21px;
		padding: 27px 22px;
	}

	.mlt-hero h2,
	.mlt-catalog-hero h2 {
		font-size: 32px;
	}

	#single .post-content .text .mlt-hero h2,
	#single .post-content .text .mlt-catalog-hero h2 {
		font-size: 32px;
	}

	.mlt-hero__lead,
	.mlt-catalog-hero > p:last-child {
		font-size: 16px;
	}

	.mlt-brief,
	.mlt-character-grid,
	.mlt-theme-grid,
	.mlt-frame-grid,
	.mlt-contrast-grid,
	.mlt-related-grid,
	.mlt-catalog-grid,
	.mlt-catalog-tools {
		grid-template-columns: 1fr;
	}

	.mlt-brief > div {
		min-height: 0;
	}

	.mlt-route {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mlt-section {
		margin: 36px 0;
	}

	.mlt-section-head {
		align-items: start;
		flex-direction: column;
		gap: 8px;
	}

	.mlt-quiz,
	.mlt-catalog-panel {
		border-radius: 18px;
		padding: 13px;
	}

	.mlt-quiz-status {
		align-items: start;
		grid-template-columns: 1fr;
		top: 5px;
	}

	.mlt-progress {
		grid-column: 1;
	}

	.mlt-question {
		padding: 18px 15px;
	}

	.mlt-question legend {
		font-size: 16px;
	}

	.mlt-options {
		grid-template-columns: 1fr;
	}

	.mlt-option {
		min-height: 0;
	}

	.mlt-answer-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mlt-catalog-tools > p {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mlt-shell *,
	.mlt-catalog * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

@media print {
	.mlt-quiz-status,
	.mlt-quiz-actions,
	.mlt-related-grid {
		display: none !important;
	}

	.mlt-hero,
	.mlt-quiz,
	.mlt-question {
		box-shadow: none !important;
	}

	.mlt-hero {
		background: #fff !important;
		border: 2px solid #333;
		color: #111;
	}

	.mlt-hero h2,
	.mlt-hero h3,
	.mlt-hero strong,
	.mlt-hero .mlt-kicker,
	.mlt-hero__lead,
	.mlt-hero__badge span {
		color: #111 !important;
	}
}
