.marquee {
    margin-bottom: 5px;
    padding-top: 5px;
}

.marquee .slides {
    gap: var(--space-3);
    padding: 0;
}

.marquee .widget-header {
    margin-bottom: 41px;
    max-width: 360px;
}

.marquee .widget-header-inner {
    padding-bottom: 12px;
}

.marquee .slide .slide-top {
    margin: 0;
    position: relative;
    height: 150px;
}

.marquee .widget-view-all {
    padding: 8px var(--space-6);
}

.marquee .event-description {
	font-size: 1rem;
	font-weight: 100;
	line-height: 1.8;
	color: var(--brown-53);
	margin-bottom: 20px;
}

.marquee .widget-small-title {
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 2.8px;
	color: var(--red-76);
	font-weight: 900;
}

.marquee .widget-title {
    font-size: 2.1875rem;
    line-height: 1.1;
    margin: 0 0 15px;
}

.marquee .slide .img-cont {
    position: absolute;
    right: 0;
    top: 20px;
    border-radius: var(--rounded-xl);
}

.marquee .slide > .inner {
    background: var(--sw-container-bg);
    padding: 0px 20px 13px 20px;
    width: 100%;
} 

.marquee .slide .mini-date-container {
    position: relative;
    top: -1px;
    right: 10px;
    background-image: url(/includes/public/assets/shared/date-banner.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 109px;
    width: 72px;
}

.marquee .mini-date-section {
	position: relative;
	top: 2px;
	background-color: transparent;
	color: var(--green-53);
	padding: 5px;
}

.core-marquee .slide .content-section,
.marquee .slides > .slide:not(:first-child) .content-section  {
	position: relative;
}

.core-marquee .slide .content-section {
    padding: var(--space-4) 0;
}

.marquee .slide .slide-title,
.marquee .slides > .slide:not(:first-child) .content-section h3 {
    color: var(--black-33);
}

.marquee[data-layout="vertical"] .slide .slide-title, 
.marquee[data-layout="horizontal"] .slide:first-child .slide-title,
.core-marquee[data-layout="vertical"] .slide:not(:nth-child(1)) .slide-title {
    max-width: 100%;
}

.marquee .slide .slide-title {
    font-size: 1.5625rem;
    font-weight: 100;
    line-height: 1.1;
}

.marquee .slide .category {
    font-size: 1.125rem;
    color: var(--black-33);
}

.marquee .mini-date-section .date-month:before,
.marquee .mini-date-section .date-month:after  {
    content: "-";
	pointer-events: none;
	margin: 2px
}

.marquee .mini-date-section .date-month {
    font-size: 1.25rem;
    text-transform: capitalize;
    font-weight: 100;
}

.marquee .mini-date-section .date-day {
    font-size: 3.125rem;
    font-weight: 100;
}

.marquee .slide > .inner > a {
	width: 100%;
	height: 100%;
	display: block;
} 

.marquee .blog-feed-header {
    display: none;
}

.core-marquee.marquee .slide .shared-play-button {
	transform: unset;
	left: unset;
	top: var(--space-2);
	right: var(--space-2);
	width: var(--space-12);
	height: var(--space-12);
	font-size: var(--text-xl);
}

@media (hover:hover) {
	.marquee .slide > .inner:hover {
	    background: var(--red-76);
	    background-image: url(/includes/public/assets/shared/ground-texture.svg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: bottom;
	}	

	.marquee .slide > .inner:hover .category,
	.marquee .slide > .inner:hover .slide-title,
	.core-marquee .slides > .slide:not(:first-child):hover .content-section h3,
	.ccl-widget .slide .slide-title > a:hover {
	    color: var(--white);
	}
}


@media (min-width: 375px) {
	.marquee .slide .mini-date-container {
	    height: 131px;
	    width: 104px;
	    right: auto;
	}

	.marquee .mini-date-section {
		top: 6px;
		padding: var(--space-2) var(--space-4);
	}

	.marquee .mini-date-section .date-month {
	    font-size: 1.5625rem;
	}
	
	.marquee .mini-date-section .date-day {
	    font-size: 4.375rem;
	}
}

@media (min-width: 40em) {
	.marquee .slide .mini-date-container {
		right: 10px;
		height: 105px;
		width: 76px;
	}
	.marquee .mini-date-section {
		top: 5px;
		padding: 5px;
	}
	
	.marquee .mini-date-section .date-month {
	    font-size: 1.25rem;
	    text-transform: capitalize;
	    font-weight: 100;
	}
	
	.marquee .mini-date-section .date-day {
	    font-size: 3.4375rem;
	    font-weight: 100;
	}
	
	.marquee .slide .content-section {
	    padding: var(--space-4) 0;
	}

	.marquee .widget-header {
	    max-width: var(--width-base);
	}

    .marquee[data-layout="vertical"] .slides {
        grid-template-columns: 1fr 1fr;
        margin: 0;
        padding: 0;
        gap: 10px;
    }

    .marquee[data-layout="vertical"] .slide:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    .marquee[data-layout="vertical"] .slide:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }
    .marquee[data-layout="vertical"] .slide:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }
    .marquee[data-layout="vertical"] .slide:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

}

@media (min-width: 725px) and (max-width: 1023px) {
	.marquee .slide .mini-date-container {
	    height: 131px;
	    width: 104px;
	    right: auto;
	}

	.marquee .mini-date-section {
		top: 6px;
		padding: var(--space-2) var(--space-4);
	}

	.marquee .mini-date-section .date-month {
	    font-size: 1.5625rem;
	}
	
	.marquee .mini-date-section .date-day {
	    font-size: 4.375rem;
	}	
}

@media (min-width: 64em) {
    .marquee {
        display: grid;
        grid-template-columns: .5fr 1fr;
        min-height: 684px;
    }

	.marquee .widget-header {
	    max-width: 360px;
	}

    .marquee .slide .slide-title {
        font-size: 1.5625rem;
    }

	.marquee .event-description {
	    font-size: 1.125rem;
	    text-overflow: clip;
	    line-height: 1.758;
	}

	.marquee .widget-title {
	    font-size: 3.75rem;
	    margin: 0 0 5px;
	}

	.marquee .widget-small-title {
	    font-size: 0.91rem;
	    letter-spacing: 4.8px;
	}

	.marquee .widget-view-all {
	    font-size: 1.25rem;
	    padding: var(--space-4) var(--space-6);
	    margin: 21px 0 15px;
	}

	.marquee .slide .content-section {
	    padding: var(--space-1) 0 0;
	}

	.marquee .slide .slide-top {
	    margin: 0 0 38px;
	}
}

@media (min-width: 1240px) {
	.marquee .slide > .inner {
		padding: 0;
	}

	.marquee .slide > .inner > a,
	.marquee .slide > .inner > div {
		padding: 0 40px;
	}

	.marquee .slide > .inner > div .img-cont {
		right: 40px;
	}
	.marquee .slide .img-cont {
	    top: 35px;
	}
	
	.marquee .slide .mini-date-container {
	    height: 172px;
	    width: 136px;
		right: auto;
	}

	.marquee .mini-date-section .date-month {
	    font-size: 2.1875rem;
	}
	
	.marquee .mini-date-section .date-day {
	    font-size: 5.8125rem;
	}
} 