/*
	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-v2-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;
	gap: 32px;
	pointer-events: none;
}

.core-v2-preview-slider .slide > .inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.core-v2-preview-slider .content-section {
	gap: var(--space-4);
	padding: var(--space-4) 0;
}

@container (min-width: 64em) {
	.core-v2-preview-slider .overlap-image-desktop .content-section {
		max-width: var(--width-comfortable);
		padding: var(--space-4) var(--space-16);
	}

	.core-v2-preview-slider .overlap-image-desktop .shared-play-button {
		inset: 20px 20px auto auto;
		transform: none;
	}
}