/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Slider family. This enables the ability to
	a family of widgets in a single update without touching the structure of the widget and without needing
	to duplicate efforts across several widget-specific CSS files.
*/

.core-hero-image .read-more:hover {
	text-decoration: none;
}

.core-hero-image .read-more::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	content: '\f061';
	margin-left: var(--space-1);
	font-size: 13px;
	vertical-align: text-bottom;
	transition: margin-left 0.3s ease-in-out;
}

.core-hero-image .read-more:hover::after {
	margin-left: var(--space-3);
}
