/**
 * Essays hub — video hero at .wp-site-blocks level (typing clip).
 */

body.studio-page-essays .wp-site-blocks > .studio-hero.studio-hero--video.cluster-hero--essays {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.studio-page-essays .wp-site-blocks > .studio-hero.studio-hero--video .cluster-hero__content {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.studio-page-essays :where(.wp-site-blocks) > *:not(header) {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

body.studio-page-essays main.studio-page-essays {
	padding-top: 0 !important;
	margin-block-start: 0 !important;
}
