.socialschool-article-cta {
	max-width: 760px;
	margin: 64px auto 0;
	padding: 32px;
	color: #222;
	background: #f7f5fa;
	border: 1px solid #ded8e8;
	border-radius: 12px;
}

.socialschool-article-cta__eyebrow,
.socialschool-article-cta__title,
.socialschool-article-cta__body,
.socialschool-article-cta__action {
	margin-top: 0;
}

.socialschool-article-cta__eyebrow {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
}

.socialschool-article-cta__title {
	margin-bottom: 16px;
	font-size: clamp(22px, 3vw, 26px);
	line-height: 1.4;
}

.socialschool-article-cta__body {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.8;
}

.socialschool-article-cta__action {
	margin-bottom: 0;
}

.socialschool-article-cta__action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	min-height: 52px;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #5b2da8;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 0.18em;
	background: #fff;
	border: 2px solid #5b2da8;
	border-radius: 10px;
}

.socialschool-article-cta__action a:hover {
	color: #fff;
	background: #4a238d;
	border-color: #4a238d;
}

.socialschool-article-cta__action a:focus-visible {
	outline: 3px solid #0b5fff;
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.socialschool-article-cta {
		margin-top: 48px;
		padding: 24px;
	}

	.socialschool-article-cta__action a {
		width: 100%;
		min-width: 0;
	}
}
