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

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

.backed-by-2026 {
	background:
    radial-gradient(circle at 0% 0%, rgba(222, 170, 211, 0.35) 0%, rgba(222, 170, 211, 0.16) 12%, rgba(222, 170, 211, 0) 30%),
    radial-gradient(circle at 100% 0%, rgba(68, 233, 201, 0.45) 0%, rgba(68, 233, 201, 0.2) 12%, rgba(68, 233, 201, 0) 28%),
    linear-gradient(0deg, #f7f7fb 0%, #f5f5f8 100%);
	padding: 100px 24px;
	color: #080E3F;
}

.backed-by-2026__inner {
	width: min(1400px, 100%);
	margin: 0 auto;
}

.backed-by-2026__intro {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 64px;
}

.backed-by-2026__eyebrow {
	font-size: 15px;
	letter-spacing: 1.5px !important;
	text-transform: uppercase;
	color: #514AD8;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 18px;
	font-family: "Graphie", sans-serif;
}

.backed-by-2026__heading {
	color: #080E3F;
	font-family: "Graphie", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.05;
	margin: 0;
}

.backed-by-2026__subheadline {
	color: rgba(8, 14, 63, .72);
	font-family: "Graphie", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin: 18px auto 0;
	max-width: 760px;
}

.backed-by-2026__subheadline p {
	margin: 0;
}

.backed-by-2026__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	align-items: stretch;
}

.backed-by-2026__item {
	min-height: 180px;
	border-radius: 14px;
	/*background: #f7f7ff;*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px;
	text-align: center;
}

.backed-by-2026__logo {
	max-width: 250px;
	max-height: 150px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.backed-by-2026__placeholder {
	color: rgba(8, 14, 63, .35);
	font-family: "Graphie", sans-serif;
	font-size: 22px;
	font-weight: 600;
}

@media (max-width: 990px) {
	.backed-by-2026 {
	background:
    radial-gradient(circle at 50% 100%,
        rgba(157, 154, 251, 0.42) 0%,
        rgba(157, 154, 251, 0.18) 20%,
        rgba(157, 154, 251, 0) 42%),

    linear-gradient(180deg,
        #ffffff 0%,
        #ffffff 100%);
	}
	.backed-by-2026 {
		padding: 70px 24px;
	}

	.backed-by-2026__intro {
		margin-bottom: 42px;
	}

	.backed-by-2026__heading {
		font-size: 34px;
	}

	.backed-by-2026__subheadline {
		font-size: 18px;
	}

	.backed-by-2026__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.backed-by-2026__item {
		min-height: 140px;
		padding: 36px;
	}

	.backed-by-2026__logo {
		max-width: 220px;
		max-height: 120px;
	}
}