.mon-lr-fulltest-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	align-items: stretch;
}

body.mon-lr-standalone-template .mon-lr-score-report {
	max-width: 1280px;
	margin: 0 auto;
	background: transparent;
	position: relative;
}

body.mon-lr-standalone-template .mon-lr-score-report__masthead {
	position: relative;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	align-items: start;
	gap: 20px;
	padding: 10px 18px 0px;
	background: transparent;
}

body.mon-lr-standalone-template .mon-lr-score-report__brand {
	display: flex;
	align-items: center;
	min-height: 72px;
	z-index: 2;
}

body.mon-lr-standalone-template .mon-lr-score-report__brand-logo {
	max-width: 190px;
	max-height: 72px;
	width: auto;
	height: auto;
	object-fit: contain;
}

body.mon-lr-standalone-template .mon-lr-score-report__title-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 2px;
}

body.mon-lr-standalone-template .mon-lr-score-report__title-arc {
	min-width: min(100%, 620px);
	padding: 18px 42px 16px;
	border-radius: 999px 999px 32px 32px;
	background: linear-gradient(180deg, #f7b15e 0%, #ee9641 100%);
	text-align: center;
	color: #3a2c17;
	box-shadow: inset 0 -4px 0 rgba(145, 88, 26, 0.12);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 1.15;
	font-weight: 800;
}

body.mon-lr-standalone-template .mon-lr-score-report__title-arc span,
body.mon-lr-standalone-template .mon-lr-score-report__title-arc strong {
	display: block;
}

body.mon-lr-standalone-template .mon-lr-score-report__title-arc span {
	font-size: 16px;
}

body.mon-lr-standalone-template .mon-lr-score-report__title-arc strong {
	font-size: 28px;
	letter-spacing: 0.04em;
	margin-top: 4px;
}

body.mon-lr-standalone-template .mon-lr-score-report__hero {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	padding: 16px 18px 16px;
	border: 1px solid #eb9e49;
	background: linear-gradient(180deg, rgba(255, 246, 226, 0.68) 0%, rgba(255, 250, 239, 0.82) 100%);
}

body.mon-lr-standalone-template .mon-lr-score-report__identity {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 16px;
	padding-right: 16px;
	border-right: 1px solid #8f7a5b;
	min-width: 0;
}

body.mon-lr-standalone-template .mon-lr-score-report__photo-wrap {
	display: flex;
	justify-content: center;
}

body.mon-lr-standalone-template .mon-lr-score-report__photo-box {
	width: 220px;
	height: 280px;
	border: 1px solid #c8b08a;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

body.mon-lr-standalone-template .mon-lr-score-report__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.mon-lr-standalone-template .mon-lr-score-report__photo-placeholder {
	font-size: 15px;
	font-weight: 700;
	color: #8b7a63;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

body.mon-lr-standalone-template .mon-lr-score-report__photo-placeholder[hidden] {
	display: none !important;
}

body.mon-lr-standalone-template .mon-lr-score-report__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-left: 1px solid #8f7a5b;
	border-top: 1px solid #8f7a5b;
	background: rgba(255, 255, 255, 0.52);
	min-width: 0;
}

body.mon-lr-standalone-template .mon-lr-score-report__field {
	min-height: 66px;
	padding: 8px 10px 6px;
	border-right: 1px solid #8f7a5b;
	border-bottom: 1px solid #8f7a5b;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 6px;
	min-width: 0;
	background: rgba(255, 255, 255, 0.18);
}

body.mon-lr-standalone-template .mon-lr-score-report__field--wide {
	grid-column: 1 / -1;
}

body.mon-lr-standalone-template .mon-lr-score-report__field-value {
	min-height: 30px;
	padding: 0 2px 6px;
	border-bottom: 1px solid #8f7a5b;
	font-size: 15px;
	line-height: 1.15;
	font-weight: 500;
	color: #2d2d2d;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.mon-lr-standalone-template .mon-lr-score-report__field--name .mon-lr-score-report__field-value {
	font-size: 17px;
	padding-top: 2px;
}

body.mon-lr-standalone-template .mon-lr-score-report__field-label {
	display: inline-flex;
	align-self: flex-start;
	max-width: 84%;
	padding-right: 8px;
	font-size: 11px;
	line-height: 1.1;
	color: #645546;
	text-transform: none;
	background: linear-gradient(180deg, rgba(255, 250, 239, 0) 0%, rgba(255, 250, 239, 0) 18%, rgba(255, 250, 239, 0.94) 18%, rgba(255, 250, 239, 0.94) 100%);
}

body.mon-lr-standalone-template .mon-lr-score-report__field-label small {
	display: block;
	font-size: 11px;
	line-height: 1.1;
	color: inherit;
}

body.mon-lr-standalone-template .mon-lr-score-report__scores {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 112px;
	grid-template-rows: auto auto;
	gap: 0;
	align-items: start;
	padding-left: 16px;
	padding-top: 0;
	min-width: 0;
}

body.mon-lr-standalone-template .mon-lr-score-report__score-card {
	display: grid;
	gap: 12px;
	padding: 0 12px 14px 14px;
	border-left: 0;
	border-bottom: 1px solid #8f7a5b;
	min-width: 0;
}

body.mon-lr-standalone-template .mon-lr-score-report__score-card--listening {
	grid-column: 1;
	grid-row: 1;
	padding-top: 0;
}

body.mon-lr-standalone-template .mon-lr-score-report__score-card--reading {
	grid-column: 1;
	grid-row: 2;
	padding-top: 12px;
}

body.mon-lr-standalone-template .mon-lr-score-report__score-heading {
	display: inline-flex;
	justify-self: center;
	justify-content: center;
	padding: 4px 12px;
	background: #bcc8e7;
	color: #21395f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 0;
}

body.mon-lr-standalone-template .mon-lr-score-report__score-body {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 24px;
}

body.mon-lr-standalone-template .mon-lr-score-report__score-caption {
	font-size: 16px;
	font-weight: 600;
	color: #3f3f3f;
}

body.mon-lr-standalone-template .mon-lr-score-report__score-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 4px solid #151515;
	border-radius: 999px;
	background: #ffffff;
	font-size: 18px;
	font-weight: 700;
	color: #323232;
	position: relative;
	z-index: 1;
}

body.mon-lr-standalone-template .mon-lr-score-report__scale {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) 28px;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	color: #575757;
}

body.mon-lr-standalone-template .mon-lr-score-report__scale-track {
	position: relative;
	height: 14px;
	margin-top: 6px;
	background: linear-gradient(90deg, #f0f0f0 0%, #c7c7c7 52%, #131313 100%);
	border: 1px solid #9b978f;
	border-radius: 0;
	overflow: visible;
}

body.mon-lr-standalone-template .mon-lr-score-report__scale-marker {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -100%);
	transition: left 0.22s ease;
	will-change: left;
	z-index: 2;
}

body.mon-lr-standalone-template .mon-lr-score-report__scale-marker::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #666666;
}

body.mon-lr-standalone-template .mon-lr-score-report__scale-marker::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #ffffff;
	z-index: 1;
}

body.mon-lr-standalone-template .mon-lr-score-report__total {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: grid;
	justify-items: center;
	align-content: start;
	gap: 28px;
	height: 100%;
	border-left: 1px solid #8f7a5b;
	padding-left: 14px;
	text-align: center;
}

body.mon-lr-standalone-template .mon-lr-score-report__total-label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 44px;
	width: 88px;
	padding: 4px 12px;
	background: #ef9642;
	color: #5a3814;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 1.1;
}

body.mon-lr-standalone-template .mon-lr-score-report__total-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border: 2px solid #666666;
	border-radius: 999px;
	background: #ffffff;
	font-size: 24px;
	font-weight: 800;
	color: #323232;
	margin-top: 10px;
}

body.mon-lr-standalone-template .mon-lr-score-report__analysis-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px;
	align-items: stretch;
	padding: 5px 0px 22px;
	background: transparent;
}

body.mon-lr-standalone-template .mon-lr-score-report__analysis {
	border: 1px solid #cbb086;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(72, 56, 31, 0.06);
	display: grid;
	grid-template-rows: auto auto auto;
	width: 100%;
	min-width: 0;
}

body.mon-lr-standalone-template .mon-lr-score-report__analysis-head {
	padding: 10px 18px;
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #324553;
	border-bottom: 1px solid #cbb086;
}

