/* Ensure specific headings and titles are visible */
body.single-post .entry-title,
body.single-post h1.page-title,
body.single-post .post-title,
body.single-post .elementor-widget-theme-post-title,
body.single-post .wp-block-heading {
    display: block !important;
}

/* Ensure the share wrapper itself doesn't have a forced top margin if moved */
.spice_share_wrapper {
    margin-top: 20px;
}
