/* LP Selbsttest — fulfilment profile. Design per Figma (file wIRaRoyFQUvwnwj9qIxg3t). */

.lp-st-wrap {
	--lp-dark-blue: #003A5B;
	--lp-blue: #62A6DB;
	--lp-attention: #4E5396;
	--lp-blue-matt: #62A6DB;
	--lp-blue-faded: #B9C6D5;
	--lp-grey-light: #F2F2F2;
	--lp-white: #FFFFFF;
	--lp-pink: #DD93AF;
	--lp-gradient: linear-gradient(83.68deg, #DD93AF 0%, #62A6DB 100%);
	--lp-gradient-bar: linear-gradient(90deg, #DD93AF 0%, #62A6DB 100%);
	--lp-font: "Circular Std", "Open Sans", Arial, sans-serif;
	--lp-font-legal: "DM Sans", "Open Sans", Arial, sans-serif;

	font-family: var(--lp-font);
	color: var(--lp-dark-blue);
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

.lp-st-wrap * {
	box-sizing: border-box;
}

.lp-st-result-main .lp-st-wrap .lp-st-root {
	padding-left: var(--space-l);
	padding-right: var(--space-l);
	max-width: 100vw;
	margin: 0 auto;
	width: 100%;
}

.lp-st-loading {
	text-align: center;
	padding: 3rem 0;
	color: var(--lp-dark-blue);
}

/* ================== Buttons ================== */

.lp-st-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 50px;
	padding: 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	background: var(--lp-dark-blue);
	color: var(--lp-white);
	font-family: var(--lp-font);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: .3s;
	text-decoration: none;
}
.lp-st-btn:hover { 
	background-color: #012235;
	border-color: #011a28;
}
.lp-st-btn:disabled { opacity: 0.35; cursor: not-allowed; }
.lp-st-btn.block { width: 100%; }
@media (min-width: 768px){
	.lp-st-btn {
		padding-right: 32px;
		padding-left: 32px;
	}
}

/* ================== Intro ================== */

.lp-st-reveals-card {
	background: var(--lp-white);
	border-radius: 16px;
	box-sizing: border-box;
	padding: 24px;
	margin: 0 auto;
	color: var(--lp-dark-blue);
	max-width: 800px;
}
.lp-st-wrap .lp-st-root .lp-st-reveals-card h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 24px;
}
.lp-st-reveals {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}
.lp-st-reveals .lp-st-reveal {
	position: relative;
	padding-left: 20px;
}
.lp-st-reveals .lp-st-reveal:before {
	content: '';
	position: absolute;
	left: 9px;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--lp-dark-blue);
}
.lp-st-reveals .lp-st-reveal .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 4px;
}
.lp-st-reveals .lp-st-reveal .desc {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	color: var(--lp-dark-blue);
}
.lp-st-reveals-card .lp-st-btn {
	width: 100%;
}
.lp-st-wrap .lp-st-reveals-card .disclaimer {
	margin: 12px 0 0;
	font-size: 10px;
	color: var(--lp-dark-blue);
	text-align: center;
}
@media (min-width: 768px) {
	.lp-st-reveals-card { padding: 40px; }
	.lp-st-reveals {
		gap: 24px;
		margin: 0 0 40px;
	}
	.lp-st-reveals .lp-st-reveal {
		padding-left: 30px;
	}
	.lp-st-reveals .lp-st-reveal:before {
		top: 10px;
		left: 14px;
	}
	.lp-st-reveals .lp-st-reveal .title {
		font-size: 18px;
	}
	.lp-st-reveals .lp-st-reveal .desc {
		font-size: 18px;
	}
	.lp-st-reveals-card .lp-st-btn {
		width: auto;
	}
	.lp-st-wrap .lp-st-reveals-card .disclaimer {
		margin: 16px 0 0;
		text-align: left;
	}
}

.lp-st-wrap .lp-st-nl-card .body,
.lp-st-wrap .lp-st-nl-card .lead,
.lp-st-wrap .lp-st-nl-card p {
	color: var(--lp-white);
}

