.under-answer-contents {
  width: 100%;
  min-height: 40px;
}

/* NOTE: 既存のmarginを踏襲 */
.under-answer-contents > *:not(:last-child) {
  margin-bottom: 1.8rem !important;
}

.under-answer-contents > .block-editor-inner-blocks > .block-editor-block-list__layout > :first-child {
  margin-top: 0 !important;
}

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

.under-answer-contents > .block-editor-inner-blocks > .block-editor-block-list__layout > :last-child {
  margin-bottom: 0 !important;
}

/* 表示画面の制御 */
.under-answer-contents > :first-child {
  margin-top: 0 !important;
}

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

.under-answer-contents > :last-child {
  margin-bottom: 0 !important;
}
