/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Cards 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.
*/

.ccl-v2-widget.core-v2-cards {
    .content-section,
    .slides {
        gap: var(--space-5);
    }

    .slide-title {
        font-size: var(--text-2xl);
        color: var(--secondary-color-700);
        font-family: var(--font-franklin);
        font-weight: var(--font-weight-medium);
        line-height: 1.1;
    }
    .info-flag {
        display: none;
    }

    .slide-desc {
        font-size: var(--text-sm);
        line-height: var(--leading-normal);
        font-weight: var(--font-weight-normal);
    }
	.img-cont,
    .img-cont::before,
    .img-cont::after,
    .slide-img,
    &:is(.animation-overlay) .img-cont {
        border-radius: 8px 8px 0 0;
    }
}