/*
	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.theme-secondary .glide__arrows .glide__arrow:hover {
	background-color: var(--sw-secondary-color);
}

.core-v2-preview-slider .slide:hover {
	color:var(--white);
	transition: all .3s;
}

.core-v2-preview-slider.theme-secondary .slide:hover {
	background-color: var(--sw-secondary-color);
}

.core-v2-preview-slider .slide-top {
	margin-bottom: 0;
}

.core-v2-preview-slider .content-section {
	padding: var(--space-4);
		gap: 0;
}

/*----- full-width -----*/


.core-v2-preview-slider.full-width .content-section {
	padding: var(--space-4);

}