/*
	README

	This file should only be used to style structure of the widget. It should not
	contain fonts or theme styling. Use the shared_theme.css for that purpose.

	If simply theming the CCL, leave this file alone.

	If your design is very customized, edit this file as needed. 
*/

.core-preview-slider .slider-cont {
	position: relative;
}

.core-preview-slider .glide__arrows {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	pointer-events: none;
}

.core-preview-slider .slide > .inner {
	position: relative;
}

.core-preview-slider .slide .slide-top {
	display: grid;
	gap: var(--space-2);
}

.core-preview-slider .slide .content-section {
	display: grid;
	gap: var(--space-4);
	padding: var(--space-4) 0;
}

.core-preview-slider .slide .content-section > .inner {
	display: grid;
	gap: var(--space-3);
}

@media (min-width: 64em) {
	.core-preview-slider .slide.overlap-image-desktop .content-section {
		z-index: 2;
		padding: var(--space-4) var(--space-16);
		width: 100%;
		max-width: var(--width-comfortable);
	}
}

.core-preview-slider .slide .slide-title {
	margin: 0;
}

.core-preview-slider .slide .description {
	margin: 0;
}

.core-preview-slider .slide .img-cont {
	position: relative;
	overflow: hidden;
}

@media (min-width: 64em) {
	.preview-slider-1-across-fullwidth .slide .slide-footer {
		margin-bottom: var(--space-1);
	} 
}