/* CSS for Adjust Post Header and Title snippet */
body.single-post .site-header,
body.single-post .wp-block-template-part header {
	padding-top: 5px !important; /* Decrease header size */
	padding-bottom: 5px !important;
    min-height: auto !important;
}

body.single-post .entry-title,
body.single-post h1.wp-block-post-title {
	margin-top: 80px !important; /* Push post title down */
}
