/**
 * SmartTraffic article content (CTA block on front end).
 *
 * @package SmartTraffic_AI
 */

.smarttraffic-cta {
	margin-top: 1.5em;
	padding: 1em 1.25em;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	text-align: center;
}

.smarttraffic-cta a {
	text-decoration: none;
}

.smarttraffic-cta a:hover {
	text-decoration: underline;
}