.lp-st-wrap .lp-st-nl-card.lp-st-nl-card--white .body,
.lp-st-wrap .lp-st-nl-card.lp-st-nl-card--white .lead,
.lp-st-wrap .lp-st-nl-card.lp-st-nl-card--white p {
	color: var(--lp-dark-blue);
}

/* ================== Card (forms) ================== */

.lp-st-card {
	background: var(--lp-white);
	border-radius: 16px;
	padding: 24px;
	max-width: 700px;
	margin: 0 auto 32px;
	color: var(--lp-dark-blue);
}
.lp-st-progress-head {
	margin-bottom: 24px;
}
.lp-st-progress-head .lp-st-progress-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	color: var(--lp-dark-blue);
	margin-bottom: 16px;
	line-height: 1;
}
.lp-st-progress-head .lbl-right { font-weight: 400; }
.lp-st-progress-bar {
	height: 4px;
	background: var(--lp-dark-blue);
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.lp-st-progress-bar > span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: var(--lp-blue-matt);
	border-radius: 2px;
	transition: width 0.3s ease;
}
.lp-st-root .lp-st-card h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 24px;
}
.lp-st-wrap .lp-st-card .explanation {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	margin: -40px 0 40px;
}
.lp-st-root .lp-st-card:not(.lp-st-card-about) h2,
.lp-st-root .lp-st-card:not(.lp-st-card-about) .explanation {display: none;}

@media (min-width: 768px) {
	.lp-st-card {
		padding: 40px;
	}
	.lp-st-progress-head {
		margin-bottom: 40px;
	}
	.lp-st-root .lp-st-card h2 {
		font-size: 32px;
		margin: 0 0 40px;
	}
	.lp-st-root .lp-st-card:not(.lp-st-card-about) h2,
	.lp-st-root .lp-st-card:not(.lp-st-card-about) .explanation {display: block;}
}

/* ================== About-you ================== */

.lp-st-field {
	margin-bottom: 24px;
}
.lp-st-label {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
	color: var(--lp-dark-blue);
}

.lp-st-branche-select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	min-height: 48px;
	padding: 12px 40px 12px 16px;
	border: 1.5px solid var(--lp-dark-blue);
	border-radius: 4px;
	background: var(--lp-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23003A5B' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center;
	font-family: var(--lp-font);
	font-size: 18px;
	font-weight: 400;
	color: var(--lp-dark-blue);
	cursor: pointer;
}
.lp-st-branche-select:focus {
	outline: 2px solid var(--lp-blue);
	outline-offset: -1px;
}
.lp-st-wrap .lp-st-about .lp-st-helper {
	font-size: 12px;
	line-height: 1.4;
	color: var(--lp-dark-blue);
	margin: 8px 0 0;
}

