.ss-autolinker-callout {
	margin: 1.75rem 0 2rem;
	padding: 1rem 1.25rem;
	border-left: 4px solid #2f435a;
	background: #f2f2f2;
	color: #1f2430;
	font-size: 0.98rem;
	line-height: 1.6;
	font-weight: 600;
}

.ss-autolinker-callout a {
	color: #111827;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.ss-autolinker-callout a:hover,
.ss-autolinker-callout a:focus {
	color: #b91c1c;
}

@media (max-width: 767px) {
	.ss-autolinker-callout {
		margin: 1.25rem 0 1.5rem;
		padding: 0.875rem 1rem;
		font-size: 0.95rem;
	}
}
