/* ========================================================================== */
/*                                  JOB QUIZ                                  */
/* ========================================================================== */
.wso-section-job-quiz {
	/* ----------------------------------- var ---------------------------------- */
	--job-quiz-edge: calc((100vw - var(--container-default-xxl, 74.75rem)) / 2);
	--job-quiz-block-padding: 5rem;
	--job-quiz-media-width: 29.375vw;
	--job-quiz-media-gap: 7.85rem;
	--job-quiz-number-size: 8rem;
	--job-quiz-min-height: 45.5rem;
	--job-quiz-answer-box: 1.3rem;
	--job-quiz-answer-gap: 1.5rem;
	--job-quiz-transition: 500ms ease;
	--job-quiz-area-max: 23.9rem;
	--job-quiz-area-image-height: 32.5rem;
	--h1-color-default: var(--color-white);
	--h2-color-default: var(--color-white);
	--h3-color-default: var(--color-white);
	--h4-color-default: var(--color-white);
	--h5-color-default: var(--color-white);
	--h6-color-default: var(--color-white);
	--p-color-default: var(--color-white);
	--color-headline-accent: var(--color-white);
	--current-color-text: var(--color-white);
	color: var(--color-white) !important;
	background-color: var(--color-green);
	padding-inline: 0 !important;
	padding-block: 0 !important;
	overflow: visible;
	position: relative;
	isolation: isolate;
}

.site-content .wso-section-job-quiz.wso-bg-green::before {
	z-index: 0;
}

.wso-section-job-quiz.container-fluid,
.wso-section-job-quiz.gx-0 {
	--bs-gutter-x: 0;
}

/* The WST layout include adds Bootstrap's .container-md, which caps the section
   at the content container. The design is edge to edge, so the quiz breaks back
   out to the viewport and --job-quiz-edge alone keeps the copy on the container. */
.wso-section-job-quiz .wso-job-quiz {
	position: relative;
	z-index: 1;
	width: 100vw;
	left: 50%;
	translate: -50% 0;
}

.wso-section-job-quiz .wso-job-quiz-step {
	display: none;
}

.wso-section-job-quiz .wso-job-quiz-step.is-active {
	display: block;
}

/* ----------------------------------- shells -------------------------------- */
.wso-section-job-quiz .wso-job-quiz-shell {
	display: grid;
	min-height: var(--job-quiz-min-height);
	box-sizing: border-box;
}

.wso-section-job-quiz .wso-job-quiz-shell-intro {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	gap: 4rem;
	align-items: stretch;
	padding: var(--job-quiz-block-padding) max(var(--job-quiz-edge), 1.5rem);
}

.wso-section-job-quiz .wso-job-quiz-shell-question {
	grid-template-columns: var(--job-quiz-media-width) minmax(0, 1fr);
	align-items: stretch;
}

.wso-section-job-quiz .wso-job-quiz-shell-result {
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 4rem;
	align-items: start;
	padding: var(--job-quiz-block-padding) max(var(--job-quiz-edge), 1.5rem);
}

/* ----------------------------------- labels -------------------------------- */
/* .site-content prefix keeps these above the global font.css heading and
   paragraph rules, which gain specificity through their :not() argument. */
.site-content .wso-section-job-quiz .wso-job-quiz-vlabel {
	font-family: var(--font-2);
	font-size: 1.1rem;
	font-weight: 375;
	line-height: 1.2;
	color: var(--color-white) !important;
	margin: 0;
	white-space: nowrap;
}

.site-content .wso-section-job-quiz .wso-job-quiz-title {
	font-family: var(--font-3);
	font-size: 3.25rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--color-white) !important;
	margin: 0;
}

.site-content .wso-section-job-quiz .wso-job-quiz-question {
	font-family: var(--font-3);
	font-size: 3.25rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--color-white) !important;
	margin: 0 0 2.5rem;
}

/* ----------------------------------- intro --------------------------------- */
.wso-section-job-quiz .wso-job-quiz-intro-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: calc(var(--job-quiz-min-height) - (var(--job-quiz-block-padding) * 2));
	max-width: 27.3rem;
}

.wso-section-job-quiz .wso-job-quiz-intro-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	max-width: 30.25rem;
	margin-left: auto;
	width: 100%;
}

.wso-section-job-quiz .wso-job-quiz-intro-copy {
	margin-bottom: 3rem;
}

.wso-section-job-quiz .wso-job-quiz-intro-copy p {
	font-family: var(--font-1);
	font-size: 1.6rem;
	font-weight: 325;
	line-height: 1.25;
	color: var(--color-white) !important;
	margin: 0;
}

