.core-preview-slider-with-header {
	--side-padding: 15px;
	--widget-title-size: var(--text-lg);
	--slide-title-size: var(--text-xl-1);
	
	position: relative;
	padding-left: var(--side-padding);
	margin-bottom: var(--space-16);
	overflow: hidden;
}

.core-preview-slider-with-header .widget-header {
	max-width: none;
	background-color: var(--sunshine-gold);
	padding: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 0 0 10px;
}

.core-preview-slider-with-header .widget-header-inner {
	gap: 0;
	padding: var(--space-6) 28px var(--space-4);
}

.core-preview-slider-with-header .widget-header .top-container {
	height: 100px;
	width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--white);
	border-radius: var(--rounded-full);
	padding-top: 10px;
}

.core-preview-slider-with-header .widget-header .top-container .widget-subtitle {
	font-family: var(--font-display);
	font-size: var(--text-base-15);
	line-height: var(--leading-none);
	letter-spacing: var(--tracking-normal);
	color: var(--atlantic-blue);
	text-transform: uppercase;
	text-align: center;
}

.core-preview-slider-with-header .widget-header .top-container .number {
	font-family: var(--font-display);
	font-size: 4.25rem;
	line-height: var(--leading-none);
	letter-spacing: var(--tracking-normal);
	color: var(--atlantic-blue);
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}

.core-preview-slider-with-header .widget-title {
	font-family: var(--font-display);
	font-size: var(--widget-title-size);
	line-height: 1.44;
	letter-spacing: var(--tracking-normal);
	color: var(--atlantic-blue);
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 var(--space-1);
}

/*=====----- ARROWS IN HEADER -----=====*/
.core-preview-slider-with-header .widget-header.with-arrows .widget-header-inner {
	display: grid;
	grid-template-columns: 100px 1fr;
	justify-content: start;
}

.core-preview-slider-with-header .widget-header.with-arrows .arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: span 2;
	order: 1;
	gap: var(--space-8);
}

.core-preview-slider-with-header .widget-header.with-arrows .arrows .glide__arrow {
	border-radius: unset;
	background: transparent;
	margin: 0;
	box-shadow: unset;
	height: unset;
	width: unset;
	color: var(--atlantic-blue);
	font-size: 2.6875rem;
}

/*============================*/
/*=====----- SLIDES -----=====*/
/*============================*/
.core-preview-slider-with-header .slide {
	position: relative;
	overflow: hidden;
}

.core-preview-slider-with-header .slide .img-cont {
	position: relative;
	border-radius: 10px;
}

.core-preview-slider-with-header .slide-img {
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.core-preview-slider-with-header .slide .content-section {
	width: 100%;
	max-width: var(--width-compact);
	padding: var(--space-4) 0 0;
	color: var(--oc-black);
}

.core-preview-slider-with-header .slide .slide-title, 
.core-preview-slider-with-header .slide .slide-title a {
	font-family: var(--font-body);
	font-size: var(--slide-title-size);
	font-weight: 900;
	line-height: 1.2;
	color: var(--oc-black);
	margin-bottom: var(--space-4);
}

.core-preview-slider-with-header .slide p {
	font-family: var(--font-body);
	font-size: var(--text-base);
	font-weight: 400;
	line-height: var(--leading-normal);
	color: var(--oc-black);
}

.core-preview-slider-with-header .credits {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

@media (hover: hover) {
	.core-preview-slider-with-header .slide .slide-title a:hover { color: var(--oc-black); }
}

@media (min-width: 40em) {
	.core-preview-slider-with-header {
		display: grid;
		grid-template: auto / 200px minmax(0, 5fr);
		gap: var(--space-5);
	}

	.core-preview-slider-with-header .widget-header {
		align-self: start;
		padding: 0;
		border-top-left-radius: unset;
		border-bottom-right-radius: 10px;
		margin: 0;
	}

	.core-preview-slider-with-header .widget-header-inner {
		padding: var(--space-12) var(--space-5) var(--space-24);
		border-bottom: 0;
	}

	.core-preview-slider-with-header .widget-header .top-container { margin: 0 auto 10px; }

	.core-preview-slider-with-header .widget-title {
		line-height: 1.13;
		margin-bottom: var(--space-8);
	}

	/*----- arrows in header -----*/
	.core-preview-slider-with-header.arrows-in-slider { gap: var(--space-10); }

	.core-preview-slider-with-header .widget-header.with-arrows .widget-header-inner { grid-template-columns: 1fr; }

	.core-preview-slider-with-header .slider-cont { padding-top: var(--space-5); }

	.core-preview-slider-with-header .widget-header.with-arrows .arrows { gap: var(--space-5); }
}

@media (min-width: 64em) {
	.core-preview-slider-with-header {
		--side-padding: var(--space-5);
		--widget-title-size: var(--text-3xl);
		--slide-title-size: var(--text-3xl);

		grid-template: auto / 300px minmax(0, 3fr);
		margin-bottom: var(--space-24);
	}

	.core-preview-slider-with-header .widget-header-inner { padding-bottom: 136px; }

	.core-preview-slider-with-header .widget-header .top-container {
		height: 152px;
		width: 152px;
		margin-bottom: var(--space-4);
	}
	
	.core-preview-slider-with-header .widget-header .top-container .widget-subtitle { font-size: var(--text-xl); }
	
	.core-preview-slider-with-header .widget-header .top-container .number { font-size: 6.25rem; }

	.core-preview-slider-with-header .widget-header.with-arrows .arrows .glide__arrow { font-size: 3.75rem; }

	.core-preview-slider-with-header .slide .content-section { padding-top: var(--space-5); }

	.core-preview-slider-with-header .slide .slide-title, 
	.core-preview-slider-with-header .slide .slide-title a {
		line-height: 1.13;
		margin-bottom: var(--space-3);
	}

	.core-preview-slider-with-header .slide p {
		font-size: var(--text-xl);
		line-height: 1.2;
	}

	.core-preview-slider-with-header .shared-play-button {
		width: var(--space-16);
		height: var(--space-16);
		font-size: var(--text-2xl);
	}
}