/*
	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-upper {
    gap: var(--space-2)
}
.core-v2-hero-image .content-section {
	width: 100%;
	max-width: var(--width-comfortable);
	padding: var(--space-8) var(--space-5);
}