/* Matches the blank text line the design uses between both paragraphs. */
.wso-section-job-quiz .wso-job-quiz-intro-copy p + p {
	margin-top: 2rem;
}

/* ----------------------------------- question ------------------------------ */
.wso-section-job-quiz .wso-job-quiz-step-media {
	position: relative;
	min-height: var(--job-quiz-min-height);
	overflow: hidden;
	background: var(--color-black);
}

.wso-section-job-quiz .wso-job-quiz-step-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.site-content .wso-section-job-quiz .wso-job-quiz-step-number {
	position: absolute;
	z-index: 2;
	left: max(var(--job-quiz-edge), 1.5rem);
	top: 6.35rem;
	margin: 0;
	font-family: var(--font-3);
	font-size: var(--job-quiz-number-size);
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--color-white);
	text-align: center;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: auto;
}

.wso-section-job-quiz .wso-job-quiz-step-number-current,
.wso-section-job-quiz .wso-job-quiz-step-number-sep,
.wso-section-job-quiz .wso-job-quiz-step-number-total {
	display: block;
	line-height: inherit;
}

.wso-section-job-quiz .wso-job-quiz-step-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: var(--job-quiz-min-height);
	padding: var(--job-quiz-block-padding) max(var(--job-quiz-edge), 1.5rem) var(--job-quiz-block-padding) var(--job-quiz-media-gap);
	box-sizing: border-box;
}

.wso-section-job-quiz .wso-job-quiz-step-topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.wso-section-job-quiz .wso-job-quiz-step-main {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1;
}

.wso-section-job-quiz .wso-job-quiz-answers {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.wso-section-job-quiz .wso-job-quiz-answer {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	color: var(--color-white) !important;
	text-align: left;
	cursor: pointer;
	font-family: var(--font-1);
	font-size: 1.6rem !important;
	font-weight: 325;
	line-height: 1.25;
	position: relative;
	z-index: 1;
}

.wso-section-job-quiz .wso-job-quiz-answer-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.wso-section-job-quiz .wso-job-quiz-answer-box {
	position: relative;
	flex: 0 0 var(--job-quiz-answer-box);
	width: var(--job-quiz-answer-box);
	height: var(--job-quiz-answer-box);
	margin-top: 0.4rem;
}

.wso-section-job-quiz .wso-job-quiz-answer-box::before,
.wso-section-job-quiz .wso-job-quiz-answer-box::after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.wso-section-job-quiz .wso-job-quiz-answer-box::before {
	inset: 0;
	border: 1px solid var(--color-white);
	border-radius: 4px;
	background: transparent;
	transition: background 250ms ease, border-color 250ms ease;
}

/* Tick dimensions follow the box variable so the checkbox keeps its
   proportions when --job-quiz-answer-box changes per breakpoint.
   The rotated tick sits below its own box centre, so it is lifted by
   width / (2 * sqrt(2)) to appear optically centred in the checkbox. */
.wso-section-job-quiz .wso-job-quiz-answer-box::after {
	left: 50%;
	top: 50%;
	width: calc(var(--job-quiz-answer-box) * 0.27);
	height: calc(var(--job-quiz-answer-box) * 0.54);
	border: solid var(--color-green);
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) translateY(calc(var(--job-quiz-answer-box) * -0.095)) rotate(45deg) scale(0.2);
	opacity: 0;
	transition: opacity 250ms ease, transform 250ms ease;
}

.wso-section-job-quiz .wso-job-quiz-answer-input:focus-visible + .wso-job-quiz-answer-box::before {
	outline: 1px solid var(--color-beige);
	outline-offset: 3px;
}

.wso-section-job-quiz .wso-job-quiz-answer:has(.wso-job-quiz-answer-input:checked) .wso-job-quiz-answer-box::before,
.wso-section-job-quiz .wso-job-quiz-answer.is-selected .wso-job-quiz-answer-box::before {
	background: var(--color-white);
	border-color: var(--color-white);
}

.wso-section-job-quiz .wso-job-quiz-answer:has(.wso-job-quiz-answer-input:checked) .wso-job-quiz-answer-box::after,
.wso-section-job-quiz .wso-job-quiz-answer.is-selected .wso-job-quiz-answer-box::after {
	opacity: 1;
	transform: translate(-50%, -50%) translateY(calc(var(--job-quiz-answer-box) * -0.095)) rotate(45deg) scale(1);
}

.wso-section-job-quiz .wso-job-quiz-answer-text {
	flex: 1;
	min-width: 0;
	color: var(--color-white) !important;
}

.wso-section-job-quiz .wso-job-quiz-answer-lead,
.wso-section-job-quiz .wso-job-quiz-answer-copy {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	display: inline;
	color: var(--color-white) !important;
}

