/*
Theme Name: NK Design Importer Theme
Author: NK Technical Support
Description: HTML/CSS/JavaScriptデザインを固定ページへ安全に取り込み、Gutenberg編集とページ単位アセット管理を両立するカスタムテーマ。
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: nk-design-importer
*/

:root { --nkdi-content-width: 1180px; }
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #1d2327; background: #fff; }
a { color: inherit; }
.nkdi-site-header, .nkdi-site-footer { padding: 18px 24px; border-color: #e5e7eb; border-style: solid; }
.nkdi-site-header { border-width: 0 0 1px; }
.nkdi-site-footer { border-width: 1px 0 0; margin-top: 48px; }
.nkdi-site-header__inner, .nkdi-site-footer__inner, .nkdi-default-content { max-width: var(--nkdi-content-width); margin: 0 auto; }
.nkdi-site-title { font-size: 20px; font-weight: 700; text-decoration: none; }
.nkdi-default-content { padding: 40px 24px; }
.nk-imported-page { width: 100%; }
body.nkdi-layout-full-screen .nkdi-default-content { max-width: none; padding: 0; }
