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

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

.the-solution-simple-2026 {
	background: radial-gradient(circle at 106% 10%, rgba(31, 220, 191, 0.9) 0%, rgba(31, 220, 191, 0.45) 12%, rgba(31, 220, 191, 0) 28%),
    linear-gradient(90deg, #080E3F 40%, #0a156c 82%, #4e48c8 100%);
	padding: 100px 24px;
	color: #ffffff;
}

.the-solution-simple-2026__inner {
	width: min(980px, 100%);
	margin: 0 auto;
	text-align: center;
}

.the-solution-simple-2026__eyebrow {
	font-size: 15px;
	letter-spacing: 1.5px !important;
	text-transform: uppercase;
	color: #C8C4F5;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 40px;
	font-family: "Graphie", sans-serif;
}

.the-solution-simple-2026__heading {
	color: #ffffff;
	font-family: "Graphie", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.05;
	margin: 0 auto 40px;
	max-width: 900px;
}

.the-solution-simple-2026__text {
	color: #ffffff;
	font-family: "Graphie", sans-serif;
	font-size: 21px;
	font-weight: 200;
	line-height: 1.55;
	max-width: 820px;
	margin: 0 auto 40px;
}

.the-solution-simple-2026__text p {
	margin: 0 0 16px;
}

.the-solution-simple-2026__text p:last-child {
	margin-bottom: 0;
}

.the-solution-simple-2026__cta {
	margin-top: 38px;
}

.the-solution-simple-2026__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #080E3F;
	border-radius: 7px;
    padding: 20px 40px !important;
    font-size: 20px !important;
	font-weight: 700;
	text-decoration: none;
	transition-duration: 200ms;
}

.the-solution-simple-2026__button:hover {
	background: #00A79D;
	color: #ffffff;
}

@media (max-width: 990px) {
	.the-solution-simple-2026 {
		padding: 70px 24px;
	}

	.the-solution-simple-2026__heading {
		font-size: 34px;
	}

	.the-solution-simple-2026__text {
		font-size: 18px;
	}

	.the-solution-simple-2026__button {
		width: 100%;
		max-width: 320px;
	}
}