body.single.single-post {
	--vertical-shift: 9.75rem;
}

.eco-post-header {
	padding-bottom: var(--vertical-shift)!important;
}

.eco-post-header .eco-vertical-sperator > * + * > span:first-child {
	border-left: 1px solid var(--wp--custom--color--neutral--400);
	padding-left: var(--wp--preset--spacing--40);
}

body.single.single-post .wp-block-group.is-style-negative-margin {
	margin-top: calc( -1 * var(--vertical-shift) );
}

@media screen and (max-width: 960px) {
	.eco-post-header .eco-vertical-sperator > * + * > span:first-child {
		border-left: none;
		padding-left: 0;
	}
}