.wso-section-job-quiz .wso-job-quiz-answer-lead {
	font-family: var(--font-2);
	font-weight: 375;
}

/* Live markup still wraps the lead in <strong>; beat font.css
   `b, strong { font-weight: 700 !important }` so the lead matches the copy. */
.wso-section-job-quiz .wso-job-quiz-answer-text strong {
	font-family: inherit;
	font-weight: inherit !important;
}

.wso-section-job-quiz .wso-job-quiz-step-nav {
	display: flex;
	justify-content: flex-end;
	margin-top: 2.5rem;
}

/* ----------------------------------- buttons ------------------------------- */
/* The theme only styles a.wso-button, so the quiz <button> needs its own
   typography to match the Figma button style. */
.site-content .wso-section-job-quiz .wso-button.primary-button {
	font-family: var(--font-3);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0;
	text-transform: none;
	color: var(--color-white) !important;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-top: 0 !important;
	align-self: flex-end;
	text-align: right;
}

.wso-section-job-quiz .wso-button.primary-button .button_label {
	color: var(--color-white) !important;
}

.wso-section-job-quiz .wso-button.primary-button span::after {
	background: var(--color-white) !important;
}

.wso-section-job-quiz .wso-button.primary-button span::before {
	border-color: var(--color-white) !important;
}

.wso-section-job-quiz .js-job-quiz-next.is-disabled,
.wso-section-job-quiz .js-job-quiz-next[aria-disabled="true"] {
	opacity: 0.35;
	pointer-events: none;
}

.wso-section-job-quiz .wso-job-quiz-intro-right .wso-button.primary-button,
.wso-section-job-quiz .wso-job-quiz-restart .wso-button.primary-button {
	opacity: 0.6;
}

.wso-section-job-quiz .wso-job-quiz-intro-right .wso-button.primary-button:hover,
.wso-section-job-quiz .wso-job-quiz-restart .wso-button.primary-button:hover {
	opacity: 1;
}

/* ----------------------------------- result -------------------------------- */
.wso-section-job-quiz .wso-job-quiz-result-area {
	max-width: var(--job-quiz-area-max);
}

.wso-section-job-quiz .wso-job-quiz-area-tile {
	max-width: var(--job-quiz-area-max);
}

.wso-section-job-quiz .wso-job-quiz-area-image {
	position: relative;
	height: var(--job-quiz-area-image-height);
	overflow: hidden;
	margin-bottom: 0.62rem;
}

.wso-section-job-quiz .wso-job-quiz-area-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform var(--job-quiz-transition);
}

.wso-section-job-quiz .wso-job-quiz-area-tile:hover img {
	transform: scale(1.08);
}

.wso-section-job-quiz .wso-job-quiz-area-overlay {
	position: absolute;
	inset: 0;
	background: var(--color-beige);
	color: var(--color-black);
	display: flex;
	align-items: flex-end;
	padding: 1.5rem 1.5rem 3rem;
	transform: translateY(100%);
	transition: transform 0.8s ease-in-out;
}

.site-content .wso-section-job-quiz .wso-job-quiz-area-overlay p {
	font-family: var(--font-2);
	font-size: 1.1rem;
	font-weight: 375;
	line-height: 1.2;
	color: var(--color-black) !important;
	margin: 0;
}

.wso-section-job-quiz .wso-job-quiz-area-tile:hover .wso-job-quiz-area-overlay {
	transform: translateY(0);
}

.site-content .wso-section-job-quiz .wso-job-quiz-area-name {
	font-family: var(--font-2);
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: var(--color-white) !important;
	margin: 0;
	padding: 0.2rem 0;
}

.wso-section-job-quiz .wso-job-quiz-result-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 0;
	max-width: 30.25rem;
	width: 100%;
	margin-left: auto;
}

/* The design puts the label directly on top of the headline, no spacer. */
.site-content .wso-section-job-quiz .wso-job-quiz-result-body > .wso-job-quiz-vlabel {
	margin-bottom: 0;
}

.site-content .wso-section-job-quiz .wso-job-quiz-result-body > .wso-job-quiz-title {
	margin-bottom: 4rem;
}

.site-content .wso-section-job-quiz .wso-job-quiz-result-lead {
	font-family: var(--font-1);
	font-size: 1.6rem;
	font-weight: 325;
	line-height: 1.25;
	color: var(--color-white) !important;
	margin: 0 0 2rem;
}

.site-content .wso-section-job-quiz .wso-job-quiz-block-label {
	font-family: var(--font-1);
	font-size: 0.9rem;
	font-weight: 325;
	line-height: 1.15;
	color: var(--color-white) !important;
	margin: 0 0 2rem;
}

