body.single .blog_next_prev_buttons,
body.single .comment-wrap,
body.single .comments-section {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove default bottom padding from the main container */
body.single .container-wrap,
body.single .container.main-content {
    padding-bottom: 0 !important;
}