/* 汎用ブロック - フレーム */
.box-frame-block,
.box-frame-block-editor {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
}

.box-frame-block p,
.box-frame-block-editor p {
    margin: 0 !important;
}

/* NOTE: 既存のmarginを踏襲 */
.box-frame-block > :nth-child(n+1):not(:last-child),
.box-frame-block-editor > :nth-child(n+1):not(:last-child) {
  margin-bottom: 1.8rem !important;
}

/* 編集画面の制御 */
.box-frame-block-editor > .block-editor-inner-blocks > .block-editor-block-list__layout > :first-child {
  margin-top: 0 !important;
}

.box-frame-block-editor > .block-editor-inner-blocks > .block-editor-block-list__layout > :last-child {
  margin-bottom: 0 !important;
}

/* NOTE: ラベルをマイナスで設定している要素のみmarginを調整 */
.box-frame-block-editor > .block-editor-inner-blocks > .block-editor-block-list__layout > :first-child.wp-block-custom-blocks-box-related-post-frame-block,
.box-frame-block-editor > .block-editor-inner-blocks > .block-editor-block-list__layout > :first-child.wp-block-custom-blocks-box-label-frame-block,
.box-frame-block-editor > .block-editor-inner-blocks > .block-editor-block-list__layout > :first-child.wp-block-custom-blocks-box-label-frame-point-block {
  margin-top: 25px !important;
}

/* 表示画面の制御 */
.box-frame-block > :first-child {
  margin-top: 0 !important;
}

.box-frame-block > :last-child {
  margin-bottom: 0 !important;
}

/* NOTE: ラベルをマイナスで設定している要素のみmarginを調整 */
.box-frame-block > :first-child.wp-block-custom-blocks-box-related-post-frame-block,
.box-frame-block > :first-child.wp-block-custom-blocks-box-label-frame-block,
.box-frame-block > :first-child.wp-block-custom-blocks-box-label-frame-point-block {
  margin-top: 25px !important;
}