.lp-st-pill-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.lp-st-pill {
	appearance: none;
	padding: 10px 12px;
	border: 1.5px solid var(--lp-dark-blue);
	border-radius: 8px;
	background: var(--lp-white);
	font-family: var(--lp-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: var(--lp-dark-blue);
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
}
.lp-st-pill:hover { background: rgba(0, 58, 91, 0.05); }
.lp-st-pill.selected {
	background: var(--lp-dark-blue);
	color: var(--lp-white);
}

.lp-st-step-nav {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}
.lp-st-step-nav .lp-st-btn { width: 100%; }

.lp-st-wrap .lp-st-question .lp-st-about-foot,
.lp-st-wrap .lp-st-about .lp-st-about-foot {
	padding: 0 24px;
	max-width: 700px;
	text-align: center;
	font-size: 12px;
	color: var(--lp-dark-blue);
	opacity: 0.6;
	margin: 16px auto 0;
	text-align: center;
}

.lp-st-wrap .lp-st-question .lp-st-about-foot {
	opacity: 1;
	margin: 0 auto;
	text-align: left;
}

@media (min-width: 768px){
	.lp-st-field {
		margin-bottom: 40px;
	}
}

/* ================== Question (Likert) ================== */

.lp-st-q-block {
	margin-bottom: 32px;
}
.lp-st-wrap .lp-st-q-block .q-text {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	margin: 0 0 16px;
	color: var(--lp-dark-blue);
}
.lp-st-q-block .q-text .num { margin-right: 4px; }

.lp-st-likert {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 12px;
}
.lp-st-likert-circle {
	appearance: none;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	min-width: 32px;
	border-radius: 50%;
	border: 1.5px solid var(--lp-dark-blue);
	background: var(--lp-white);
	font-family: var(--lp-font);
	font-size: 14px;
	font-weight: 500;
	color: var(--lp-dark-blue);
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.lp-st-likert-circle:hover { background: rgba(0, 58, 91, 0.05); }
.lp-st-likert-circle.selected {
	background: var(--lp-dark-blue);
	color: var(--lp-white);
}
.lp-st-likert-legend {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	font-size: 12px;
	font-weight: 300;
	color: #687192;
	line-height: 1.5;
}
.lp-st-likert-legend .lp-lg-left,
.lp-st-likert-legend .lp-lg-right { max-width: none; }

.lp-st-likert-legend .lp-lg-right {
	text-align: right;
}

@media (min-width: 768px) {
	.lp-st-wrap .lp-st-q-block .q-text {
		font-size: 18px;
	}
	.lp-st-likert { gap: 16px; margin-bottom: 8px; }
	.lp-st-likert-circle {
		font-size: 16px;
	}
	.lp-st-likert-legend .lp-lg-left,
	.lp-st-likert-legend .lp-lg-right {
		max-width: 90px;
	}
}

/* ================== Result ================== */

.lp-st-result-hero {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 56px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: space-between;
	align-items: stretch;
}
.lp-st-result-hero .eyebrow {
	font-size: 18px;
	font-weight: 500;
	color: var(--lp-dark-blue);
	margin: 0 0 12px;
	line-height: 1.4;
}
.lp-st-result-hero h2 {
	font-family: var(--lp-font);
	font-weight: 500;
	font-size: clamp(32px, 4vw, 64px);
	line-height: 1.1;
	margin: 0 0 clamp(12px, 1vw, 16px);
	color: var(--lp-dark-blue);
}
.lp-st-result-hero .sub {
	font-size: clamp(16px, 0.5vw, 21px);
	line-height: 1.6;
	margin: 0;
	color: var(--lp-dark-blue);
}
.lp-st-score-card {
	background: var(--lp-white);
	border-radius: 16px;
	padding: 20px;
	color: var(--lp-dark-blue);
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}
.lp-st-score-card .score-label {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}
.lp-st-score-card .score-big {
	font-size: clamp(48px, 6vw, 64px);
	font-weight: 500;
	line-height: 1;
	margin: 0;
	color: var(--lp-dark-blue);
}
@media (min-width: 1024px) {
	.lp-st-result-hero {
		background: rgba(255, 255, 255, 0.4);
		border-radius: 29px;
		padding: 40px;
		flex-direction: row;
		gap: 64px;
		margin-bottom: 120px;
	}
	.lp-st-score-card {
		min-width: 33%;
		width: 33%;
	}
	.lp-st-result-hero .eyebrow {
		font-size: 24px;
		margin-bottom: 16px;
	}
}

.lp-st-chart-card {
	background: var(--lp-white);
	border-radius: 16px;
	padding: 20px;
	max-width: 800px;
	margin: 0 auto 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}
.lp-st-chart-card .chart-wrap {
	position: relative;
	min-height: 250px;
}
.lp-st-chart-card canvas {
	width: 100% !important;
	height: 250px !important;
}
.lp-st-chips-col {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap: 10px;
}
.lp-st-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--lp-grey-light);
	color: var(--lp-dark-blue);
	font-weight: 500;
	font-size: 14px;
	border-radius: 100px;
	padding: 8px 12px;
	line-height: 1;
}
.lp-st-chart-note {
	margin: 0;
	color: var(--lp-dark-blue);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	align-self: stretch;
}
@media (min-width: 1024px) {
	.lp-st-chart-card {
		flex-direction: row;
		flex-wrap: wrap;
		padding: 40px;
		margin-bottom: 54px;
		justify-content: space-evenly;
		gap: 32px;
	}
	.lp-st-chart-note {
		flex-basis: 100%;
		font-size: 18px;
	}
	.lp-st-chart-card .chart-wrap {
		min-height: 320px;
		width: 50%;
	}
	.lp-st-chart-card canvas {
		height: 320px !important;
	}
	.lp-st-chips-col {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
		gap: 24px;
	}
	.lp-st-chip {
		padding: 14px 16px;
		max-width: 160px;
	}
}

