/**
 * 레이아웃 정리 - 숨김 처리 (Layout / Hide Elements)
 */

/* =========================================
   상단 네비게이션 숨김
   ========================================= */
header.site-header,
.site-header,
.wp-block-navigation,
nav.wp-block-navigation {
    display: none !important;
}

/* =========================================
   하단 푸터 숨김
   ========================================= */
footer.site-footer,
.site-footer,
.wp-block-template-part footer,
.wp-block-footer {
    display: none !important;
}

/* =========================================
   더 많은 게시물 섹션 숨김
   ========================================= */
footer .wp-block-query,
footer .wp-block-post-template,
section.more-posts,
.related-posts {
    display: none !important;
}

/* =========================================
   WordPress 크레딧 숨김
   ========================================= */
.powered-by,
footer .wp-block-site-title,
footer a[href*="wordpress.org"],
.site-info {
    display: none !important;
}
