.marko-source-evidence {
	width: min(100%, 1120px);
	margin: clamp(24px, 4vw, 42px) auto;
	padding: clamp(20px, 3.4vw, 34px);
	border: 1px solid rgba(22, 85, 130, .2);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(236, 246, 251, .96), rgba(255, 255, 255, .98) 62%),
		#fff;
	box-shadow: 0 18px 44px rgba(25, 58, 78, .09);
	color: #243541;
}

.marko-source-evidence__eyebrow {
	margin: 0 0 7px !important;
	color: #b54d25 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: .08em !important;
	text-transform: uppercase;
}

/* The Mariupol article uses justified body copy. Evidence cards are navigation. */
body.page-id-30103 .marko-source-evidence,
body.page-id-30103 .marko-source-evidence :is(h3, p, a, strong, span) {
	text-align: left;
	text-align-last: auto;
	word-spacing: normal;
	letter-spacing: normal;
}

/* On the Mariupol object page the source panel belongs to the whole object
 * introduction, not to the narrow text column beside the beam photograph. */
@media (min-width: 768px) {
	body.page-id-30103 .e-con-inner:has(> .elementor-element-c4f7b06) {
		display: grid;
		grid-template-columns: 150px minmax(0, 1fr);
		column-gap: 20px;
		align-items: start;
	}
	body.page-id-30103 .e-con-inner:has(> .elementor-element-c4f7b06) > .elementor-element-f45d5a1 {
		grid-column: 1;
		width: 150px;
		max-width: 150px;
	}
	body.page-id-30103 .e-con-inner:has(> .elementor-element-c4f7b06) > .elementor-element-c4f7b06 {
		display: contents;
	}
	body.page-id-30103 .e-con-inner:has(> .elementor-element-c4f7b06) > .elementor-element-c4f7b06 > .elementor-widget-text-editor {
		display: contents;
	}
	body.page-id-30103 .elementor-element-de6be16 > .elementor-widget-container {
		display: contents;
	}
	body.page-id-30103 .e-con-inner:has(> .elementor-element-c4f7b06) > .elementor-element-c4f7b06 > .elementor-widget-text-editor > .elementor-widget-container > p:first-child {
		grid-column: 2;
		margin: 0;
	}
	body.page-id-30103 .e-con-inner:has(> .elementor-element-c4f7b06) .marko-source-evidence {
		grid-column: 1 / -1;
		width: 100%;
		margin-top: 24px;
	}
}

.marko-source-evidence h3 {
	margin: 0 !important;
	color: #143e5d !important;
	font-size: clamp(22px, 2.4vw, 31px) !important;
	font-weight: 800 !important;
	line-height: 1.18 !important;
	letter-spacing: -.015em !important;
	text-wrap: balance;
}

.marko-source-evidence__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
	gap: 12px;
	margin-top: 20px;
}

/* WordPress may add line-break nodes between block-owned source links. They
 * must not become empty grid cells or push the second card to a new row. */
.marko-source-evidence__grid > br {
	display: none;
}

.marko-source-evidence__grid > a,
.marko-source-evidence__grid > a:visited {
	display: flex;
	min-width: 0;
	min-height: 132px;
	padding: 17px 46px 17px 17px;
	position: relative;
	flex-direction: column;
	gap: 7px;
	border: 1px solid rgba(22, 85, 130, .22);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(25, 58, 78, .06);
	color: #165582 !important;
	text-decoration: none !important;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.marko-source-evidence__grid > a::after {
	content: "\2197";
	position: absolute;
	top: 15px;
	right: 16px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.marko-source-evidence__grid > a strong {
	color: inherit;
	font-size: 16px;
	line-height: 1.35;
}

.marko-source-evidence__grid > a span {
	color: #465965;
	font-size: 14px;
	line-height: 1.5;
}

.marko-source-evidence__grid > a:hover,
.marko-source-evidence__grid > a:active {
	border-color: rgba(181, 77, 37, .58);
	box-shadow: 0 13px 28px rgba(25, 58, 78, .12);
	color: #9d3d1b !important;
	transform: translateY(-2px);
}

.marko-source-evidence__grid > a:focus-visible {
	outline: 3px solid #b54d25 !important;
	outline-offset: 3px;
	color: #753018 !important;
}

.marko-source-evidence__note {
	margin: 18px 0 0 !important;
	padding-left: 14px;
	border-left: 3px solid #f0b27c;
	color: #465965 !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.marko-source-evidence--inline {
	width: 100%;
	margin: 26px 0 0;
}

.marko-source-evidence--inline .marko-source-evidence__grid > a:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.marko-price-beam-guide {
	max-width: 980px;
	margin: 0 auto;
	color: #243541;
}

.marko-price-beam-guide h2 {
	margin: 0 0 12px !important;
	color: #143e5d !important;
	font-size: clamp(24px, 2.8vw, 34px) !important;
	line-height: 1.2 !important;
}

.marko-price-beam-guide > p {
	margin: 0 0 18px !important;
	font-size: 17px !important;
	line-height: 1.6 !important;
}

.marko-price-beam-guide > ul {
	display: grid;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.marko-price-beam-guide > ul > li {
	padding: 14px 16px 14px 44px;
	position: relative;
	border: 1px solid rgba(22, 85, 130, .17);
	border-radius: 14px;
	background: #fff;
	font-size: 16px;
	line-height: 1.55;
}

.marko-price-beam-guide > ul > li::before {
	content: "\2713";
	position: absolute;
	top: 13px;
	left: 17px;
	color: #b54d25;
	font-weight: 900;
}

.marko-price-beam-guide .marko-source-evidence {
	margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
	.marko-source-evidence__grid > a {
		transition: none;
	}
}

@media (max-width: 767px) {
	body.page-id-30103 .e-con-inner:has(> .elementor-element-c4f7b06) {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	body.page-id-30103 :is(.elementor-element-f45d5a1, .elementor-element-c4f7b06) {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
	body.page-id-30103 .elementor-element-6fb1be1 img {
		width: 150px;
		height: 150px;
		object-fit: contain;
	}
	body.page-id-30103 .marko-source-evidence {
		width: 100%;
	}
	.marko-source-evidence {
		width: calc(100% - 32px);
		margin: 24px auto;
		padding: 19px;
		border-radius: 19px;
	}

	.marko-source-evidence__grid {
		grid-template-columns: 1fr;
	}

	.marko-source-evidence__grid > a,
	.marko-source-evidence__grid > a:visited {
		min-height: 0;
		padding: 16px 44px 16px 16px;
	}

	.marko-source-evidence--inline {
		width: 100%;
		margin: 22px 0 0;
	}

	.marko-price-beam-guide > p,
	.marko-price-beam-guide > ul > li {
		font-size: 15px !important;
	}
}
