:root {
	--peb-paper: #f7f8f8;
	--peb-ink: #0b1d32;
	--peb-panel: #0d243a;
	--peb-panel-soft: #102b44;
	--peb-muted: #c5ceda;
	--peb-line: rgba(9, 24, 43, 0.16);
	--peb-line-light: rgba(255, 255, 255, 0.13);
	--peb-accent: #274f80;
	--peb-editorial-ink: #173f67;
	--peb-accent-warm: #d9746c;
	--peb-shadow: 0 28px 60px rgba(9, 24, 43, 0.16);
	--peb-radius: 8px;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote {
	background: var(--peb-panel);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--peb-radius);
	box-shadow: var(--peb-shadow);
	box-sizing: border-box;
	margin: 2.25rem auto;
	max-width: 760px;
	overflow: hidden;
	padding: 2.2rem 2.35rem 2rem;
	position: relative;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote::before {
	color: var(--peb-accent-warm);
	content: "\201C";
	font-family: Georgia, "Times New Roman", serif;
	font-size: 6rem;
	font-weight: 400;
	left: 1.35rem;
	line-height: 1;
	opacity: 0.34;
	position: absolute;
	top: 0.65rem;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote::after {
	color: var(--peb-accent-warm);
	content: "\201D";
	font-family: Georgia, "Times New Roman", serif;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	opacity: 0.34;
	position: absolute;
	right: 1.35rem;
	bottom: 0.55rem;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote .perspekt-pull-quote__text {
	background: transparent !important;
	border: 0 !important;
	border-left: 0 !important;
	box-shadow: none !important;
	color: #f8fafc;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 2.4vw, 2.45rem);
	font-style: normal !important;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.16;
	margin: 0 !important;
	padding: 0 0 1.15rem 1.45rem !important;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote .perspekt-pull-quote__text p {
	background: transparent !important;
	border: 0 !important;
	color: inherit;
	font: inherit;
	font-style: inherit !important;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: inherit;
}

.perspekt-pull-quote__citation {
	border-top: 1px solid var(--peb-line-light);
	color: var(--peb-muted);
	font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.3;
	margin: 0 0 0 1.45rem;
	padding-top: 0.95rem;
	text-transform: uppercase;
}

.perspekt-pull-quote--wide {
	max-width: min(1280px, calc(100vw - 4rem)) !important;
	width: min(1280px, calc(100vw - 4rem)) !important;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--wide {
	display: block;
	left: 50%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	position: relative;
	transform: translateX(-50%);
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 1.85rem;
	margin-top: 1.85rem;
	max-width: 760px;
	overflow: visible;
	padding: 0.25rem 0;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet::before {
	color: rgba(39, 79, 128, 0.32);
	display: block;
	font-size: 2.9rem;
	left: -2.15rem;
	opacity: 1;
	top: -0.2rem;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet::after {
	display: none;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet .perspekt-pull-quote__text {
	color: var(--peb-ink);
	font-size: clamp(1.55rem, 2.05vw, 2.08rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.28;
	padding: 0 0 0.65rem !important;
	text-transform: none;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet .perspekt-pull-quote__text::after {
	color: rgba(39, 79, 128, 0.32);
	content: "\201D";
	display: inline-block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0;
	margin-left: 0.18em;
	vertical-align: -0.26em;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet .perspekt-pull-quote__citation {
	border-top: 0;
	color: rgba(11, 29, 50, 0.68);
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	margin-left: 0;
	padding-top: 0;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--editorial {
	background:
		linear-gradient(90deg, rgba(39, 79, 128, 0.14), rgba(39, 79, 128, 0.045) 62%, rgba(255, 255, 255, 0));
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	margin-bottom: 2.9rem;
	margin-top: 2.9rem;
	padding: clamp(1.75rem, 3.4vw, 2.7rem) clamp(1.55rem, 3.8vw, 2.8rem);
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--editorial::before,
.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--editorial::after {
	display: none;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--editorial .perspekt-pull-quote__text {
	color: var(--peb-editorial-ink);
	font-size: clamp(1.48rem, 2vw, 2.05rem);
	font-style: normal !important;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.34;
	padding: 0 !important;
	text-align: left;
	text-transform: none;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--editorial .perspekt-pull-quote__citation {
	border-top: 0;
	color: var(--peb-accent);
	display: block;
	font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.2;
	margin: 0 0 1.15rem;
	max-width: none;
	order: -1;
	padding-top: 0;
	text-align: left;
	text-transform: uppercase;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--editorial .perspekt-pull-quote__citation:empty {
	display: none;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--editorial strong,
.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--editorial b {
	color: #0b2a48;
	font-weight: 800;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--editorial em,
.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--editorial i {
	color: inherit;
	font-style: italic;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--dark {
	background: var(--peb-panel);
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--dark::before {
	color: var(--peb-accent-warm);
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--dark::after {
	color: var(--peb-accent-warm);
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--dark .perspekt-pull-quote__text {
	color: #f8fafc;
}

.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--dark .perspekt-pull-quote__citation {
	color: var(--peb-muted);
}

.wp-block-perspekt-read-also.perspekt-read-also {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	box-sizing: border-box;
	margin: 2rem auto;
	max-width: 760px;
	overflow: visible;
	padding: 0;
}

.wp-block-perspekt-read-also.perspekt-read-also::before,
.wp-block-perspekt-read-also.perspekt-read-also::after {
	content: none !important;
	display: none !important;
}

.wp-block-perspekt-read-also.perspekt-read-also .perspekt-read-also__link {
	align-items: start;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: inherit;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
}

.wp-block-perspekt-read-also.perspekt-read-also .perspekt-read-also__link::before,
.wp-block-perspekt-read-also.perspekt-read-also .perspekt-read-also__link::after {
	content: none !important;
	display: none !important;
}

.wp-block-perspekt-read-also.perspekt-read-also .perspekt-read-also__media {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block;
	min-width: 0;
	width: 100%;
}

.wp-block-perspekt-read-also.perspekt-read-also .perspekt-read-also__image {
	aspect-ratio: 16 / 10;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.wp-block-perspekt-read-also.perspekt-read-also .perspekt-read-also__body {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block;
	min-width: 0;
	padding: 0.25rem 0 0;
}

.perspekt-read-also__label {
	align-items: center;
	color: var(--peb-accent);
	display: block;
	font-size: clamp(0.95rem, 1vw, 1.08rem);
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.perspekt-read-also__title {
	color: var(--peb-ink);
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.42rem, 2vw, 2rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: none;
}

.perspekt-read-also__excerpt {
	border-top: 0;
	color: rgba(11, 29, 50, 0.72);
	display: block;
	font-size: 1rem;
	line-height: 1.45;
	margin-top: 0.85rem;
	padding-top: 0;
}

.perspekt-read-also__link:hover .perspekt-read-also__title,
.perspekt-read-also__link:focus .perspekt-read-also__title {
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.14em;
}

.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--compact .perspekt-read-also__link {
	grid-template-columns: minmax(150px, 30%) minmax(0, 1fr);
	gap: 1.15rem;
}

.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--compact.perspekt-read-also--no-image .perspekt-read-also__link {
	grid-template-columns: minmax(0, 1fr);
}

.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--card {
	background: var(--peb-panel);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--peb-radius);
	box-shadow: var(--peb-shadow);
	overflow: hidden;
	padding: 0;
}

.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--card .perspekt-read-also__link {
	gap: 0;
}

.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--card.perspekt-read-also--has-image .perspekt-read-also__link {
	grid-template-columns: minmax(190px, 30%) minmax(0, 1fr);
}

.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--card .perspekt-read-also__image {
	aspect-ratio: 16 / 10;
}

.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--card .perspekt-read-also__body {
	padding: 1.55rem 1.75rem;
}

.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--card .perspekt-read-also__label {
	color: var(--peb-accent-warm);
}

.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--card .perspekt-read-also__title {
	color: #f8fafc;
	font-size: clamp(1.42rem, 2vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.18;
	text-transform: uppercase;
}

.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--card .perspekt-read-also__excerpt {
	border-top: 1px solid var(--peb-line-light);
	color: var(--peb-muted);
	padding-top: 0.85rem;
}

.wp-block-perspekt-sources.perspekt-sources {
	background:
		linear-gradient(90deg, rgba(39, 79, 128, 0.1), rgba(39, 79, 128, 0.035) 58%, rgba(255, 255, 255, 0));
	box-sizing: border-box;
	margin: 2.25rem auto;
	max-width: 760px;
	padding: 1.35rem 1.45rem;
}

.perspekt-sources__title {
	color: var(--peb-accent);
	font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.2;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.perspekt-sources__list {
	counter-reset: perspekt-source;
	display: grid;
	gap: 0.78rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.perspekt-sources__item {
	align-items: baseline;
	color: var(--peb-ink);
	display: grid;
	gap: 0.3rem 0.75rem;
	grid-template-columns: 2rem minmax(0, 1fr);
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.perspekt-sources__item::before {
	color: rgba(39, 79, 128, 0.62);
	content: counter(perspekt-source, decimal-leading-zero);
	counter-increment: perspekt-source;
	font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.perspekt-sources__link,
.perspekt-sources__label {
	color: var(--peb-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.04rem;
	font-weight: 700;
	line-height: 1.34;
	text-decoration: none;
}

.perspekt-sources__link:hover,
.perspekt-sources__link:focus {
	color: var(--peb-accent);
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

.perspekt-sources__note {
	color: rgba(11, 29, 50, 0.72);
	display: block;
	font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.92rem;
	grid-column: 2;
	line-height: 1.38;
}

.wp-block-perspekt-sources.perspekt-sources.perspekt-sources--card {
	background: var(--peb-panel);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--peb-radius);
	box-shadow: var(--peb-shadow);
	padding: 1.55rem 1.7rem;
}

.perspekt-sources--card .perspekt-sources__title {
	color: var(--peb-accent-warm);
}

.perspekt-sources--card .perspekt-sources__item::before {
	color: rgba(217, 116, 108, 0.78);
}

.perspekt-sources--card .perspekt-sources__link,
.perspekt-sources--card .perspekt-sources__label {
	color: #f8fafc;
}

.perspekt-sources--card .perspekt-sources__link:hover,
.perspekt-sources--card .perspekt-sources__link:focus {
	color: var(--peb-accent-warm);
}

.perspekt-sources--card .perspekt-sources__note {
	color: var(--peb-muted);
}

@media (max-width: 520px) {
	.wp-block-perspekt-pull-quote.perspekt-pull-quote {
		margin-bottom: 1.8rem;
		margin-top: 1.8rem;
		padding: 1.65rem 1.35rem 1.45rem;
	}

	.wp-block-perspekt-pull-quote.perspekt-pull-quote .perspekt-pull-quote__text {
		font-size: 1.55rem;
		padding-left: 0.85rem !important;
	}

	.perspekt-pull-quote__citation {
		margin-left: 0.85rem;
	}

	.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet {
		margin-top: 2.25rem;
		padding: 0.15rem 0;
	}

	.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet::before {
		font-size: 2.45rem;
		left: 0;
		top: -1.75rem;
	}

	.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet::after {
		display: none;
	}

	.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet .perspekt-pull-quote__text::after {
		font-size: 2.45rem;
	}

	.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet .perspekt-pull-quote__text,
	.wp-block-perspekt-pull-quote.perspekt-pull-quote.perspekt-pull-quote--quiet .perspekt-pull-quote__citation {
		margin-left: 0;
		padding-left: 0 !important;
	}

	.perspekt-read-also--compact .perspekt-read-also__link,
	.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--card.perspekt-read-also--has-image .perspekt-read-also__link {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.perspekt-read-also__body {
		padding: 0;
	}

	.wp-block-perspekt-read-also.perspekt-read-also.perspekt-read-also--card .perspekt-read-also__body {
		padding: 1.15rem 1.2rem;
	}

	.wp-block-perspekt-sources.perspekt-sources {
		padding: 1.15rem 1.05rem;
	}

	.perspekt-sources__item {
		grid-template-columns: 1.65rem minmax(0, 1fr);
	}
}
