/* Remove huge gap above the post title */
body.single-post .wp-block-group:first-of-type,
body.single-post .wp-block-columns:first-of-type,
body.single-post .wp-block-post-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Make title section tightly aligned */
body.single-post .wp-block-post-title {
    padding-bottom: 10px !important;
}

/* Prevent margin stacking inside nested groups */
body.single-post main.wp-block-group {
    margin-top: 0 !important;
}
