/**
 * Lightning 親テーマのレイアウトをはやぶさ用に調整
 */

body.hayabusa-theme {
  background: var(--color-bg, #001d35);
}

/* 親テーマのヘッダー・ページヘッダー・パンくず・フッターウィジェットを非表示 */
body.hayabusa-theme .site-header:not(.hayabusa-site-header),
body.hayabusa-theme #site-header:not(.hayabusa-site-header),
body.hayabusa-theme .page-header,
body.hayabusa-theme .breadcrumb,
body.hayabusa-theme .page-header-title,
body.hayabusa-theme .vk-mobile-nav,
body.hayabusa-theme .mobile-fix-nav,
body.hayabusa-theme footer.site-footer:not(.hayabusa-site-footer),
body.hayabusa-theme .site-footer-copyright {
  display: none !important;
}

/* コンテンツ幅の制限を解除 */
body.hayabusa-theme .site-body,
body.hayabusa-theme .site-body-container,
body.hayabusa-theme .site-body-inner,
body.hayabusa-theme .main-section,
body.hayabusa-theme .entry-body {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.hayabusa-site-header.site-header {
  display: flex !important;
}

.hayabusa-wrapper {
  width: 100%;
  overflow-x: hidden;
}

/* WordPress ブロックエディタ余白のリセット（固定ページ本文を使う場合） */
.hayabusa-page-content > .entry-body > *:first-child {
  margin-top: 0;
}
