/* 枠_ベタ塗り_テキスト_見出し */
.box-filled-block-text-heading,
.box-filled-block-text-heading-editor {
  padding: 16px;
  background-color: #f4f4f4;
  border-radius: 8px;
}

.box-filled-block-text-heading-editor p {
  margin: 0 !important;
}

.frame-filled-text-heading__heading {
  margin-bottom: 8px;
}

/* 見出しのCSS（margin-bottomはcustom.cssと競合するため、important設定） */
.article .frame-filled-text-heading__heading p {
  font-weight: 700;
  margin-bottom: 0 !important;
}

.frame-filled-text-heading__content * {
  margin-bottom: 16px !important;
}

/* 編集画面（コンテンツ）の制御 */
.frame-filled-text-heading__content
  .block-editor-inner-blocks
  .block-editor-block-list__layout
  > :last-child {
  margin-bottom: 0 !important;
}
.frame-filled-text-heading__content
  > .block-editor-inner-blocks
  .block-editor-block-list__layout {
  margin-bottom: 0 !important;
}

.frame-filled-text-heading__content > :last-child {
  margin-bottom: 0 !important;
}
