/*
	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-hero-image {
	margin: 0;
}

.core-v2-hero-image .content-section {
	width: 100%;
	max-width: var(--width-compact);
	padding: var(--space-8) var(--space-5);
}

.core-v2-hero-image .shared-play-button {
	inset: var(--space-20) var(--space-4) auto auto;
	transform: none;
}

@media (min-width: 64em) {
	.core-v2-hero-image .content-section {
		max-width: 60ch;
		padding: var(--space-10);
		gap: var(--space-5);
	}

	.ccl-v2-widget.core-v2-hero-image .content-upper {
		gap: var(--space-2);
	}

	.core-v2-hero-image .shared-play-button {
		inset: 50% 50%;
		transform: translate(-50%, -50%);
	}	
}