body.mon-lr-standalone-template .mon-lr-score-report__analysis--listening .mon-lr-score-report__analysis-head {
	background: linear-gradient(180deg, #b8c0d8 0%, #9fa9c7 100%);
}

body.mon-lr-standalone-template .mon-lr-score-report__analysis--reading .mon-lr-score-report__analysis-head {
	background: linear-gradient(180deg, #c8dcb9 0%, #b5ce9f 100%);
}

body.mon-lr-standalone-template .mon-lr-score-report__analysis-body {
	padding: 18px 20px 16px;
	min-height: 320px;
	font-size: 15px;
	color: #364856;
	line-height: 1.6;
}

body.mon-lr-standalone-template .mon-lr-score-report__analysis-summary {
	margin: 0 0 12px;
	font-size: 15px;
	color: #394d5d;
}

body.mon-lr-standalone-template .mon-lr-score-report__score-range {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 16px;
	margin: 0 0 14px;
	border-radius: 16px;
	border: 1px solid #d8deea;
	background: #f2f4f8;
}

body.mon-lr-standalone-template .mon-lr-score-report__score-range-label {
	font-size: 16px;
	font-weight: 700;
	color: #3e4f66;
}

body.mon-lr-standalone-template .mon-lr-score-report__score-range-value {
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	color: #1f2f4f;
}

body.mon-lr-standalone-template .mon-lr-score-report__strengths {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
	font-size: 14px;
	color: #435a6b;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-box {
	border-top: 1px solid #cbb086;
	background: #fcfcfa;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
	gap: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #324553;
	border-bottom: 1px solid #d8c2a0;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-head-label {
	display: flex;
	align-items: center;
	padding: 16px 18px;
	border-right: 1px solid rgba(70, 87, 122, 0.22);
	font-size: 14px;
	line-height: 1.2;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-head-scale {
	display: grid;
	gap: 6px;
	align-content: center;
	padding: 20px 14px 20px;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-head-title {
	display: block;
	text-align: center;
	line-height: 1.2;
	font-size: 12px;
	margin-bottom: 25px;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-head-guide {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) 40px;
	gap: 6px;
	align-items: center;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-head-track {
	position: relative;
	display: block;
	height: 14px;
	background: linear-gradient(90deg, #80889b 0%, #80889b 50%, #f6f8fb 50%, #f6f8fb 100%);
	border: 1px solid rgba(89, 97, 120, 0.42);
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-head-pointer {
	position: absolute;
	left: 50%;
	top: -12px;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 11px solid #5f6679;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-head-pointer::after {
	content: 'Your Percentage';
	position: absolute;
	left: 12px;
	top: -18px;
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
	color: #525252;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-head-pointer::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 10px;
	width: 46px;
	height: 1px;
	background: #6a7082;
}

body.mon-lr-standalone-template .mon-lr-score-report__analysis--listening .mon-lr-score-report__ability-head {
	background: linear-gradient(180deg, #c4d0e7 0%, #b3c0dc 100%);
}

body.mon-lr-standalone-template .mon-lr-score-report__analysis--reading .mon-lr-score-report__ability-head {
	background: linear-gradient(180deg, #d5e6cb 0%, #c2d9b5 100%);
}

body.mon-lr-standalone-template .mon-lr-score-report__analysis--reading .mon-lr-score-report__ability-head-label {
	border-right-color: rgba(86, 110, 74, 0.2);
}

body.mon-lr-standalone-template .mon-lr-score-report__abilities {
	display: grid;
	gap: 0;
	padding: 0;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	gap: 16px;
	padding: 12px 16px;
	border-bottom: 1px solid #ece1cf;
	align-items: center;
	min-width: 0;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-row:last-child {
	border-bottom: 0;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-label {
	font-size: 14px;
	line-height: 1.45;
	color: #435564;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-meter {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 44px;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #576371;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-value,
body.mon-lr-standalone-template .mon-lr-score-report__ability-percent {
	font-weight: 800;
	font-size: 13px;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-track {
	height: 12px;
	background: #ececec;
	border-radius: 999px;
	overflow: hidden;
	position: relative;
}

body.mon-lr-standalone-template .mon-lr-score-report__ability-fill {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #d1d1d1 0%, #8e8e8e 100%);
	border-radius: 999px;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-result {
	margin: 0;
	border: 1px solid #d7dde8;
	background: #ffffff;
	padding: 16px;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-result-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-result-tip {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	font-style: italic;
	color: #2c689f;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-result-legend {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

body.mon-lr-standalone-template .mon-lr-score-report__legend-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border-radius: 12px;
	border: 1px solid #dadde2;
	font-size: 16px;
	font-weight: 700;
	background: #f5f6f8;
	color: #666;
}

body.mon-lr-standalone-template .mon-lr-score-report__legend-item.is-correct {
	background: #e9f6e8;
	color: #4d9145;
	border-color: #98c990;
}

body.mon-lr-standalone-template .mon-lr-score-report__legend-item.is-incorrect {
	background: #fff4f3;
	color: #ec2d1c;
	border-color: #ff8f84;
}

body.mon-lr-standalone-template .mon-lr-score-report__legend-item.is-unanswered {
	background: #f3f4f7;
	color: #666;
	border-color: #d9dce1;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-result-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 16px;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-column {
	border: 1px solid #dde3ee;
	background: #fff;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-column-head {
	padding: 12px 16px;
	font-size: 24px;
	font-weight: 800;
	color: #183253;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-column--listening .mon-lr-score-report__question-column-head {
	background: #e8eef8;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-column--reading .mon-lr-score-report__question-column-head {
	background: #edf4e7;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-column-body {
	padding: 14px 16px 16px;
	display: grid;
	gap: 16px;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-part h4 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #19395d;
}

body.mon-lr-standalone-template .mon-lr-score-report__part-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 12px;
}

body.mon-lr-standalone-template .mon-lr-score-report__part-stat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid #d9dce1;
	background: #f5f6f8;
	font-size: 13px;
	font-weight: 700;
	color: #5f6770;
}

body.mon-lr-standalone-template .mon-lr-score-report__part-stat strong {
	font-size: 14px;
	font-weight: 800;
}

body.mon-lr-standalone-template .mon-lr-score-report__part-stat.is-correct {
	background: #e9f6e8;
	border-color: #98c990;
	color: #4d9145;
}

body.mon-lr-standalone-template .mon-lr-score-report__part-stat.is-incorrect {
	background: #fff4f3;
	border-color: #ff8f84;
	color: #ec2d1c;
}

body.mon-lr-standalone-template .mon-lr-score-report__part-stat.is-unanswered {
	background: #f3f4f7;
	border-color: #d9dce1;
	color: #666;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-cells {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 8px;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-cell {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	border-radius: 12px;
	border: 1px solid #d9dce1;
	background: #f3f4f6;
	font-size: 14px;
	font-weight: 700;
	color: #666;
	cursor: pointer;
	text-decoration: none;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-cell:disabled {
	opacity: 1;
	cursor: default;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-cell.is-correct {
	background: #e9f5e7;
	border-color: #96c88e;
	color: #4f8e48;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-cell.is-incorrect {
	background: #fff6f5;
	border-color: #ff8d82;
	color: #ec2e1d;
}

body.mon-lr-standalone-template .mon-lr-score-report__question-cell.is-unanswered {
	background: #f3f4f6;
	border-color: #d9dce1;
	color: #666;
}

body.mon-lr-standalone-template .mon-lr-score-report__footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	padding: 18px 24px 24px;
	border-top: 1px solid #d7b275;
	background: transparent;
	font-size: 15px;
	color: #465868;
}

body.mon-lr-standalone-template .mon-lr-score-report__band {
	max-width: 720px;
}

body.mon-lr-standalone-template .mon-lr-score-report__band strong {
	display: block;
	font-size: 22px;
	color: #273a4c;
	margin-bottom: 6px;
}

body.mon-lr-standalone-template .mon-lr-score-report__band p,
body.mon-lr-standalone-template .mon-lr-score-report__status {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
}

body.mon-lr-standalone-template .mon-lr-score-report__status {
	max-width: 320px;
	text-align: right;
	color: #6a5b4b;
}

@media (max-width: 1180px) {
	body.mon-lr-standalone-template .mon-lr-score-report__hero {
		grid-template-columns: 1fr;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__identity {
		padding-right: 0;
		padding-bottom: 20px;
		border-right: 0;
		border-bottom: 1px solid #c5a06c;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__scores {
		padding-left: 0;
		padding-top: 20px;
		grid-template-columns: minmax(0, 1fr) 112px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__total {
		border-left: 0;
		border-top: 1px solid #c5a06c;
		padding-left: 0;
		padding-top: 18px;
	}
}

@media (max-width: 980px) {
	body.mon-lr-standalone-template .mon-lr-score-report__masthead,
	body.mon-lr-standalone-template .mon-lr-score-report__analysis-grid,
	body.mon-lr-standalone-template .mon-lr-score-report__footer {
		padding-left: 16px;
		padding-right: 16px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__analysis-grid {
		grid-template-columns: 1fr;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__analysis-body {
		min-height: auto;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__question-result-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	body.mon-lr-standalone-template .mon-lr-score-report__masthead {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 12px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__brand {
		justify-content: center;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__title-arc {
		padding: 14px 18px;
		border-radius: 28px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__title-arc span {
		font-size: 13px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__title-arc strong {
		font-size: 22px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__hero {
		padding: 14px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__identity {
		grid-template-columns: 1fr;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__photo-wrap {
		justify-content: flex-start;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__fields,
	body.mon-lr-standalone-template .mon-lr-score-report__scores,
	body.mon-lr-standalone-template .mon-lr-score-report__ability-head,
	body.mon-lr-standalone-template .mon-lr-score-report__ability-row {
		grid-template-columns: 1fr;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__field-value {
		font-size: 15px;
		white-space: normal;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__scores {
		grid-template-columns: 1fr;
		gap: 0;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__score-card,
	body.mon-lr-standalone-template .mon-lr-score-report__score-card--reading {
		padding-left: 0;
		padding-right: 0;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__score-body {
		justify-content: flex-start;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__total {
		grid-column: 1;
		grid-row: auto;
		justify-items: flex-start;
		text-align: left;
		gap: 16px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__ability-box {
		overflow-x: auto;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__ability-meter {
		grid-template-columns: 34px minmax(120px, 1fr) 44px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__ability-head-pointer::after {
		display: none;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__question-result {
		margin-left: 0;
		margin-right: 0;
		padding: 12px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__question-result-head {
		align-items: flex-start;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__question-result-tip {
		font-size: 16px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__score-range {
		padding: 9px 12px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__score-range-label {
		font-size: 14px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__score-range-value {
		font-size: 20px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__question-column-head {
		font-size: 20px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__question-cells {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.mon-lr-standalone-template .mon-lr-score-report__part-stats {
		gap: 6px;
		margin-bottom: 10px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__part-stat {
		padding: 5px 8px;
		font-size: 12px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__question-cell {
		height: 48px;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__footer {
		flex-direction: column;
	}

	body.mon-lr-standalone-template .mon-lr-score-report__status {
		max-width: none;
		text-align: left;
	}
}

.mon-lr-fulltest-card {
	background: #ffffff;
	border: 2px solid #f3ab4f;
	border-radius: 28px;
	box-shadow: 0 16px 32px rgba(38, 56, 78, 0.12);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.mon-lr-fulltest-cover-link {
	display: block;
	text-decoration: none;
}

.mon-lr-fulltest-cover {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.mon-lr-fulltest-cover--placeholder {
	background:
		linear-gradient(140deg, rgba(255, 174, 87, 0.22), rgba(20, 132, 231, 0.22)),
		repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0.45) 10px, rgba(236, 244, 255, 0.65) 10px, rgba(236, 244, 255, 0.65) 20px);
}

.mon-lr-fulltest-body {
	padding: 22px 24px 26px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: center;
	flex: 1;
}

.mon-lr-fulltest-title {
	margin: 0;
	font-size: clamp(24px, 2.2vw, 20px);
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1.1;
	color: #26324b;
}

.mon-lr-fulltest-meta {
	margin: 0;
	display: grid;
	gap: 6px;
	color: #5f6673;
	font-size: 15px;
	line-height: 1.35;
}

.mon-lr-fulltest-meta-line {
	display: block;
}

.mon-lr-fulltest-button {
	margin: 10px auto 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	min-width: 220px;
	padding: 0 28px;
	background: linear-gradient(135deg, #2ea7f6 0%, #0e73dc 100%);
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 999px;
	box-shadow: 0 14px 24px rgba(20, 107, 196, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mon-lr-fulltest-button:hover,
.mon-lr-fulltest-button:focus {
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(20, 107, 196, 0.4);
	color: #ffffff;
}

.mon-lr-fulltest-empty {
	padding: 14px 16px;
	border-radius: 10px;
	background: #fff6e7;
	border: 1px solid #ffd79d;
	color: #66431d;
}

body.mon-lr-auth-modal-open {
	overflow: hidden;
}

.mon-lr-auth-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(14, 29, 45, 0.52);
	backdrop-filter: blur(6px);
	z-index: 10000;
}

.mon-lr-auth-modal[hidden] {
	display: none !important;
}

.mon-lr-auth-modal__dialog {
	position: relative;
	width: min(100%, 460px);
	padding: 28px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(255, 178, 87, 0.18), transparent 36%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 24px 50px rgba(17, 39, 62, 0.22);
	border: 1px solid rgba(209, 222, 236, 0.95);
	color: #18324d;
	text-align: left;
}

.mon-lr-auth-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: #edf4fb;
	color: #335778;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.mon-lr-auth-modal__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	background: #e9f3ff;
	color: #165ea4;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mon-lr-auth-modal__title {
	margin: 18px 0 10px;
	font-size: clamp(1.6rem, 2.2vw, 2rem);
	line-height: 1.15;
	color: #173654;
}

.mon-lr-auth-modal__message {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: #4c647d;
}

.mon-lr-auth-modal__actions {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.mon-lr-auth-modal__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 18px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mon-lr-auth-modal__button:hover,
.mon-lr-auth-modal__button:focus {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(16, 50, 86, 0.14);
}

.mon-lr-auth-modal__button--primary {
	background: linear-gradient(135deg, #2ea7f6 0%, #0e73dc 100%);
	color: #ffffff;
}

.mon-lr-auth-modal__button--secondary {
	background: #fff3e5;
	border: 1px solid #f3c487;
	color: #8a4f12;
}

.mon-lr-choice-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(14, 29, 45, 0.52);
	backdrop-filter: blur(6px);
	z-index: 10001;
}

.mon-lr-choice-modal[hidden] {
	display: none !important;
}

.mon-lr-choice-modal__dialog {
	position: relative;
	width: min(100%, 520px);
	padding: 28px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(255, 178, 87, 0.18), transparent 36%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 24px 50px rgba(17, 39, 62, 0.22);
	border: 1px solid rgba(209, 222, 236, 0.95);
	color: #18324d;
	text-align: left;
}

.mon-lr-choice-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: #edf4fb;
	color: #335778;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.mon-lr-choice-modal__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	background: #e9f3ff;
	color: #165ea4;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mon-lr-choice-modal__title {
	margin: 18px 0 10px;
	font-size: clamp(1.6rem, 2.2vw, 2rem);
	line-height: 1.15;
	color: #173654;
}

.mon-lr-choice-modal__message {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: #4c647d;
}

.mon-lr-choice-modal__actions {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.mon-lr-choice-modal__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 18px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
	border: 0;
}

.mon-lr-choice-modal__button:hover,
.mon-lr-choice-modal__button:focus {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(16, 50, 86, 0.14);
}

.mon-lr-choice-modal__button--primary {
	background: linear-gradient(135deg, #2ea7f6 0%, #0e73dc 100%);
	color: #ffffff;
}

.mon-lr-choice-modal__button--secondary {
	background: #fff3e5;
	border: 1px solid #f3c487;
	color: #8a4f12;
}

.mon-lr-processing-overlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(14, 29, 45, 0.54);
	backdrop-filter: blur(6px);
	z-index: 10002;
}

.mon-lr-processing-overlay[hidden] {
	display: none !important;
}

.mon-lr-processing-overlay__dialog {
	width: min(100%, 640px);
	padding: 32px 34px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top center, rgba(255, 160, 160, 0.2), transparent 42%),
		linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border: 1px solid rgba(219, 229, 240, 0.95);
	box-shadow: 0 24px 54px rgba(15, 38, 63, 0.26);
	text-align: center;
}

.mon-lr-processing-overlay__percent {
	margin: 0;
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1.1;
	font-weight: 800;
	color: #d42f2f;
	letter-spacing: -0.02em;
}

.mon-lr-processing-overlay__track {
	margin: 20px auto 0;
	width: 100%;
	max-width: 420px;
	height: 22px;
	border-radius: 999px;
	background: #f4dada;
	overflow: hidden;
}

.mon-lr-processing-overlay__fill {
	display: block;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #e73a3a 0%, #d01f1f 100%);
	transition: width 0.45s ease;
}

.mon-lr-processing-overlay__message {
	margin: 24px 0 0;
	font-size: clamp(1.1rem, 2vw, 1.55rem);
	line-height: 1.55;
	font-weight: 500;
	color: #42566c;
}

.mon-lr-fulltest-cols-1 {
	grid-template-columns: 1fr;
}

.mon-lr-fulltest-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1024px) {
	.mon-lr-fulltest-grid,
	.mon-lr-fulltest-cols-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mon-lr-fulltest-title {
		font-size: clamp(24px, 2.8vw, 34px);
	}

	.mon-lr-fulltest-meta {
		font-size: 20px;
	}

	.mon-lr-fulltest-button {
		font-size: 32px;
	}
}

@media (max-width: 640px) {
	.mon-lr-fulltest-grid,
	.mon-lr-fulltest-cols-2,
	.mon-lr-fulltest-cols-3 {
		grid-template-columns: 1fr;
	}

	.mon-lr-fulltest-button {
		min-width: 190px;
		font-size: 28px;
	}

	.mon-lr-fulltest-meta {
		font-size: 18px;
	}

	.mon-lr-auth-modal {
		padding: 14px;
	}

	.mon-lr-auth-modal__dialog {
		padding: 24px 18px 18px;
	}

	.mon-lr-auth-modal__actions {
		grid-template-columns: 1fr;
	}

	.mon-lr-choice-modal {
		padding: 14px;
	}

	.mon-lr-choice-modal__dialog {
		padding: 24px 18px 18px;
	}

	.mon-lr-choice-modal__actions {
		grid-template-columns: 1fr;
	}

	.mon-lr-processing-overlay {
		padding: 14px;
	}

	.mon-lr-processing-overlay__dialog {
		padding: 24px 18px 20px;
		border-radius: 18px;
	}

	.mon-lr-processing-overlay__track {
		height: 18px;
	}
}

body.mon-lr-standalone-template,
body.mon-lr-standalone-template * {
	box-sizing: border-box;
}

body.mon-lr-standalone-template {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(116, 174, 241, 0.16), transparent 28%),
		linear-gradient(180deg, #f7fbff 0%, #eef3f8 46%, #e9eff6 100%);
	font-family: "Manrope", "Aptos", "Segoe UI", sans-serif;
	color: #15324c;
	line-height: 1.55;
}

body.mon-lr-standalone-template #wpadminbar {
	display: none !important;
}

body.mon-lr-standalone-template .mon-lr-standalone-wrap {
	min-height: 100vh;
}

body.mon-lr-standalone-template .mon-lr-fulltest-detail {
	max-width: 100%;
	margin: 0;
	border: 0;
	background: transparent;
	color: #15324c;
}

body.mon-lr-standalone-template .mon-lr-test-header {
	display: grid;
	grid-template-columns: minmax(140px, 190px) minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 16px 28px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(181, 199, 219, 0.7);
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 0 12px 36px rgba(22, 50, 76, 0.08);
}

body.mon-lr-standalone-template .mon-lr-fulltest-detail.mon-lr-fulltest-detail-result .mon-lr-test-header {
	display: none !important;
}

body.mon-lr-standalone-template .mon-lr-test-logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

body.mon-lr-standalone-template .mon-lr-test-logo {
	height: 50px;
	width: auto;
	max-width: 170px;
	object-fit: contain;
}

body.mon-lr-standalone-template .mon-lr-test-header-center {
	text-align: center;
}

body.mon-lr-standalone-template .mon-lr-test-header-kicker {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #6d87a2;
}

body.mon-lr-standalone-template .mon-lr-test-header-title {
	margin: 0;
	font-size: clamp(1.55rem, 1.75vw, 1.2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
	color: #213245;
}

body.mon-lr-standalone-template .mon-lr-test-header-right {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
}

body.mon-lr-standalone-template .mon-lr-test-user-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 18px;
	border: 1px solid #c8d8ea;
	background: linear-gradient(180deg, #ffffff 0%, #edf5fd 100%);
	color: #1f5e97;
	box-shadow: 0 10px 24px rgba(26, 67, 108, 0.08);
	flex: 0 0 52px;
}

body.mon-lr-standalone-template .mon-lr-test-header-tools {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	position: relative;
}

body.mon-lr-standalone-template .mon-lr-test-header-tools[hidden],
body.mon-lr-standalone-template .mon-lr-test-user-badge[hidden] {
	display: none !important;
}

body.mon-lr-standalone-template .mon-lr-test-volume-toggle,
body.mon-lr-standalone-template .mon-lr-test-header-chip,
body.mon-lr-standalone-template .mon-lr-test-submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 52px !important;
	padding: 0 18px !important;
	border-radius: 16px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(26, 67, 108, 0.08) !important;
	outline: none !important;
	background-image: none !important;
	appearance: none !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

body.mon-lr-standalone-template .mon-lr-test-volume-toggle:hover,
body.mon-lr-standalone-template .mon-lr-test-header-chip:hover,
body.mon-lr-standalone-template .mon-lr-test-submit:hover:not([disabled]) {
	transform: translateY(-1px);
}

body.mon-lr-standalone-template .mon-lr-test-volume-toggle {
	width: 52px !important;
	min-width: 52px !important;
	padding: 0 !important;
	border: 1px solid #c8d8ea !important;
	background: linear-gradient(180deg, #ffffff 0%, #edf5fd 100%) !important;
	color: #1f5e97 !important;
	cursor: pointer !important;
}

body.mon-lr-standalone-template .mon-lr-test-header-chip {
	gap: 10px !important;
	min-width: 126px !important;
	border: 1px solid #b9cee4 !important;
	background: linear-gradient(180deg, #ffffff 0%, #f3f8fe 100%) !important;
	color: #244766 !important;
	text-transform: none !important;
}

body.mon-lr-standalone-template .mon-lr-test-chip-progress {
	cursor: pointer !important;
}

body.mon-lr-standalone-template .mon-lr-test-submit {
	min-width: 116px !important;
	border: 1px solid #d3dbe5 !important;
	background: linear-gradient(180deg, #ffffff 0%, #f0f2f5 100%) !important;
	color: #394b5d !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
}

body.mon-lr-standalone-template .mon-lr-test-submit[disabled] {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
	box-shadow: none !important;
}

body.mon-lr-standalone-template .mon-lr-test-volume-pop {
	position: absolute;
	right: 252px;
	top: calc(100% + 14px);
	width: 248px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #d5e1ef;
	border-radius: 16px;
	box-shadow: 0 18px 38px rgba(16, 38, 62, 0.16);
	z-index: 12;
}

body.mon-lr-standalone-template .mon-lr-test-volume-pop[hidden],
body.mon-lr-standalone-template .mon-lr-test-run[hidden],
body.mon-lr-standalone-template .mon-lr-test-result[hidden],
body.mon-lr-standalone-template .mon-lr-question-palette[hidden] {
	display: none !important;
}

body.mon-lr-standalone-template .mon-lr-question-palette {
	position: fixed;
	right: 14px;
	bottom: 12px;
	z-index: 1001;
	width: min(360px, calc(100vw - 18px));
	pointer-events: none;
}

body.mon-lr-standalone-template .mon-lr-question-palette__panel {
	pointer-events: auto;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #dce6f0;
	border-radius: 18px;
	box-shadow: 0 18px 34px rgba(12, 35, 59, 0.16);
	overflow: hidden;
	max-height: min(58vh, 500px);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
}

body.mon-lr-standalone-template .mon-lr-question-palette__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px 8px;
	border-bottom: 1px solid #e4edf6;
	background: linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
}

body.mon-lr-standalone-template .mon-lr-question-palette__eyebrow {
	margin: 0 0 4px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6c87a3;
}

body.mon-lr-standalone-template .mon-lr-question-palette__head h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.15;
	color: #173654;
}

body.mon-lr-standalone-template .mon-lr-question-palette__close {
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 999px;
	background: #edf4fb;
	color: #335778;
	font-size: 19px;
	line-height: 1;
	cursor: pointer;
	flex: 0 0 30px;
}

body.mon-lr-standalone-template .mon-lr-question-palette__body {
	padding: 10px 12px;
	overflow: auto;
	display: grid;
	gap: 10px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	scrollbar-width: thin;
	scrollbar-color: #c3d3e4 transparent;
}

body.mon-lr-standalone-template .mon-lr-question-palette__body::-webkit-scrollbar {
	width: 8px;
}

body.mon-lr-standalone-template .mon-lr-question-palette__body::-webkit-scrollbar-thumb {
	background: #c3d3e4;
	border-radius: 999px;
}

body.mon-lr-standalone-template .mon-lr-question-palette__body::-webkit-scrollbar-track {
	background: transparent;
}

body.mon-lr-standalone-template .mon-lr-question-palette__section {
	border: 0;
	border-radius: 0;
	overflow: visible;
	background: transparent;
}

body.mon-lr-standalone-template .mon-lr-question-palette__section-head {
	padding: 10px 14px;
	font-size: 15px;
	font-weight: 800;
	color: #ffffff;
	border-radius: 12px 12px 0 0;
}

body.mon-lr-standalone-template .mon-lr-question-palette__section-listening .mon-lr-question-palette__section-head {
	background: linear-gradient(180deg, #2157a3 0%, #1a4b8f 100%);
}

body.mon-lr-standalone-template .mon-lr-question-palette__section-reading .mon-lr-question-palette__section-head {
	background: linear-gradient(180deg, #e89d43 0%, #d7831d 100%);
}

body.mon-lr-standalone-template .mon-lr-question-palette__part {
	padding: 10px 0 10px 8px;
	border-top: 0;
}

body.mon-lr-standalone-template .mon-lr-question-palette__part-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

body.mon-lr-standalone-template .mon-lr-question-palette__part-head h4 {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	color: #243c55;
}

body.mon-lr-standalone-template .mon-lr-question-palette__part-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #c9d4df;
	flex: 0 0 8px;
}

body.mon-lr-standalone-template .mon-lr-question-palette__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(26px, 1fr));
	gap: 4px;
}

body.mon-lr-standalone-template .mon-lr-question-palette__item {
	min-height: 26px;
	border-radius: 8px;
	border: 1px solid #d5dfeb;
	background: #ffffff;
	color: #44617d;
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

body.mon-lr-standalone-template .mon-lr-question-palette__item:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 18px rgba(25, 60, 99, 0.08);
}

body.mon-lr-standalone-template .mon-lr-question-palette__item:disabled {
	cursor: not-allowed;
	opacity: 0.6;
	transform: none;
	box-shadow: none;
}

body.mon-lr-standalone-template .mon-lr-question-palette__item.is-answered {
	border-color: #72b65e;
	background: linear-gradient(180deg, #8dd170 0%, #64b34a 100%);
	color: #ffffff;
}

body.mon-lr-standalone-template .mon-lr-question-palette__item.is-unanswered {
	border-color: #d6dee7;
	background: #ffffff;
	color: #637b92;
}

body.mon-lr-standalone-template .mon-lr-question-palette__item.is-current {
	border-color: #165ea4;
	box-shadow: 0 0 0 2px rgba(22, 94, 164, 0.18);
}

body.mon-lr-standalone-template .mon-lr-question-palette__footer {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	padding: 10px 12px 12px;
	border-top: 1px solid #e4edf6;
	background: linear-gradient(180deg, #fcfdff 0%, #f7faff 100%);
}

body.mon-lr-standalone-template .mon-lr-question-palette__filter {
	min-height: 32px;
	padding: 0 10px;
	border-radius: 10px;
	border: 1px solid #d4dfeb;
	background: #ffffff;
	color: #5d7187;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

body.mon-lr-standalone-template .mon-lr-question-palette__filter.is-active {
	border-color: #1c5ea0;
	background: linear-gradient(180deg, #2a72bd 0%, #195c9b 100%);
	color: #ffffff;
	box-shadow: 0 14px 24px rgba(25, 92, 155, 0.18);
}

body.mon-lr-standalone-template .mon-lr-question-palette__empty {
	padding: 18px;
	border: 1px dashed #d4dfeb;
	border-radius: 14px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: #61788f;
}

body.mon-lr-standalone-template .mon-lr-test-volume-pop label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #59738d;
}

body.mon-lr-standalone-template .mon-lr-test-volume-pop input[type="range"] {
	width: 100%;
	margin: 0;
}

body.mon-lr-standalone-template .mon-lr-tool-icon {
	width: 22px;
	height: 22px;
	fill: currentColor;
	flex: 0 0 22px;
}

body.mon-lr-standalone-template .mon-lr-test-main {
	padding: 34px 28px 42px;
	min-height: calc(100vh - 92px);
}

body.mon-lr-standalone-template .mon-lr-fulltest-detail.mon-lr-fulltest-detail-result .mon-lr-test-main {
	padding-top: 14px;
	min-height: auto;
}

body.mon-lr-standalone-template .mon-lr-fulltest-detail.mon-lr-fulltest-detail-result .mon-lr-test-result {
	max-width: 1280px;
	margin: 0 auto;
}

body.mon-lr-standalone-template .mon-lr-test-step {
	display: none;
}

body.mon-lr-standalone-template .mon-lr-test-step.mon-lr-step-active {
	display: block;
}

body.mon-lr-standalone-template .mon-lr-step-card {
	max-width: 1160px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #d9e4ef;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 22px 48px rgba(18, 46, 74, 0.08);
}

body.mon-lr-standalone-template .mon-lr-step-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 44px;
	background: linear-gradient(180deg, #ecf5ff 0%, #e3eefb 100%);
	border-bottom: 1px solid #d7e3f0;
}

body.mon-lr-standalone-template .mon-lr-step-eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #6d8ba7;
}

body.mon-lr-standalone-template .mon-lr-step-head h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 1rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #132f4f;
}

body.mon-lr-standalone-template .mon-lr-step-figure {
	width: 168px;
	height: 120px;
	flex: 0 0 168px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

body.mon-lr-standalone-template .mon-lr-step-figure svg {
	width: 100%;
	height: 100%;
	display: block;
}

body.mon-lr-standalone-template .mon-lr-step-body {
	padding: 38px 44px 22px;
	font-size: 18px;
	line-height: 1.8;
	color: #254663;
}

body.mon-lr-standalone-template .mon-lr-step-panel {
	padding: 22px 26px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid #edf3f9;
	border-radius: 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.mon-lr-standalone-template .mon-lr-step-body ol {
	margin: 0;
	padding: 0;
	padding-left: 24px;
}

body.mon-lr-standalone-template .mon-lr-step-body li {
	margin-bottom: 12px;
	font-weight: 600;
	color: #173756;
}

body.mon-lr-standalone-template .mon-lr-step-check {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #213a53;
}

body.mon-lr-standalone-template .mon-lr-step-check input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
}

body.mon-lr-standalone-template .mon-lr-step-actions {
	padding: 8px 44px 38px;
	display: flex;
	justify-content: center;
	gap: 14px;
}

body.mon-lr-standalone-template .mon-lr-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 132px !important;
	height: 48px !important;
	padding: 0 22px !important;
	border-radius: 14px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: none !important;
	text-decoration: none !important;
	cursor: pointer !important;
	box-shadow: 0 12px 26px rgba(19, 63, 105, 0.10) !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	appearance: none !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body.mon-lr-standalone-template .mon-lr-btn:hover:not([disabled]) {
	transform: translateY(-1px);
}

body.mon-lr-standalone-template .mon-lr-btn-ghost {
	border-color: #1f63a4 !important;
	color: #1f63a4 !important;
	background: #ffffff !important;
}

body.mon-lr-standalone-template .mon-lr-btn-primary {
	border-color: #165ea4 !important;
	background: linear-gradient(180deg, #2b77c3 0%, #165ea4 100%) !important;
	color: #ffffff !important;
}

body.mon-lr-standalone-template .mon-lr-btn-start {
	border-color: #ef8d2f !important;
	background: linear-gradient(180deg, #f6a13f 0%, #ea7f1d 100%) !important;
	color: #ffffff !important;
}

body.mon-lr-standalone-template .mon-lr-btn[disabled] {
	opacity: 0.45 !important;
	cursor: not-allowed !important;
	box-shadow: none !important;
}

body.mon-lr-standalone-template .mon-lr-structure-title {
	margin: 0 0 22px;
	font-size: clamp(1.8rem, 2.5vw, 2.6rem);
	text-align: center;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #132f4f;
}

body.mon-lr-standalone-template .mon-lr-structure-block {
	border: 1px solid #d8e4ef;
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 18px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(26, 67, 108, 0.05);
}

body.mon-lr-standalone-template .mon-lr-structure-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 22px;
	font-size: 20px;
	font-weight: 800;
	background: linear-gradient(180deg, #eaf3fd 0%, #deebf8 100%);
	color: #163655;
}

body.mon-lr-standalone-template .mon-lr-structure-head-listening {
	background: linear-gradient(180deg, #e8f3ff 0%, #dcecff 100%);
	color: #173e64;
}

body.mon-lr-standalone-template .mon-lr-structure-head-reading {
	background: linear-gradient(180deg, #fff1e2 0%, #ffe5c8 100%);
	color: #72431c;
}

body.mon-lr-standalone-template .mon-lr-structure-title-wrap {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

body.mon-lr-standalone-template .mon-lr-structure-icon {
	width: 26px;
	height: 26px;
	fill: currentColor;
	flex: 0 0 26px;
}

body.mon-lr-standalone-template .mon-lr-structure-block-listening {
	border-color: #d4e6f8;
}

body.mon-lr-standalone-template .mon-lr-structure-block-reading {
	border-color: #f2ddc7;
}

body.mon-lr-standalone-template .mon-lr-structure-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
}

body.mon-lr-standalone-template .mon-lr-structure-table td {
	padding: 12px 22px;
	border-top: 1px solid #e7eef6;
	font-weight: 600;
}

body.mon-lr-standalone-template .mon-lr-structure-table td:first-child {
	width: 84px;
}

body.mon-lr-standalone-template .mon-lr-structure-index {
	font-weight: 800;
	color: #355877;
}

body.mon-lr-standalone-template .mon-lr-structure-table td:last-child {
	text-align: right;
}

body.mon-lr-standalone-template .mon-lr-structure-total td {
	font-weight: 800;
	background: #f4f8fc;
}

body.mon-lr-standalone-template .mon-lr-structure-block-reading .mon-lr-structure-table td {
	border-top-color: #f5e8da;
}

body.mon-lr-standalone-template .mon-lr-structure-block-reading .mon-lr-structure-total td {
	background: #fff7ef;
}

body.mon-lr-standalone-template .mon-lr-test-run {
	max-width: 1490px;
	margin: 0 auto;
	display: grid;
	gap: 18px;
}

body.mon-lr-standalone-template .mon-lr-run-intro[hidden],
body.mon-lr-standalone-template .mon-lr-js-run-layout[hidden],
body.mon-lr-standalone-template .mon-lr-run-actions[hidden] {
	display: none !important;
}

body.mon-lr-standalone-template .mon-lr-run-part {
	padding: 24px 28px;
	border: 1px solid #d7e2ee;
	border-radius: 18px;
	background: linear-gradient(180deg, #ecf5ff 0%, #e6f0fb 100%);
	box-shadow: 0 14px 30px rgba(18, 46, 74, 0.06);
}

body.mon-lr-standalone-template .mon-lr-run-part-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: #6c8197;
}

body.mon-lr-standalone-template .mon-lr-run-part h2 {
	margin: 8px 0 6px;
	font-size: 34px;
	letter-spacing: -0.03em;
	color: #153a60;
}

body.mon-lr-standalone-template .mon-lr-run-part p {
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	color: #2a4c6f;
}

body.mon-lr-standalone-template .mon-lr-run-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 22px;
	align-items: stretch;
}

body.mon-lr-standalone-template .mon-lr-run-column {
	min-width: 0;
	display: flex;
}

body.mon-lr-standalone-template .mon-lr-run-card {
	flex: 1 1 0%;
	width: 100%;
	min-width: 0;
	height: 100%;
	background: #fff;
	border: 1px solid #dbe4ef;
	border-radius: 20px;
	padding: 22px;
	min-height: 520px;
	max-height: calc(100vh - 260px);
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: #bfd1e2 transparent;
	box-shadow: 0 18px 34px rgba(18, 46, 74, 0.05);
}

body.mon-lr-standalone-template .mon-lr-run-card::-webkit-scrollbar {
	width: 8px;
}

body.mon-lr-standalone-template .mon-lr-run-card::-webkit-scrollbar-thumb {
	background: #bfd1e2;
	border-radius: 999px;
}

body.mon-lr-standalone-template .mon-lr-run-card::-webkit-scrollbar-track {
	background: transparent;
}

body.mon-lr-standalone-template .mon-lr-js-shared-content {
	margin-bottom: 18px;
}

body.mon-lr-standalone-template .mon-lr-js-question-guidance {
	margin-bottom: 18px;
}

body.mon-lr-standalone-template .mon-lr-question-guidance {
	padding: 16px 18px;
	border: 1px solid #d7e5f3;
	border-radius: 16px;
	background: linear-gradient(180deg, #f7fbff 0%, #f2f7fc 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.mon-lr-standalone-template .mon-lr-question-guidance__part {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #163758;
}

body.mon-lr-standalone-template .mon-lr-question-guidance__label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #6a87a4;
}

body.mon-lr-standalone-template .mon-lr-question-guidance p {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	color: #21415f;
}

body.mon-lr-standalone-template .mon-lr-js-question-prompt {
	margin-bottom: 18px;
}

body.mon-lr-standalone-template .mon-lr-question-main {
	padding: 2px 2px 0;
}

body.mon-lr-standalone-template .mon-lr-question-shared {
	padding: 20px;
	margin-bottom: 16px;
	background: linear-gradient(180deg, #f8fbff 0%, #f2f7fc 100%);
	border: 1px solid #dce6f1;
	border-radius: 16px;
	line-height: 1.7;
	color: #24425f;
	overflow-x: auto;
}

body.mon-lr-standalone-template .mon-lr-question-shared p,
body.mon-lr-standalone-template .mon-lr-question-shared ul,
body.mon-lr-standalone-template .mon-lr-question-shared ol,
body.mon-lr-standalone-template .mon-lr-question-shared table,
body.mon-lr-standalone-template .mon-lr-question-shared blockquote {
	margin: 0 0 16px;
}

body.mon-lr-standalone-template .mon-lr-question-shared p:last-child,
body.mon-lr-standalone-template .mon-lr-question-shared ul:last-child,
body.mon-lr-standalone-template .mon-lr-question-shared ol:last-child,
body.mon-lr-standalone-template .mon-lr-question-shared table:last-child,
body.mon-lr-standalone-template .mon-lr-question-shared blockquote:last-child {
	margin-bottom: 0;
}

body.mon-lr-standalone-template .mon-lr-question-shared ul,
body.mon-lr-standalone-template .mon-lr-question-shared ol {
	padding-left: 24px;
}

body.mon-lr-standalone-template .mon-lr-question-shared li + li {
	margin-top: 6px;
}

body.mon-lr-standalone-template .mon-lr-question-shared table {
	width: 100%;
	border-collapse: collapse;
	min-width: 560px;
	background: #ffffff;
}

body.mon-lr-standalone-template .mon-lr-question-shared th,
body.mon-lr-standalone-template .mon-lr-question-shared td {
	padding: 10px 12px;
	border: 1px solid #b8cce0;
	vertical-align: top;
}

body.mon-lr-standalone-template .mon-lr-question-shared th {
	background: #edf5fd;
	font-weight: 800;
}

body.mon-lr-standalone-template .mon-lr-question-shared img,
body.mon-lr-standalone-template .mon-lr-question-main img,
body.mon-lr-standalone-template .mon-lr-js-question-media img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 14px 0;
	border-radius: 14px;
}

body.mon-lr-standalone-template .mon-lr-question-main h3 {
	margin: 0 0 16px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: -0.02em;
	color: #163758;
}

body.mon-lr-standalone-template .mon-lr-js-question-media {
	min-height: 120px;
	overflow: hidden;
}

body.mon-lr-standalone-template .mon-lr-question-audio {
	margin: 18px 0 22px;
	padding: 14px 16px;
	border: 1px solid #dae6f2;
	border-radius: 16px;
	background: #f7fbff;
}

body.mon-lr-standalone-template .mon-lr-question-audio audio {
	width: 100%;
}

body.mon-lr-standalone-template .mon-lr-question-audio[hidden],
body.mon-lr-standalone-template .mon-lr-js-runtime-audio[hidden] {
	display: none !important;
}

body.mon-lr-standalone-template .mon-lr-answer-panel {
	display: grid;
	gap: 16px;
}

body.mon-lr-standalone-template .mon-lr-answer-item {
	display: grid;
	gap: 12px;
}

body.mon-lr-standalone-template .mon-lr-answer-item + .mon-lr-answer-item {
	padding-top: 18px;
	border-top: 1px solid #e8eef5;
}

body.mon-lr-standalone-template .mon-lr-answer-title {
	margin: 0;
	font-size: 22px;
	color: #163758;
}

body.mon-lr-standalone-template .mon-lr-answer-meta {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
	color: #273b4f;
}

body.mon-lr-standalone-template .mon-lr-question-choices {
	display: grid;
	gap: 12px;
}

body.mon-lr-standalone-template .mon-lr-question-choice {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 14px 16px;
	border: 1px solid #d8e2ee;
	border-radius: 16px;
	background: #fbfdff;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body.mon-lr-standalone-template .mon-lr-question-choice:hover {
	border-color: #a9c5e3;
	box-shadow: 0 10px 20px rgba(23, 64, 104, 0.06);
}

body.mon-lr-standalone-template .mon-lr-question-choice input[type="radio"] {
	margin-top: 5px;
}

body.mon-lr-standalone-template .mon-lr-run-actions {
	padding: 0;
	justify-content: space-between;
}

body.mon-lr-standalone-template .mon-lr-test-result .mon-lr-step-body {
	font-size: 22px;
	text-align: center;
}

body.mon-lr-standalone-template .mon-lr-sound-test-panel {
	margin-top: 18px;
	padding: 22px 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
	border: 1px solid #e3ecf5;
	border-radius: 18px;
}

body.mon-lr-standalone-template .mon-lr-sound-test-row {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
}

body.mon-lr-standalone-template .mon-lr-sound-test-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #1c5e99;
}

body.mon-lr-standalone-template .mon-lr-sound-test-icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

body.mon-lr-standalone-template .mon-lr-sound-test-value {
	min-width: 48px;
	font-size: 14px;
	font-weight: 800;
	text-align: right;
	color: #335778;
}

body.mon-lr-standalone-template .mon-lr-sound-test-actions {
	margin-top: 18px;
	display: flex;
	justify-content: flex-start;
}

body.mon-lr-standalone-template .mon-lr-js-sound-test-audio[hidden] {
	display: none !important;
}

body.mon-lr-standalone-template input[type="range"] {
	accent-color: #1f66aa;
}

@media (max-width: 1200px) {
	body.mon-lr-standalone-template .mon-lr-test-main {
		padding-inline: 22px;
	}

	body.mon-lr-standalone-template .mon-lr-step-head h2 {
		font-size: 2.5rem;
	}

	body.mon-lr-standalone-template .mon-lr-step-body {
		font-size: 17px;
	}

	body.mon-lr-standalone-template .mon-lr-structure-title {
		font-size: 2.1rem;
	}

	body.mon-lr-standalone-template .mon-lr-structure-head {
		font-size: 18px;
	}

	body.mon-lr-standalone-template .mon-lr-structure-table {
		font-size: 17px;
	}

	body.mon-lr-standalone-template .mon-lr-run-card {
		max-height: calc(100vh - 232px);
	}
}

@media (max-width: 900px) {
	body.mon-lr-standalone-template .mon-lr-test-header {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 14px 18px 18px;
	}

	body.mon-lr-standalone-template .mon-lr-test-header-center {
		text-align: left;
	}

	body.mon-lr-standalone-template .mon-lr-test-header-title {
		font-size: 1.95rem;
	}

	body.mon-lr-standalone-template .mon-lr-test-header-right {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	body.mon-lr-standalone-template .mon-lr-test-header-tools {
		flex-wrap: wrap;
	}

	body.mon-lr-standalone-template .mon-lr-test-volume-pop {
		right: auto;
		left: 0;
		width: min(248px, calc(100vw - 36px));
	}

	body.mon-lr-standalone-template .mon-lr-test-main {
		padding: 18px 14px 28px;
	}

	body.mon-lr-standalone-template .mon-lr-step-head,
	body.mon-lr-standalone-template .mon-lr-step-body,
	body.mon-lr-standalone-template .mon-lr-step-actions,
	body.mon-lr-standalone-template .mon-lr-run-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.mon-lr-standalone-template .mon-lr-step-head h2 {
		font-size: 1.85rem;
	}

	body.mon-lr-standalone-template .mon-lr-step-check {
		font-size: 17px;
	}

	body.mon-lr-standalone-template .mon-lr-step-head {
		align-items: flex-start;
	}

	body.mon-lr-standalone-template .mon-lr-step-figure {
		width: 118px;
		height: 88px;
		flex-basis: 118px;
	}

	body.mon-lr-standalone-template .mon-lr-step-actions {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	body.mon-lr-standalone-template .mon-lr-structure-title {
		font-size: 1.6rem;
	}

	body.mon-lr-standalone-template .mon-lr-structure-head {
		font-size: 16px;
	}

	body.mon-lr-standalone-template .mon-lr-structure-table {
		font-size: 16px;
	}

	body.mon-lr-standalone-template .mon-lr-sound-test-row {
		grid-template-columns: 24px minmax(0, 1fr);
	}

	body.mon-lr-standalone-template .mon-lr-sound-test-value {
		grid-column: 2;
		text-align: left;
	}

	body.mon-lr-standalone-template .mon-lr-run-actions {
		gap: 12px;
	}

	body.mon-lr-standalone-template .mon-lr-run-content {
		grid-template-columns: 1fr;
	}

	body.mon-lr-standalone-template .mon-lr-run-column {
		display: block;
	}

	body.mon-lr-standalone-template .mon-lr-run-card {
		max-height: none;
		overflow: visible;
	}

	body.mon-lr-standalone-template .mon-lr-run-card {
		min-height: auto;
	}

	body.mon-lr-standalone-template .mon-lr-question-palette {
		right: 14px;
		bottom: 14px;
		width: min(100vw - 20px, 340px);
	}

	body.mon-lr-standalone-template .mon-lr-question-palette__panel {
		max-height: min(58vh, 460px);
	}

	body.mon-lr-standalone-template .mon-lr-question-palette__head,
	body.mon-lr-standalone-template .mon-lr-question-palette__body,
	body.mon-lr-standalone-template .mon-lr-question-palette__footer {
		padding-left: 16px;
		padding-right: 16px;
	}

	body.mon-lr-standalone-template .mon-lr-question-palette__footer {
		justify-content: stretch;
		flex-wrap: wrap;
	}

	body.mon-lr-standalone-template .mon-lr-question-palette__filter {
		flex: 1 1 140px;
	}
}

body.mon-lr-standalone-template .mon-lr-question-review {
	box-sizing: border-box;
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	padding: 14px 18px 20px;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	gap: 14px;
	overflow: hidden;
}

body.mon-lr-standalone-template .mon-lr-review-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 16px;
	border: 1px solid #dbe5ef;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 32px rgba(17, 43, 70, 0.08);
	position: sticky;
	top: 10px;
	z-index: 50;
}

body.mon-lr-standalone-template .mon-lr-review-header-copy {
	min-width: 0;
}

body.mon-lr-standalone-template .mon-lr-review-kicker {
	margin: 0 0 4px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 800;
	color: #6b84a0;
}

body.mon-lr-standalone-template .mon-lr-review-title {
	margin: 0;
	font-size: clamp(1.12rem, 1.8vw, 1.45rem);
	line-height: 1.2;
	color: #173654;
}

body.mon-lr-standalone-template .mon-lr-review-meta {
	margin: 4px 0 0;
	font-size: 13px;
	color: #4c647d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.mon-lr-standalone-template .mon-lr-review-header-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

body.mon-lr-standalone-template .mon-lr-review-icon-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #c9d8e8;
	border-radius: 13px;
	background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
	color: #224a70;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

body.mon-lr-standalone-template .mon-lr-js-review-translate-toggle {
	border-color: #0f355d;
	background: linear-gradient(180deg, #1a4d7f 0%, #123e69 100%);
	color: #ffffff;
}

body.mon-lr-standalone-template .mon-lr-js-review-map-toggle {
	border-color: #d5791d;
	background: linear-gradient(180deg, #f0a142 0%, #df8424 100%);
	color: #ffffff;
}

body.mon-lr-standalone-template .mon-lr-review-icon-btn-back {
	border-color: #d1a32a;
	background: linear-gradient(180deg, #ffd96c 0%, #f1bf3f 100%);
	color: #5a4200;
}

body.mon-lr-standalone-template .mon-lr-js-review-translate-toggle.is-active {
	border-color: #0c2e50;
	background: linear-gradient(180deg, #123f6b 0%, #0f3457 100%);
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(30, 96, 153, 0.2);
}

body.mon-lr-standalone-template .mon-lr-js-review-translate-toggle:hover,
body.mon-lr-standalone-template .mon-lr-js-review-translate-toggle:focus-visible {
	background: linear-gradient(180deg, #1f5a92 0%, #154674 100%);
}

body.mon-lr-standalone-template .mon-lr-js-review-map-toggle:hover,
body.mon-lr-standalone-template .mon-lr-js-review-map-toggle:focus-visible {
	background: linear-gradient(180deg, #f4aa50 0%, #e28c30 100%);
}

body.mon-lr-standalone-template .mon-lr-review-icon-btn-back:hover,
body.mon-lr-standalone-template .mon-lr-review-icon-btn-back:focus-visible {
	background: linear-gradient(180deg, #ffdf78 0%, #f4c74f 100%);
}

body.mon-lr-standalone-template .mon-lr-review-icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
	flex: 0 0 20px;
}

body.mon-lr-standalone-template .mon-lr-review-layout {
	--mon-lr-review-left-width: 56%;
	display: grid;
	grid-template-columns: minmax(300px, var(--mon-lr-review-left-width)) 16px minmax(320px, 1fr);
	align-items: stretch;
	min-height: 0;
	height: 100%;
}

body.mon-lr-standalone-template .mon-lr-review-pane {
	min-width: 0;
	min-height: 0;
	border: 1px solid #dbe4ef;
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(14, 39, 66, 0.06);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
}

body.mon-lr-standalone-template .mon-lr-review-pane-left {
	border-radius: 20px 0 0 20px;
	border-right: 0;
}

body.mon-lr-standalone-template .mon-lr-review-pane-right {
	border-radius: 0 20px 20px 0;
	border-left: 0;
}

body.mon-lr-standalone-template .mon-lr-review-pane-head {
	padding: 14px 18px;
	border-bottom: 1px solid #e7eef6;
	background: linear-gradient(180deg, #f9fcff 0%, #f2f7fd 100%);
}

body.mon-lr-standalone-template .mon-lr-review-pane-kicker {
	margin: 0 0 4px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	font-weight: 800;
	color: #67829f;
}

body.mon-lr-standalone-template .mon-lr-review-pane-head h2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	color: #163451;
}

body.mon-lr-standalone-template .mon-lr-review-pane-body {
	padding: 18px;
	overflow: auto;
	min-height: 0;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	scroll-behavior: smooth;
	position: relative;
}

body.mon-lr-standalone-template .mon-lr-question-review.is-translate-mode .mon-lr-review-pane-left .mon-lr-review-pane-body {
	cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M7 7h16a6 6 0 0 1 6 6v7a6 6 0 0 1-6 6h-6.8l-4.2 4.1a1 1 0 0 1-1.7-.72V26H7a6 6 0 0 1-6-6v-7a6 6 0 0 1 6-6z' fill='%231E6FB0'/%3E%3Cpath d='M8.9 9.8h13a4 4 0 0 1 4 4v4.8a4 4 0 0 1-4 4H13l-2.6 2.6v-2.6H8.9a4 4 0 0 1-4-4v-4.8a4 4 0 0 1 4-4z' fill='%2348A1E5'/%3E%3Ccircle cx='12.8' cy='16.1' r='1.45' fill='%23fff'/%3E%3Ccircle cx='17' cy='16.1' r='1.45' fill='%23fff'/%3E%3Ccircle cx='21.2' cy='16.1' r='1.45' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") 8 24, text;
}

body.mon-lr-standalone-template .mon-lr-question-review.is-translate-mode .mon-lr-review-pane-left .mon-lr-review-pane-body ::selection {
	background: rgba(58, 140, 224, 0.34);
	color: #103d62;
}

body.mon-lr-standalone-template .mon-lr-review-pane-body::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

body.mon-lr-standalone-template .mon-lr-review-pane-body::-webkit-scrollbar-thumb {
	background: #bfd0e2;
	border-radius: 999px;
}

body.mon-lr-standalone-template .mon-lr-review-pane-body::-webkit-scrollbar-track {
	background: transparent;
}

body.mon-lr-standalone-template .mon-lr-review-splitter {
	border: 0;
	padding: 0;
	margin: 0;
	background: linear-gradient(180deg, #dde8f4 0%, #d0dced 100%);
	cursor: col-resize;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

body.mon-lr-standalone-template .mon-lr-review-splitter-dot {
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: #5d7a99;
}

body.mon-lr-standalone-template .mon-lr-review-left-content {
	display: grid;
	gap: 12px;
	color: #254969;
}

body.mon-lr-standalone-template .mon-lr-review-left-content h3 {
	margin: 0 0 8px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #4c6885;
}

body.mon-lr-standalone-template .mon-lr-review-left-content p {
	margin: 0 0 10px;
}

body.mon-lr-standalone-template .mon-lr-review-left-ref-fallback {
	padding: 10px 12px;
	border: 1px dashed #cfddec;
	border-radius: 12px;
	background: #f6fbff;
}

body.mon-lr-standalone-template .mon-lr-review-left-ref-fallback p:last-child {
	margin-bottom: 0;
}

body.mon-lr-standalone-template .mon-lr-review-reference-highlight {
	background: linear-gradient(180deg, #ffef9c 0%, #ffd66f 100%);
	color: #4f3900;
	padding: 1px 3px;
	border-radius: 4px;
}

body.mon-lr-standalone-template .mon-lr-review-reference-highlight.is-ref-focus {
	box-shadow: 0 0 0 3px rgba(255, 182, 36, 0.36);
	transition: box-shadow 0.2s ease;
}

body.mon-lr-standalone-template .mon-lr-review-left-media img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	border: 1px solid #dce7f2;
}

body.mon-lr-standalone-template .mon-lr-review-left-audio {
	padding: 10px 12px;
	border: 1px solid #dce7f2;
	border-radius: 12px;
	background: #f8fbff;
}

body.mon-lr-standalone-template .mon-lr-review-left-audio audio {
	width: 100%;
}

body.mon-lr-standalone-template .mon-lr-review-left-empty {
	padding: 14px;
	border: 1px dashed #cedaea;
	border-radius: 12px;
	background: #f8fbff;
	color: #5b7590;
	font-weight: 600;
}

body.mon-lr-standalone-template .mon-lr-review-translate-popover {
	position: absolute;
	z-index: 22;
	width: min(740px, calc(100% - 16px));
	padding: 12px;
	border: 1px solid #d7dee8;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(18, 42, 68, 0.22);
	color: #1f2d3d;
	cursor: default;
}

body.mon-lr-standalone-template .mon-lr-review-translate-popover * {
	cursor: default;
}

body.mon-lr-standalone-template .mon-lr-review-translate-close {
	position: absolute;
	right: 10px;
	top: 8px;
	border: 0;
	background: transparent;
	font-size: 20px;
	line-height: 1;
	color: #5a6b7f;
	cursor: pointer;
}

body.mon-lr-standalone-template .mon-lr-review-translate-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0;
	border: 1px solid #e5ebf2;
	border-radius: 12px;
	overflow: hidden;
	background: #f8fbff;
}

body.mon-lr-standalone-template .mon-lr-review-translate-col {
	padding: 14px 16px;
	min-height: 140px;
}

body.mon-lr-standalone-template .mon-lr-review-translate-col + .mon-lr-review-translate-col {
	border-left: 1px solid #e5ebf2;
	background: #ffffff;
}

body.mon-lr-standalone-template .mon-lr-review-translate-col-head {
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7f94;
}

body.mon-lr-standalone-template .mon-lr-review-translate-term {
	margin: 0;
	font-size: 20px;
	line-height: 1.38;
	font-weight: 650;
	color: #223344;
	word-break: break-word;
}

body.mon-lr-standalone-template .mon-lr-review-translate-term-highlight {
	color: #0f5fc2;
	background: rgba(15, 95, 194, 0.12);
	border-radius: 6px;
	padding: 0 3px;
	font-weight: 750;
}

body.mon-lr-standalone-template .mon-lr-review-translate-pronunciation {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: #4f6780;
	font-style: italic;
}

body.mon-lr-standalone-template .mon-lr-review-translate-meaning,
body.mon-lr-standalone-template .mon-lr-review-translate-loading {
	margin: 0;
	font-size: 19px;
	line-height: 1.58;
	max-height: 240px;
	overflow: auto;
	padding-right: 4px;
	color: #10273c;
	word-break: break-word;
}

body.mon-lr-standalone-template .mon-lr-review-translate-loading {
	padding: 6px 2px 4px;
	font-size: 16px;
	line-height: 1.5;
	color: #264765;
}

body.mon-lr-standalone-template .mon-lr-review-translate-keywords {
	margin-top: 10px;
}

body.mon-lr-standalone-template .mon-lr-review-translate-keywords-head {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5e7389;
}

body.mon-lr-standalone-template .mon-lr-review-translate-table-wrap {
	border: 1px solid #e5ebf2;
	border-radius: 10px;
	overflow: auto;
	background: #ffffff;
}

body.mon-lr-standalone-template .mon-lr-review-translate-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

body.mon-lr-standalone-template .mon-lr-review-translate-table th,
body.mon-lr-standalone-template .mon-lr-review-translate-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #eef2f7;
	vertical-align: top;
	text-align: left;
}

body.mon-lr-standalone-template .mon-lr-review-translate-table th {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b8096;
	background: #f7faff;
}

body.mon-lr-standalone-template .mon-lr-review-translate-table tbody tr:last-child td {
	border-bottom: 0;
}

body.mon-lr-standalone-template .mon-lr-review-translate-table td.is-source {
	color: #1067c9;
	font-weight: 700;
}

@media (max-width: 1024px) {
	body.mon-lr-standalone-template .mon-lr-review-translate-popover {
		width: min(680px, calc(100% - 12px));
		padding: 12px;
	}

	body.mon-lr-standalone-template .mon-lr-review-translate-term {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	body.mon-lr-standalone-template .mon-lr-review-translate-popover {
		width: calc(100% - 8px);
		padding: 11px;
		border-radius: 12px;
	}

	body.mon-lr-standalone-template .mon-lr-review-translate-grid {
		grid-template-columns: 1fr;
	}

	body.mon-lr-standalone-template .mon-lr-review-translate-col + .mon-lr-review-translate-col {
		border-left: 0;
		border-top: 1px solid #e5ebf2;
	}

	body.mon-lr-standalone-template .mon-lr-review-translate-term {
		font-size: 16px;
	}

	body.mon-lr-standalone-template .mon-lr-review-translate-meaning,
	body.mon-lr-standalone-template .mon-lr-review-translate-loading {
		font-size: 14px;
		max-height: 120px;
	}
}

body.mon-lr-standalone-template .mon-lr-review-question-list {
	display: grid;
	gap: 14px;
}

body.mon-lr-standalone-template .mon-lr-review-question-card {
	border: 1px solid #dce5ef;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	padding: 14px;
	display: grid;
	gap: 12px;
}

body.mon-lr-standalone-template .mon-lr-review-question-card.is-current-question {
	border-color: #1c5ea0;
	box-shadow: 0 0 0 2px rgba(28, 94, 160, 0.16);
}

body.mon-lr-standalone-template .mon-lr-review-question-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

body.mon-lr-standalone-template .mon-lr-review-question-order {
	margin: 0;
	font-size: 17px;
	font-weight: 800;
	color: #1c3c5d;
}

body.mon-lr-standalone-template .mon-lr-review-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 94px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}

body.mon-lr-standalone-template .mon-lr-review-status.is-correct {
	background: #e7f7e8;
	color: #2d7941;
}

body.mon-lr-standalone-template .mon-lr-review-status.is-incorrect {
	background: #fff1ef;
	color: #bf3b2b;
}

body.mon-lr-standalone-template .mon-lr-review-status.is-unanswered {
	background: #f1f5f9;
	color: #566d85;
}

body.mon-lr-standalone-template .mon-lr-review-question-text {
	color: #1f4364;
}

body.mon-lr-standalone-template .mon-lr-review-question-text p {
	margin: 0 0 8px;
}

body.mon-lr-standalone-template .mon-lr-review-choice-list {
	display: grid;
	gap: 8px;
}

body.mon-lr-standalone-template .mon-lr-review-choice {
	border: 1px solid #dbe4ef;
	border-radius: 11px;
	padding: 10px 12px;
	display: flex;
	gap: 8px;
	align-items: flex-start;
	color: #2f4f6d;
}

body.mon-lr-standalone-template .mon-lr-review-choice-key {
	flex: 0 0 22px;
	font-weight: 800;
	color: #31577a;
}

body.mon-lr-standalone-template .mon-lr-review-choice-label {
	flex: 1;
	min-width: 0;
}

body.mon-lr-standalone-template .mon-lr-review-ref-btn {
	position: relative;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid #b7cde4;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
	color: #2c5f90;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(31, 83, 133, 0.14);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

body.mon-lr-standalone-template .mon-lr-review-ref-btn svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

body.mon-lr-standalone-template .mon-lr-review-ref-btn:hover,
body.mon-lr-standalone-template .mon-lr-review-ref-btn:focus-visible {
	transform: translateY(-1px);
	border-color: #7aa7cf;
	color: #184c7b;
	box-shadow: 0 10px 20px rgba(30, 88, 141, 0.22);
	outline: 0;
}

body.mon-lr-standalone-template .mon-lr-review-ref-btn.is-active {
	border-color: #1f6bb0;
	background: linear-gradient(180deg, #ffffff 0%, #e7f1fb 100%);
	color: #184c7b;
}

body.mon-lr-standalone-template .mon-lr-review-ref-btn[data-tooltip]::before,
body.mon-lr-standalone-template .mon-lr-review-ref-btn[data-tooltip]::after {
	position: absolute;
	left: 50%;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.18s ease, transform 0.18s ease;
	z-index: 3;
}

body.mon-lr-standalone-template .mon-lr-review-ref-btn[data-tooltip]::before {
	content: attr(data-tooltip);
	bottom: calc(100% + 10px);
	transform: translate(-50%, 6px);
	padding: 6px 9px;
	border-radius: 8px;
	background: #163654;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(10, 31, 54, 0.28);
}

body.mon-lr-standalone-template .mon-lr-review-ref-btn[data-tooltip]::after {
	content: "";
	bottom: calc(100% + 4px);
	transform: translate(-50%, 6px);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #163654;
}

body.mon-lr-standalone-template .mon-lr-review-ref-btn[data-tooltip]:hover::before,
body.mon-lr-standalone-template .mon-lr-review-ref-btn[data-tooltip]:hover::after,
body.mon-lr-standalone-template .mon-lr-review-ref-btn[data-tooltip]:focus-visible::before,
body.mon-lr-standalone-template .mon-lr-review-ref-btn[data-tooltip]:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, 0);
}

body.mon-lr-standalone-template .mon-lr-review-choice.is-correct {
	background: #eef9ef;
	border-color: #9ccf9c;
}

body.mon-lr-standalone-template .mon-lr-review-choice.is-selected-wrong {
	background: #ffe9e9;
	border-color: #ff6b6b;
	color: #b4232f;
}

body.mon-lr-standalone-template .mon-lr-review-choice.is-selected-wrong .mon-lr-review-choice-key {
	color: #b4232f;
}

body.mon-lr-standalone-template .mon-lr-review-choice-meta {
	margin: 8px 0 0;
	font-size: 13px;
	color: #3b5d7d;
	font-weight: 600;
}

body.mon-lr-standalone-template .mon-lr-review-explanation {
	margin: 0;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid #9ccf9c;
	background: linear-gradient(180deg, #f6fcf6 0%, #eef9ef 100%);
	color: #1f4f2a;
}

body.mon-lr-standalone-template .mon-lr-review-explanation-title {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1f4f2a;
}

body.mon-lr-standalone-template .mon-lr-review-explanation-steps {
	display: grid;
	gap: 12px;
}

body.mon-lr-standalone-template .mon-lr-review-explanation-step {
	padding: 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid #cbe6cb;
}

body.mon-lr-standalone-template .mon-lr-review-explanation-step-label {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	color: #1f5f2d;
}

body.mon-lr-standalone-template .mon-lr-review-explanation-step p:last-child {
	margin-bottom: 0;
}

body.mon-lr-standalone-template .mon-lr-review-explanation-list {
	margin: 0;
	padding-left: 18px;
	color: #245335;
}

body.mon-lr-standalone-template .mon-lr-review-explanation-list li + li {
	margin-top: 6px;
}

body.mon-lr-standalone-template .mon-lr-review-explanation-quote {
	margin: 0 0 10px;
	padding: 10px 12px;
	border-left: 4px solid #5da56a;
	border-radius: 0 10px 10px 0;
	background: #fafffa;
	color: #224d2f;
	font-style: italic;
}

body.mon-lr-standalone-template .mon-lr-review-map {
	position: fixed;
	right: 14px;
	top: 88px;
	z-index: 90;
	width: min(380px, calc(100vw - 28px));
}

body.mon-lr-standalone-template .mon-lr-review-map__panel {
	border: 1px solid #dce6f0;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 22px 40px rgba(14, 39, 66, 0.2);
	overflow: hidden;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	min-height: 360px;
	max-height: calc(100vh - 104px);
}

body.mon-lr-standalone-template .mon-lr-review-map__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-bottom: 1px solid #e4edf6;
	background: linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
}

body.mon-lr-standalone-template .mon-lr-review-map__eyebrow {
	margin: 0 0 3px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6c87a3;
}

body.mon-lr-standalone-template .mon-lr-review-map__head h3 {
	margin: 0;
	font-size: 15px;
	color: #163654;
}

body.mon-lr-standalone-template .mon-lr-review-map__close {
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 999px;
	background: #edf4fb;
	color: #335778;
	font-size: 19px;
	line-height: 1;
	cursor: pointer;
}

body.mon-lr-standalone-template .mon-lr-review-map__body {
	padding: 12px;
	overflow-y: auto;
	overflow-x: hidden;
	display: grid;
	gap: 12px;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: #b8cbde transparent;
}

body.mon-lr-standalone-template .mon-lr-review-map__body::-webkit-scrollbar {
	width: 10px;
}

body.mon-lr-standalone-template .mon-lr-review-map__body::-webkit-scrollbar-thumb {
	background: #b8cbde;
	border-radius: 999px;
}

body.mon-lr-standalone-template .mon-lr-review-map__body::-webkit-scrollbar-track {
	background: transparent;
}

body.mon-lr-standalone-template .mon-lr-review-map-section {
	border: 1px solid #e1e9f2;
	border-radius: 12px;
	overflow: visible;
}

body.mon-lr-standalone-template .mon-lr-review-map-section-head {
	padding: 8px 10px;
	font-size: 13px;
	font-weight: 800;
	color: #163654;
	background: #edf4fb;
}

body.mon-lr-standalone-template .mon-lr-review-map-part {
	padding: 8px 10px 10px;
}

body.mon-lr-standalone-template .mon-lr-review-map-part h4 {
	margin: 0 0 8px;
	font-size: 12px;
	color: #2b4966;
}

body.mon-lr-standalone-template .mon-lr-review-map-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
	gap: 6px;
}

body.mon-lr-standalone-template .mon-lr-review-map-link {
	min-height: 30px;
	border-radius: 9px;
	border: 1px solid #d5dfeb;
	background: #ffffff;
	color: #415f7c;
	font-size: 12px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

body.mon-lr-standalone-template .mon-lr-review-map-link.is-correct {
	border-color: #86bf84;
	background: #e8f5e6;
	color: #2d7642;
}

body.mon-lr-standalone-template .mon-lr-review-map-link.is-incorrect {
	border-color: #f0a79f;
	background: #fff1ef;
	color: #c23d2d;
}

body.mon-lr-standalone-template .mon-lr-review-map-link.is-unanswered {
	border-color: #d5dfeb;
	background: #f7f9fc;
	color: #516a82;
}

body.mon-lr-standalone-template .mon-lr-review-map-link.is-current {
	border-color: #1c5ea0;
	box-shadow: 0 0 0 2px rgba(28, 94, 160, 0.2);
}

@media (max-width: 1080px) {
	body.mon-lr-standalone-template .mon-lr-review-layout {
		grid-template-columns: minmax(260px, var(--mon-lr-review-left-width)) 14px minmax(260px, 1fr);
	}
}

@media (max-width: 860px) {
	body.mon-lr-standalone-template .mon-lr-question-review {
		height: auto;
		padding: 10px 10px 14px;
		overflow: visible;
		grid-template-rows: none;
	}

	body.mon-lr-standalone-template .mon-lr-review-header {
		flex-wrap: wrap;
		padding: 10px 12px;
	}

	body.mon-lr-standalone-template .mon-lr-review-header-actions {
		width: 100%;
		justify-content: flex-start;
	}

	body.mon-lr-standalone-template .mon-lr-review-layout {
		grid-template-columns: 1fr;
		gap: 10px;
		min-height: auto;
		height: auto;
	}

	body.mon-lr-standalone-template .mon-lr-review-pane-left,
	body.mon-lr-standalone-template .mon-lr-review-pane-right {
		border-radius: 16px;
		border: 1px solid #dbe4ef;
	}

	body.mon-lr-standalone-template .mon-lr-review-splitter {
		display: none;
	}

	body.mon-lr-standalone-template .mon-lr-review-map {
		left: 10px;
		right: 10px;
		top: auto;
		bottom: 10px;
		width: auto;
	}

	body.mon-lr-standalone-template .mon-lr-review-map__panel {
		min-height: 300px;
		max-height: min(76vh, 620px);
	}
}
