/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Callout Tiles 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-v2-callout-tiles .img-cont::before {
	display: block;
	background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}

.core-v2-callout-tiles .content-section {
	text-align: center;
}

.core-v2-callout-tiles .slide-title {
	font-size: var(--text-xl);
}


.core-v2-callout-tiles .content-section::after {
    content: '';
    pointer-events: none;
    display: block;
    width: 105px;
    height: 13px;
    background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/blackhillsbadlandssd/clipboard_image_1739463318_63d6a2d6-252c-4e13-ae84-0e8cef50a09b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-block-end: -16px;
    opacity: 0;
    transition: opacity var(--transition-appendix), margin-bottom var(--transition-appendix);
}


@media (hover: hover) {
	.callout-tiles-v2-1-across-fullwidth.animation-expand .slide:has(a:hover) .slide-img {
		scale: 1.02;
	}

	.core-v2-callout-tiles .slide:has(a:hover) .content-section::after {
		opacity: 1;
		margin-block-end: 5px;
	}
	

	.core-v2-callout-tiles .overlap-image .slide-title:hover,
	.core-v2-callout-tiles .overlap-image .slide-title > a:hover {
		text-decoration: none;
	}
}

@container (min-width: 64em) {
	.callout-tiles-v2-1-across-fullwidth .slide-title,
	.callout-tiles-v2-1-across .slide-title {
		font-size: var(--text-5xl);
	}

	.callout-tiles-v2-1-across-fullwidth .info-flag,
	.callout-tiles-v2-1-across .info-flag,
	.callout-tiles-v2-3-across .slide-title,
	.callout-tiles-v2-4-across-fullwidth .slide-title {
		font-size: var(--text-2xl);
	}

	.callout-tiles-v2-2-across-fullwidth .slide-title,
	.callout-tiles-v2-2-across .slide-title {
		font-size: var(--text-4xl);
	}

	.callout-tiles-v2-2-across-fullwidth .info-flag,
	.callout-tiles-v2-2-across .info-flag,
	.callout-tiles-v2-4-across .slide-title,
	.callout-tiles-v2-5-across-fullwidth .slide-title,
	.callout-tiles-v2-5-across .slide-title,
	.callout-tiles-v2-6-across-fullwidth .slide-title,
	.callout-tiles-v2-6-across .slide-title {
		font-size: var(--text-xl);
	}

	.callout-tiles-v2-3-across-fullwidth .slide-title {
		font-size: var(--text-3xl);
	}

	.callout-tiles-v2-3-across-fullwidth .info-flag {
		font-size: var(--text-lg);
	}

	.callout-tiles-v2-3-across .info-flag,
	.callout-tiles-v2-4-across-fullwidth .info-flag {
		font-size: var(--text-base);
	}
}