/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
.block-newsletter, .spc-newsletter, .smartmag-newsletter { display: none !important; }
.comments-area, .comment-respond, .nocomments, .comments-closed { display: none !important; }
.smart-head-social { display: none !important; }

.error-404 .search-form, .error-404 .wp-block-search { display: none !important; }

/* Hide all search elements */
.search-icon, .search-modal-wrap, .search-modal-box,
.search-form, .wp-block-search,
[class*="search-icon"], [class*="search-submit"] {
    display: none !important;
}

/* Hide search on 404 page */
.page-404 .search-form { display: none !important; }
.page-404 .post-content p:last-of-type { display: none !important; }
