.editor-styles-wrapper .wp-block[data-type="acf/stats-2026"] {
	max-width: none !important;
}

.editor-styles-wrapper .wp-block[data-type="acf/stats-2026"] .dpd-2026-stats {
	width: 100%;
}

.dpd-2026-stats {
	background: #ffffff;
	padding: 90px 24px;
	max-width: 1300px;
    margin: auto;
}

.dpd-2026-stats__container {
	width: min(1600px, 100%);
	margin: 0 auto;
}

.dpd-2026-stats__intro {
	text-align: center;
	max-width: 100%;
	margin: 0 auto 60px;
}

.dpd-2026-stats__subheadline {
	color: #22242a;
	font-family: "Graphie", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 18px;
}

.dpd-2026-stats__heading {
	color: #080E3F;
	font-family: "Graphie", sans-serif;
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 700;
	line-height: 1.05;
	margin: 0;
	padding-bottom: 20px;
}

.dpd-2026-stats__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 56px;
	align-items: start;
}

.dpd-2026-stats__item {
	text-align: center;
}

.dpd-2026-stats__title {
	color: #514AD8;
	font-family: "Graphie", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.08;
	margin-bottom: 16px;
}

.dpd-2026-stats__text {
	color: #22242a;
	font-family: "Graphie", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.45;
	max-width: 460px;
	margin: 0 auto;
}

@media (max-width: 990px) {
	.dpd-2026-stats {
		padding: 70px 24px;
	}

	.dpd-2026-stats__intro {
		margin-bottom: 42px;
	}

	.dpd-2026-stats__heading {
		font-size: 38px;
	}
	.dpd-2026-stats__subheadline {
	font-size: 18px;
	margin-bottom: 16px;
}

	.dpd-2026-stats__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.dpd-2026-stats__title {
		font-size: 34px;
	}

	.dpd-2026-stats__text {
		font-size: 18px;
		max-width: 360px;
	}
}