.lp-st-dim-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 800px;
	margin: 0 auto 24px;
}
.lp-st-dim-card {
	background: var(--lp-white);
	border-radius: 16px;
	padding: 16px;
	color: var(--lp-dark-blue);
}
.lp-st-dim-card .head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 12px;
}
.lp-st-dim-card .bar-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.lp-st-dim-card .bar-row .lbl {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	width: 130px;
	flex-shrink: 0;
	color: var(--lp-dark-blue);
	word-break: break-word;
}
.lp-st-dim-card .bar {
	flex: 1;
	height: 12px;
	background: var(--lp-grey-light);
	overflow: hidden;
	position: relative;
}
.lp-st-dim-card .bar > span {
	display: block;
	height: 100%;
	background: var(--lp-blue);
	transition: width 0.6s ease;
}
/* per-dimension color mapping */
.lp-st-dim-card.dim-impact         .bar > span { background: var(--lp-blue); }
.lp-st-dim-card.dim-wachstum       .bar > span { background: var(--lp-attention); }
.lp-st-dim-card.dim-erfolg         .bar > span { background: #687192; }
.lp-st-dim-card.dim-wertschaetzung .bar > span { background: var(--lp-blue-faded); }
.lp-st-dim-card.dim-autonomie      .bar > span { background: var(--lp-gradient-bar); }
.lp-st-dim-card .phrase {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
	margin: 12px 0 0;
	color: var(--lp-dark-blue);
}

@media (min-width: 1024px) {
	.lp-st-dim-list {
		gap: 54px;
		margin-bottom: 160px;
	}
	.lp-st-dim-card {
		padding: 16px 24px;
	}
	.lp-st-dim-card .head {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.lp-st-dim-card .bar-row {
		gap: 16px;
		margin-bottom: 16px;
	}
	.lp-st-dim-card .bar-row .lbl {
		font-size: 16px;
		width: 170px;
	}
	.lp-st-dim-card .bar {
		height: 16px;
	}
	.lp-st-dim-card .phrase {
		font-size: 12px;
		margin: 16px 0 0;
	}
}

/* ================== Newsletter card ================== */

.lp-st-nl-card {
	background: var(--lp-dark-blue);
	color: var(--lp-white);
	border-radius: 29px;
	box-shadow: 0 0 50px rgba(0, 30, 47, 0.25);
	padding: 24px 20px;
	max-width: 1226px;
	margin: 56px auto 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lp-st-nl-card.lp-st-nl-card--white {
	background: var(--lp-white);
	color: var(--lp-dark-blue);
}
@media (min-width: 1024px) {
	.lp-st-nl-card {
		padding: 64px;
		gap: 40px;
	}
}
@media (min-width: 1200px) {
	.lp-st-nl-card {
		padding: 80px 142px;
	}
}
.lp-st-wrap .lp-st-nl-card h3 {
	font-family: var(--lp-font);
	font-weight: 500;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.3;
	margin: 0 0 12px;
	color: var(--lp-white);
}
.lp-st-nl-card .body, .lp-st-nl-card p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 12px;
}

.lp-st-wrap .lp-st-nl-card.lp-st-nl-card--white h3 {
	color: var(--lp-dark-blue);
}
@media (min-width: 1024px) {
	.lp-st-nl-card .body, .lp-st-nl-card p { font-size: 21px; margin-bottom: 16px; }
	.lp-st-wrap .lp-st-nl-card h3 {margin-bottom: 16px;}
}
.lp-st-nl-card .lp-st-nl-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--lp-white);
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.48;
}
.lp-st-nl-card .lp-st-nl-link svg [fill] {fill: currentColor;}
.lp-st-nl-card.lp-st-nl-card--white .lp-st-nl-link {
	color: var(--lp-dark-blue);
}
.lp-st-nl-card .lp-st-nl-link:hover { opacity: 0.85; }
.lp-st-nl-card hr {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0;
}

