/**
 * Neutrope Marketing Desk — front-end CTA card.
 *
 * Intentionally minimal and theme-friendly: neutral colors, inherited fonts,
 * and modest spacing so it does not fight the active theme.
 */

.ntmd-cta {
	margin: 2em 0;
	padding: 1.25em 1.5em;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	background: #f8fafc;
}

.ntmd-cta__title {
	margin-bottom: 0.4em;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 1.4;
}

.ntmd-cta__body {
	margin-bottom: 1em;
	line-height: 1.7;
}

.ntmd-cta a.ntmd-cta__button,
.ntmd-cta a.ntmd-cta__button:link,
.ntmd-cta a.ntmd-cta__button:visited {
	display: inline-block;
	padding: 0.7em 1.6em;
	border-radius: 6px;
	background: #2271b1;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2;
}

.ntmd-cta a.ntmd-cta__button:hover,
.ntmd-cta a.ntmd-cta__button:focus {
	background: #185a8f;
	color: #fff;
}
