



/**
 * WP/SITE-BLOCKS
 */

.wp-site-blocks > * + * {
	margin-block-start: 0;
}



/**
 * WP/ENTRY-CONTENT
 */

/*.entry-content > *:first-child:not(.alignfull) {*/
/*	margin-top: var(--wp--preset--spacing--20);*/
/*}*/
/*.entry-content > *:last-child:not(.alignfull) {*/
/*	margin-bottom: var(--wp--preset--spacing--20);*/
/*}*/



/**
 * SCOPES/OVERLAY-HEADER
 *
 * Header that lays over the page. Can be used if the first block is hero
 * element.
 */

.s-overlay-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: transparent !important;
}

.s-overlay-header > * {}



/**
 * COMPONENTS/SHADOW
 */

.c-shadow {
	box-shadow: 0px 4.42283px 18.797px rgba(0, 0, 0, 0.1);
}



/**
 * UTILITIES
 */

.u-hover-underline {
	text-decoration: none !important;
}
.u-hover-underline:hover {
	text-decoration: underline !important;
}