.lp-st-nl-card.lp-st-nl-card--white hr {
	border-top: 1px solid rgba(0, 58, 91, 0.3);
}

.lp-st-email-row {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 16px;
}
.lp-st-email-row input[type="email"] {
	flex: 1;
	min-height: 50px;
	padding: 16px;
	border: none;
	background: var(--lp-white);
	font-family: var(--lp-font);
	font-weight: 500;
	font-size: 16px;
	color: var(--lp-dark-blue);
	border-radius: 8px;
}
.lp-st-email-row input[type="email"]::placeholder {
	color: var(--lp-blue-matt);
	opacity: 0.7;
}
.lp-st-email-row input[type="email"]:focus {
	outline: 2px solid var(--lp-blue);
	outline-offset: -1px;
}
.lp-st-email-row.has-error input[type="email"] {
	outline: 2px solid #E53935;
	outline-offset: -1px;
	color: #E53935;
}
.lp-st-email-row.has-error input[type="email"]::placeholder {
	color: #E53935;
	opacity: 0.7;
}
.lp-st-email-row .lp-st-btn {
	background: var(--lp-blue);
	color: var(--lp-dark-blue);
	min-height: 40px;
	padding: 8px 12px;
	border-radius: 4px;
	font-weight: 500;
}
@media (min-width: 1024px) {
	.lp-st-email-row {
		flex-direction: row;
		gap: 0;
		border-radius: 4px;
		overflow: hidden;
		margin-top: 64px;
	}
	.lp-st-email-row input[type="email"] { 
		border-radius: 4px 0 0 4px;
		padding: 10px 30px;
	}
	.lp-st-email-row .lp-st-btn { 
		border-radius: 0; 
		min-width: 230px;
	}
}
.lp-st-nl-card .note {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	margin: 4px 0 0;
}
.lp-st-nl-card.lp-st-nl-card--white .note {
	color: rgba(0, 58, 91, 0.75);
}
.lp-st-wrap .lp-st-nl-card .error {
	font-size: 14px;
	color: #FF6B6B;
	margin: 4px 0 0;
}

