/* フルワイドなグループ・セクション間の隙間を削除 */ .wp-block-group.alignfull, .swl-section { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; } /* 連続する同種ブロックの隙間 */ .wp-block-group.alignfull + .wp-block-group.alignfull, .swl-section + .swl-section { margin-top: 0 !important; } /* 内部の見出しや段落も上下の余白をカット */ .wp-block-group.alignfull h2, .wp-block-group.alignfull p { margin-top: 0 !important; margin-bottom: 0 !important; }
.narrow-heading { display: inline-block; background: #000; color: #fff; padding: 0.2em 0.6em; border-radius: 4px; }