/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the List 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-list .slide .content-section {
    padding: 0 var(--space-6) var(--space-4);
}

.core-list .button-wrapper .button {
	margin-left: auto;
}

.core-list .slide .details,
.core-list .slide .slide-title {
	color: var(--dark-gray);
}

.ccl-widget .details li .icon {
	color: var(--medium-gray);
}

.core-list .slide .slide-footer a {
    color: var(--firebrick);
    background-color: unset;
    border-radius: unset;
	padding: 0;
}

.core-list .slide .slide-footer a:not(.button):hover,
.core-list .slide .slide-footer a:hover {
    background-color: unset;
}

.core-list .slide .slide-footer button {
	display: none;
}