.lp-st-success {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.lp-st-success .ok {
	font-size: 28px;
	font-weight: 500;
}
.lp-st-success .body {
	font-size: 18px;
	opacity: 0.95;
}

/* ================== Off-screen chart (for PNG) ================== */

.lp-st-offscreen {
	position: absolute;
	left: -9999px;
	top: 0;
	width: 600px;
	height: 400px;
	background: #fff;
}

/* Kill theme's legacy defaults for inputs inside quiz */
.lp-st-wrap input, .lp-st-wrap button, .lp-st-wrap select {
	font-family: inherit;
	box-sizing: border-box;
}
.lp-st-wrap select { background-color: var(--lp-white); }

/* ----------------------------------------------------------
 * Result page chrome — applied via body class on /{page}/{token}/
 * Removes theme marketing CTAs + cover/header sections so only
 * #site-header, the result widget, and #site-footer remain.
 * ----------------------------------------------------------*/
body.lp-st-result-page .footer--cards,
body.lp-st-result-page .lp-newsletter,
body.lp-st-result-page .breadcrumbs,
body.lp-st-result-page .breadcrumb,
body.lp-st-result-page .cover__section,
body.lp-st-result-page .cover-subpage { display: none !important; }

body.lp-st-result-page .lp-st-result-main { padding: 40px 0; }
body.lp-st-result-page .lp-st-result-main #lp-selbsttest-root { display: block; }

@media (min-width: 1024px){
	body.lp-st-result-page .lp-st-result-main {
		padding: 80px 0;
	}
}

body.lp-st-result-expired .lp-st-expired-msg {
	text-align: center;
	padding: 4rem 0;
}
body.lp-st-result-expired .lp-st-expired-msg h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
body.lp-st-result-expired .lp-st-expired-msg .lp-st-btn {
	display: inline-block;
	margin-top: 1.5rem;
}

/* ----------------------------------------------------------
 * Result-page variant blocks
 *  - .lp-st-sponsor      : campaign attribution text (inside info-series card)
 *  - .lp-st-compare-list : 3-row branche comparison on Non-Pflege
 *  - .lp-st-info-series  : newsletter variant on Pflege-below
 *  - .lp-st-dim-card.below : tinted dim cards on Pflege-below
 * ----------------------------------------------------------*/
.lp-st-sponsor p {
	margin: 0;
}

.lp-st-sponsor-logos {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 20px 32px;
}
.lp-st-sponsor-logos li { margin: 0; }
.lp-st-sponsor-logos a {
	display: inline-flex;
	align-items: center;
	transition: opacity 0.3s;
}
.lp-st-sponsor-logos a:hover,
.lp-st-sponsor-logos a:focus-visible { opacity: 0.7; }
.lp-st-sponsor-logos img {
	display: block;
	height: 24px;
	width: auto;
	max-width: 100%;
}
.lp-st-sponsor-logos .is-sbfi img { height: 56px; }
@media (min-width: 1024px) {
	.lp-st-sponsor-logos { gap: 24px 40px; }
}

.lp-st-nl-card .lp-st-after-form {
	margin-top: 12px;
	font-size: 12px;
}

.lp-st-retake {
	max-width: 1226px;
	margin: 32px auto 0;
	text-align: left;
	font-size: 15px;
}
.lp-st-retake a {
	color: var(--lp-dark-blue);
	text-decoration: underline;
}
.lp-st-retake a:hover { text-decoration: none; }

.lp-st-after-retake {
	max-width: 1226px;
	margin: 32px auto 0;
	text-align: left;
	font-size: 12px;
}

.lp-st-compare-list {
	max-width: 800px;
	margin: 0 auto 24px;
	background: var(--lp-white);
	border-radius: 16px;
	padding: 16px;
	color: var(--lp-dark-blue);
}
.lp-st-compare-list .head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 12px;
}
.lp-st-compare-list .bar-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.lp-st-compare-list .bar-row .lbl {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	width: 170px;
	flex-shrink: 0;
	color: var(--lp-dark-blue);
	word-break: break-word;
}
.lp-st-compare-list .bar {
	flex: 1;
	height: 12px;
	background: var(--lp-grey-light);
	overflow: hidden;
	position: relative;
}
.lp-st-compare-list .bar > span {
	display: block;
	height: 100%;
	background: var(--lp-blue);
	transition: width 0.6s ease;
}
.lp-st-compare-list .bar-row .val {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: var(--lp-dark-blue);
	font-variant-numeric: tabular-nums;
	flex-shrink: 0;
}
.lp-st-compare-list .phrase {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	margin: 12px 0 0;
	color: var(--lp-dark-blue);
}
@media (min-width: 1024px) {
	.lp-st-compare-list {
		padding: 16px 24px;
	}
	.lp-st-compare-list .head {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.lp-st-compare-list .bar-row {
		gap: 16px;
		margin-bottom: 16px;
	}
	.lp-st-compare-list .bar-row .lbl {
		font-size: 16px;
		width: 220px;
	}
	.lp-st-compare-list .bar {
		height: 16px;
	}
	.lp-st-compare-list .bar-row .val {
		font-size: 16px;
	}
	.lp-st-compare-list .phrase {
		font-size: 16px;
		margin: 16px 0 0;
	}
}

.lp-st-dim-card.below .phrase {
	color: var(--lp-attention, #BA7517);
}