.wso-section-job-quiz .wso-job-quiz-jobs {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.wso-section-job-quiz .wso-job-quiz-job {
	border-top: 1px solid rgba(255, 255, 255, 0.85);
	padding-top: 1.65rem;
}

.wso-section-job-quiz .wso-job-quiz-job-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.wso-section-job-quiz .wso-job-quiz-job-copy {
	flex: 1;
	min-width: 0;
}

.site-content .wso-section-job-quiz a.wso-job-quiz-job-title {
	display: block;
	font-family: var(--font-2);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.15;
	color: var(--color-white) !important;
	text-decoration: none;
	margin: 0 0 0.5rem;
}

.site-content .wso-section-job-quiz a.wso-job-quiz-job-title:hover {
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

.site-content .wso-section-job-quiz .wso-job-quiz-job-meta,
.site-content .wso-section-job-quiz .wso-job-quiz-job-meta p {
	font-family: var(--font-1);
	font-size: 0.9rem;
	font-weight: 325;
	line-height: 1.15;
	color: var(--color-white) !important;
	margin: 0;
}

.wso-section-job-quiz .wso-job-quiz-job-actions {
	flex: 0 0 auto;
}

.site-content .wso-section-job-quiz .wso-job-quiz-job .wso-button.third-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2rem;
	padding: 0 0.9rem;
	border: 1px solid var(--color-white);
	border-radius: 0.75rem;
	font-family: var(--font-3);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.15;
	text-transform: none;
	white-space: nowrap;
}

.wso-section-job-quiz.wso-bg-green .wso-job-quiz-job .third-button,
.wso-section-job-quiz.wso-bg-green .wso-job-quiz-job .wso-button.third-button {
	border-color: var(--color-white) !important;
	color: var(--color-white) !important;
	margin-top: 0 !important;
}

.wso-section-job-quiz.wso-bg-green .wso-job-quiz-job .third-button:hover,
.wso-section-job-quiz.wso-bg-green .wso-job-quiz-job .wso-button.third-button:hover {
	background: var(--color-white) !important;
	color: var(--color-green) !important;
}

.wso-section-job-quiz .wso-job-quiz-restart {
	margin-top: 3rem;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

/* ----------------------------------- responsive ---------------------------- */
@media only screen and (max-width: 1919px) and (min-width: 1400px) {
	.wso-section-job-quiz {
		--job-quiz-edge: calc((100vw - var(--container-default-xxl, 74.75rem)) / 2);
	}
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
	.wso-section-job-quiz {
		--job-quiz-edge: calc((100vw - var(--container-default-xl, 60rem)) / 2);
		--job-quiz-number-size: 6.5rem;
		--job-quiz-media-width: 32vw;
		--job-quiz-media-gap: 5rem;
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-title,
	.site-content .wso-section-job-quiz .wso-job-quiz-question {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.wso-section-job-quiz {
		--job-quiz-edge: calc((100vw - var(--container-default-lg, 64rem)) / 2);
		--job-quiz-block-padding: 3.5rem;
		--job-quiz-number-size: 5.5rem;
		--job-quiz-media-width: 34vw;
		--job-quiz-media-gap: 3.5rem;
		--job-quiz-min-height: 40rem;
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-title,
	.site-content .wso-section-job-quiz .wso-job-quiz-question {
		font-size: 2.4rem;
	}

	.wso-section-job-quiz .wso-job-quiz-answer,
	.wso-section-job-quiz .wso-job-quiz-intro-copy p,
	.site-content .wso-section-job-quiz .wso-job-quiz-result-lead {
		font-size: 1.35rem;
	}
}

@media only screen and (max-width: 991px) {
	.wso-section-job-quiz {
		--job-quiz-edge: 1.5rem;
		--job-quiz-block-padding: 3rem;
		--job-quiz-media-width: 100%;
		--job-quiz-media-gap: 0rem;
		--job-quiz-number-size: 4.5rem;
		/* Keeps the short intro and result slides close to the taller question
		   slides so the section does not jump in height between steps. */
		--job-quiz-min-height: 75rem;
		--job-quiz-area-max: none;
		--job-quiz-area-image-height: 30rem;
	}

	.wso-section-job-quiz .wso-job-quiz-shell-intro,
	.wso-section-job-quiz .wso-job-quiz-shell-question,
	.wso-section-job-quiz .wso-job-quiz-shell-result {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.wso-section-job-quiz .wso-job-quiz-step-media {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.wso-section-job-quiz .wso-job-quiz-step-media img,
	.wso-section-job-quiz .wso-job-quiz-area-image img {
		object-position: center center;
	}

	.wso-section-job-quiz .wso-job-quiz-step-number {
		left: 1.5rem;
		top: 1.5rem;
		width: auto;
		align-items: flex-start;
		flex-direction: row;
		gap: 0.15rem;
		font-size: 3.5rem;
	}

	.wso-section-job-quiz .wso-job-quiz-step-number-current,
	.wso-section-job-quiz .wso-job-quiz-step-number-sep,
	.wso-section-job-quiz .wso-job-quiz-step-number-total {
		display: inline;
	}

	.wso-section-job-quiz .wso-job-quiz-step-body {
		min-height: 0;
		padding: 0 var(--job-quiz-edge) var(--job-quiz-block-padding);
	}

	.wso-section-job-quiz .wso-job-quiz-intro-left,
	.wso-section-job-quiz .wso-job-quiz-intro-right,
	.wso-section-job-quiz .wso-job-quiz-result-body {
		max-width: none;
		margin-left: 0;
		min-height: 0;
	}

	/* Stacked layout: label and headline stay together at the top and the
	   min-height space collects below them, in front of the copy block. */
	.wso-section-job-quiz .wso-job-quiz-intro-left {
		gap: 2rem;
		justify-content: flex-start;
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-title,
	.site-content .wso-section-job-quiz .wso-job-quiz-question {
		font-size: 2.2rem;
	}

	.wso-section-job-quiz .wso-job-quiz-title-br {
		display: none;
	}

	/* The intro headline opens the section and follows the global h1 scale on
	   stacked layouts, while the question headlines stay smaller. */
	.site-content .wso-section-job-quiz .wso-job-quiz-intro-left .wso-job-quiz-title {
		font-size: var(--h1-font-size);
		line-height: var(--h1-line-height);
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-result-body > .wso-job-quiz-title {
		margin-bottom: 2rem;
	}

	.wso-section-job-quiz .wso-job-quiz-result-area {
		max-width: none;
		width: 100%;
	}

	.wso-section-job-quiz .wso-job-quiz-area-tile {
		max-width: none;
	}

	/* Match the site-wide button scale instead of the desktop quiz sizes. */
	.site-content .wso-section-job-quiz .wso-button.primary-button {
		font-size: 1.5rem;
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-job .wso-button.third-button {
		height: auto;
		padding: 0.4rem 1.2rem;
		border-radius: var(--button-border-radius);
		font-size: 1.5rem;
	}

	/* ------------------------- result slide typography ------------------------ */
	/* The rem basis drops sharply below 992px, so the small desktop sizes would
	   render at single-digit pixel values in the stacked layout. */
	.site-content .wso-section-job-quiz .wso-job-quiz-vlabel {
		font-size: 1.4rem;
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-area-name {
		font-size: 1.1rem;
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-block-label {
		font-size: 1.3rem;
	}

	.site-content .wso-section-job-quiz a.wso-job-quiz-job-title {
		font-size: 1.5rem;
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-job-meta,
	.site-content .wso-section-job-quiz .wso-job-quiz-job-meta p {
		font-size: 1.3rem;
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-area-overlay p {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 767px) {
	.wso-section-job-quiz {
		--job-quiz-edge: 1.25rem;
		--job-quiz-block-padding: 2.5rem;
		--job-quiz-answer-box: 1.7rem;
	}

	/* A taller frame keeps the cover crop closer to the source image instead of
	   zooming into a narrow strip on phone widths. */
	.wso-section-job-quiz .wso-job-quiz-step-media {
		aspect-ratio: 4 / 3;
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-title,
	.site-content .wso-section-job-quiz .wso-job-quiz-question {
		font-size: 1.9rem;
	}

	.wso-section-job-quiz .wso-job-quiz-answer,
	.wso-section-job-quiz .wso-job-quiz-intro-copy p,
	.site-content .wso-section-job-quiz .wso-job-quiz-result-lead {
		font-size: 1.25rem;
	}

	.wso-section-job-quiz .wso-job-quiz-answers {
		gap: 1.75rem;
	}

	/* The larger box is taller than the first copy line, so it aligns to the top. */
	.wso-section-job-quiz .wso-job-quiz-answer-box {
		margin-top: 0.05rem;
	}

	.wso-section-job-quiz .wso-job-quiz-job-row {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.wso-section-job-quiz .wso-job-quiz-job-actions {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.wso-section-job-quiz .wso-job-quiz-step-number {
		font-size: 2.8rem;
	}

	.site-content .wso-section-job-quiz .wso-job-quiz-vlabel {
		font-size: 1.3rem;
	}
}
