@charset "UTF-8";

/*========================================
ユーザー投稿本文（ブロックエディター対応）
========================================*/

.user-article,
.editor-styles-wrapper {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.13em;
  color: #333333;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 900px) {
  .user-article,
  .editor-styles-wrapper {
    font-size: 15px;
    line-height: 1.5;
  }
}

.user-article > *:first-child,
.editor-styles-wrapper > *:first-child {
  margin-top: 0;
}

.user-article > *:last-child,
.editor-styles-wrapper > *:last-child {
  margin-bottom: 0;
}

/*----------------------------------------
段落・太字
----------------------------------------*/

.user-article p,
.editor-styles-wrapper p,
.user-article .wp-block-paragraph,
.editor-styles-wrapper .wp-block-paragraph {
  margin: 0 0 32px;
  line-height: 2;
}

.user-article strong,
.user-article b,
.editor-styles-wrapper strong,
.editor-styles-wrapper b {
  font-weight: 700;
  color: #333333;
}

/*----------------------------------------
見出し h1〜h6
----------------------------------------*/

.user-article h1,
.user-article h2,
.user-article h3,
.user-article h4,
.user-article h5,
.user-article h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.user-article .wp-block-heading,
.editor-styles-wrapper .wp-block-heading {
  margin: 2em 0 1em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.13em;
  color: #16346d;
}

.user-article > h1:first-child,
.user-article > h2:first-child,
.user-article > h3:first-child,
.user-article > h4:first-child,
.user-article > h5:first-child,
.user-article > h6:first-child,
.editor-styles-wrapper > h1:first-child,
.editor-styles-wrapper > h2:first-child,
.editor-styles-wrapper > h3:first-child,
.editor-styles-wrapper > h4:first-child,
.editor-styles-wrapper > h5:first-child,
.editor-styles-wrapper > h6:first-child {
  margin-top: 0;
}

.user-article h1,
.editor-styles-wrapper h1 {
  font-size: 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid #16346d;
}

.user-article h2,
.editor-styles-wrapper h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #16346d;
}

.user-article h3,
.editor-styles-wrapper h3 {
  font-size: 20px;
  padding-left: 12px;
  border-left: 4px solid #16346d;
}

.user-article h4,
.editor-styles-wrapper h4 {
  font-size: 18px;
}

.user-article h5,
.editor-styles-wrapper h5 {
  font-size: 16px;
  color: #16346d;
}

.user-article h6,
.editor-styles-wrapper h6 {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.1em;
}

/*----------------------------------------
リンク
----------------------------------------*/

.user-article a,
.editor-styles-wrapper a {
  color: #16346d;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.2s ease;
}

.user-article a:hover,
.user-article a:focus-visible,
.editor-styles-wrapper a:hover,
.editor-styles-wrapper a:focus-visible {
  opacity: 0.75;
  text-decoration: underline;
}

.user-article .wp-block-button__link,
.editor-styles-wrapper .wp-block-button__link {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

/*----------------------------------------
引用
----------------------------------------*/

.user-article blockquote,
.editor-styles-wrapper blockquote,
.user-article .wp-block-quote,
.editor-styles-wrapper .wp-block-quote {
  margin: 2em 0;
  padding: 1.25em 1.5em;
  background: #efefef;
  border-left: 4px solid #16346d;
  border-radius: 0 4px 4px 0;
  color: #444;
}

.user-article blockquote p:last-child,
.editor-styles-wrapper blockquote p:last-child,
.user-article .wp-block-quote p:last-child,
.editor-styles-wrapper .wp-block-quote p:last-child {
  margin-bottom: 0;
}

.user-article cite,
.editor-styles-wrapper cite,
.user-article .wp-block-quote cite,
.editor-styles-wrapper .wp-block-quote cite {
  display: block;
  margin-top: 0.75em;
  font-size: 14px;
  font-style: normal;
  color: #777;
}

.user-article .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote {
  margin: 2.5em 0;
  padding: 2em 1.5em;
  border-top: 3px solid #16346d;
  border-bottom: 3px solid #16346d;
  text-align: center;
}

.user-article figure.wp-block-quote,
.editor-styles-wrapper figure.wp-block-quote {
  margin: 2em 0;
}

.user-article figure.wp-block-quote blockquote,
.editor-styles-wrapper figure.wp-block-quote blockquote,
.user-article .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
}

.user-article .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote {
  padding: 0;
}

/*----------------------------------------
背景付きブロック（グループ等）
----------------------------------------*/

.user-article .wp-block-group.has-background,
.user-article .wp-block-columns.has-background,
.user-article [class*="wp-block-"].has-background,
.editor-styles-wrapper .wp-block-group.has-background,
.editor-styles-wrapper .wp-block-columns.has-background,
.editor-styles-wrapper [class*="wp-block-"].has-background {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.5em 2em;
  border-radius: 4px;
  box-sizing: border-box;
}

/*----------------------------------------
画像・ギャラリー
- 回り込み防止（文字は常に画像の下）
- リサイズ枠を壊さない（選択余白の肥大化防止）
----------------------------------------*/

.user-article img,
.editor-styles-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.user-article figure,
.editor-styles-wrapper figure,
.user-article .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  display: block;
  float: none;
  clear: both;
  max-width: 100%;
  margin: 32px 0;
  box-sizing: border-box;
}

.user-article .wp-block-image img,
.editor-styles-wrapper .wp-block-image img,
.user-article figure img,
.editor-styles-wrapper figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 未リサイズは本文幅いっぱい */
.user-article .wp-block-image:not(.is-resized) img,
.editor-styles-wrapper .wp-block-image:not(.is-resized) img {
  width: 100%;
}

/*
 * リサイズ時は画像幅に合わせる（「なし」は左揃え）。
 * width:auto / height:auto を img に強制すると
 * ResizableBox だけが大きく残り、選択余白が肥大化する。
 */
.user-article .wp-block-image.is-resized,
.editor-styles-wrapper .wp-block-image.is-resized {
  width: fit-content;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.user-article .wp-block-image.is-resized img,
.editor-styles-wrapper .wp-block-image.is-resized img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.editor-styles-wrapper .wp-block-image .components-resizable-box__container {
  max-width: 100%;
}

.user-article figcaption,
.editor-styles-wrapper figcaption,
.user-article .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption {
  margin-top: 0.75em;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  text-align: center;
}

/* 中央寄せ（フロントの aligncenter / 編集画面の data-align=center） */
.user-article .aligncenter,
.editor-styles-wrapper .aligncenter,
.user-article .wp-block-image.aligncenter,
.editor-styles-wrapper .wp-block-image.aligncenter,
.user-article .wp-block-image.aligncenter.is-resized,
.editor-styles-wrapper .wp-block-image.aligncenter.is-resized {
  display: block;
  float: none;
  clear: both;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.editor-styles-wrapper .wp-block[data-align="center"] {
  clear: both;
}

.editor-styles-wrapper .wp-block[data-align="center"] > .wp-block-image,
.editor-styles-wrapper .wp-block[data-align="center"] > .wp-block-image.is-resized {
  float: none !important;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.user-article .alignleft,
.editor-styles-wrapper .alignleft,
.user-article .alignright,
.editor-styles-wrapper .alignright,
.user-article .wp-block-image.alignleft,
.editor-styles-wrapper .wp-block-image.alignleft,
.user-article .wp-block-image.alignright,
.editor-styles-wrapper .wp-block-image.alignright {
  float: none !important;
  clear: both;
  display: block;
  max-width: 100%;
  margin: 32px 0;
}

/*
 * 左・右寄せ時のみ WPコアの height:0 + float を打ち消し。
 * ※ core/image 全体や子要素全部に当てるとリサイズ枠が壊れる。
 */
.editor-styles-wrapper .wp-block[data-align="left"],
.editor-styles-wrapper .wp-block[data-align="right"] {
  float: none !important;
  clear: both !important;
  height: auto !important;
}

.editor-styles-wrapper .wp-block[data-align="left"] > .wp-block-image,
.editor-styles-wrapper .wp-block[data-align="right"] > .wp-block-image {
  float: none !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 100%;
}

.user-article p,
.editor-styles-wrapper p,
.user-article .wp-block-paragraph,
.editor-styles-wrapper .wp-block-paragraph,
.user-article .wp-block-heading,
.editor-styles-wrapper .wp-block-heading {
  clear: both;
}

/*----------------------------------------
リスト
----------------------------------------*/

.user-article ul,
.editor-styles-wrapper ul,
.user-article ul.wp-block-list,
.editor-styles-wrapper ul.wp-block-list {
  list-style: none;
  margin: 0 0 32px;
  padding-left: 0;
}

.user-article ol,
.editor-styles-wrapper ol,
.user-article ol.wp-block-list,
.editor-styles-wrapper ol.wp-block-list {
  margin: 0 0 32px;
  padding-left: 1.75em;
}

.user-article ul > li,
.editor-styles-wrapper ul > li,
.user-article ul.wp-block-list > li,
.editor-styles-wrapper ul.wp-block-list > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1em;
}

.user-article ul > li::before,
.editor-styles-wrapper ul > li::before,
.user-article ul.wp-block-list > li::before,
.editor-styles-wrapper ul.wp-block-list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  text-align: left;
}

.user-article ol > li,
.editor-styles-wrapper ol > li,
.user-article ol.wp-block-list > li,
.editor-styles-wrapper ol.wp-block-list > li {
  margin-bottom: 0.5em;
  padding-left: 0.25em;
}

.user-article li:last-child,
.editor-styles-wrapper li:last-child {
  margin-bottom: 0;
}

/*----------------------------------------
区切り線
----------------------------------------*/

.user-article hr,
.editor-styles-wrapper hr,
.user-article .wp-block-separator,
.editor-styles-wrapper .wp-block-separator {
  margin: 2.5em auto;
  border: 0;
  border-top: 1px solid #ddd;
  max-width: 100%;
}

/*----------------------------------------
テーブル
----------------------------------------*/

.user-article table,
.editor-styles-wrapper table,
.user-article .wp-block-table table,
.editor-styles-wrapper .wp-block-table table {
  width: 100%;
  margin: 0 0 32px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}

.user-article th,
.user-article td,
.editor-styles-wrapper th,
.editor-styles-wrapper td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.user-article th,
.editor-styles-wrapper th {
  font-weight: 700;
  background: #f5f5f5;
}

.user-article .wp-block-table,
.editor-styles-wrapper .wp-block-table {
  margin-bottom: 32px;
  overflow-x: auto;
}

/*----------------------------------------
コード・整形済みテキスト
----------------------------------------*/

.user-article code,
.editor-styles-wrapper code {
  padding: 0.15em 0.4em;
  font-size: 0.9em;
  background: #f5f5f5;
  border-radius: 3px;
}

.user-article pre,
.editor-styles-wrapper pre,
.user-article .wp-block-code,
.editor-styles-wrapper .wp-block-code {
  margin: 0 0 32px;
  padding: 1.25em 1.5em;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.5;
  background: #f5f5f5;
  border-radius: 4px;
}

.user-article pre code,
.editor-styles-wrapper pre code {
  padding: 0;
  background: transparent;
}

/*----------------------------------------
詳細（折りたたみ）・整形済みテキスト
----------------------------------------*/

.user-article .wp-block-details,
.editor-styles-wrapper .wp-block-details {
  margin: 0 0 32px;
  padding: 1em 1.25em;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.user-article .wp-block-details summary,
.editor-styles-wrapper .wp-block-details summary {
  font-weight: 700;
  cursor: pointer;
  color: #16346d;
  letter-spacing: 0.13em;
}

.user-article .wp-block-details[open] summary,
.editor-styles-wrapper .wp-block-details[open] summary {
  margin-bottom: 0.75em;
}

.user-article .wp-block-preformatted,
.editor-styles-wrapper .wp-block-preformatted {
  margin: 0 0 32px;
  padding: 1.25em 1.5em;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.5;
  background: #f5f5f5;
  border-radius: 4px;
  white-space: pre-wrap;
  word-break: break-word;
}

.user-article .wp-block-verse,
.editor-styles-wrapper .wp-block-verse {
  margin: 0 0 32px;
  padding: 1.25em 1.5em;
  font-size: 15px;
  line-height: 1.8;
  background: #f9f9f9;
  border-radius: 4px;
}

/*----------------------------------------
ボタン
----------------------------------------*/

.user-article .wp-block-buttons,
.editor-styles-wrapper .wp-block-buttons {
  margin: 2em 0;
  gap: 12px;
}

.user-article .wp-block-button__link,
.editor-styles-wrapper .wp-block-button__link {
  display: inline-block;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.13em;
  color: #fff;
  background: #16346d;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.user-article .wp-block-button__link:hover,
.user-article .wp-block-button__link:focus-visible,
.editor-styles-wrapper .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button__link:focus-visible {
  background: #0f2550;
  color: #fff;
  opacity: 1;
}

/*----------------------------------------
カラム・メディアテキスト・埋め込み
----------------------------------------*/

.user-article .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
  margin-bottom: 32px;
  gap: 24px;
}

.user-article .wp-block-media-text,
.editor-styles-wrapper .wp-block-media-text {
  margin: 2em 0;
  gap: 24px;
}

.user-article .wp-block-embed,
.editor-styles-wrapper .wp-block-embed {
  margin: 2em 0;
}

.user-article .wp-block-embed iframe,
.editor-styles-wrapper .wp-block-embed iframe {
  max-width: 100%;
}

.user-article::after,
.editor-styles-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------
フロント本文ラッパー（ページCSSより後に読み込む前提の上書き）
----------------------------------------*/

.topics-single__body.user-article blockquote,
.cblog-single__body.user-article blockquote,
.result-single__overview.user-article blockquote,
.topics-single__body.user-article .wp-block-quote,
.cblog-single__body.user-article .wp-block-quote,
.result-single__overview.user-article .wp-block-quote,
.topics-single__body.user-article figure.wp-block-quote,
.cblog-single__body.user-article figure.wp-block-quote,
.result-single__overview.user-article figure.wp-block-quote {
  margin: 2em 0;
  padding: 1.25em 1.5em;
  background: #efefef;
  border-left: 4px solid #16346d;
  border-radius: 0 4px 4px 0;
  color: #444;
}

.topics-single__body.user-article .wp-block-table table,
.cblog-single__body.user-article .wp-block-table table,
.result-single__overview.user-article .wp-block-table table {
  width: 100%;
  margin: 0 0 32px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}

.topics-single__body.user-article th,
.topics-single__body.user-article td,
.cblog-single__body.user-article th,
.cblog-single__body.user-article td,
.result-single__overview.user-article th,
.result-single__overview.user-article td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.topics-single__body.user-article th,
.cblog-single__body.user-article th,
.result-single__overview.user-article th {
  font-weight: 700;
  background: #f5f5f5;
}

.topics-single__body.user-article ul,
.topics-single__body.user-article ul.wp-block-list,
.cblog-single__body.user-article ul,
.cblog-single__body.user-article ul.wp-block-list,
.result-single__overview.user-article ul,
.result-single__overview.user-article ul.wp-block-list {
  list-style: none;
  margin: 0 0 32px;
  padding-left: 0;
}

.topics-single__body.user-article ol,
.topics-single__body.user-article ol.wp-block-list,
.cblog-single__body.user-article ol,
.cblog-single__body.user-article ol.wp-block-list,
.result-single__overview.user-article ol,
.result-single__overview.user-article ol.wp-block-list {
  margin: 0 0 32px;
  padding-left: 1.75em;
}

.topics-single__body.user-article ul > li,
.topics-single__body.user-article ul.wp-block-list > li,
.cblog-single__body.user-article ul > li,
.cblog-single__body.user-article ul.wp-block-list > li,
.result-single__overview.user-article ul > li,
.result-single__overview.user-article ul.wp-block-list > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1em;
}

.topics-single__body.user-article ul > li::before,
.topics-single__body.user-article ul.wp-block-list > li::before,
.cblog-single__body.user-article ul > li::before,
.cblog-single__body.user-article ul.wp-block-list > li::before,
.result-single__overview.user-article ul > li::before,
.result-single__overview.user-article ul.wp-block-list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  text-align: left;
}

.topics-single__body.user-article .wp-block-preformatted,
.cblog-single__body.user-article .wp-block-preformatted,
.result-single__overview.user-article .wp-block-preformatted,
.topics-single__body.user-article pre,
.cblog-single__body.user-article pre,
.result-single__overview.user-article pre,
.topics-single__body.user-article .wp-block-code,
.cblog-single__body.user-article .wp-block-code,
.result-single__overview.user-article .wp-block-code {
  margin: 0 0 32px;
  padding: 1.25em 1.5em;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.5;
  background: #f5f5f5;
  border-radius: 4px;
}

.topics-single__body.user-article .wp-block-details,
.cblog-single__body.user-article .wp-block-details,
.result-single__overview.user-article .wp-block-details {
  margin: 0 0 32px;
  padding: 1em 1.25em;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.topics-single__body.user-article .wp-block-details summary,
.cblog-single__body.user-article .wp-block-details summary,
.result-single__overview.user-article .wp-block-details summary {
  font-weight: 700;
  cursor: pointer;
  color: #16346d;
}

/*----------------------------------------
エディター編集画面（Gutenbergデフォルトより優先）
----------------------------------------*/

.editor-styles-wrapper h1.wp-block-heading {
  font-size: 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid #16346d;
  color: #16346d;
}

.editor-styles-wrapper h2.wp-block-heading {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #16346d;
  color: #16346d;
}

.editor-styles-wrapper h3.wp-block-heading {
  font-size: 20px;
  padding-left: 12px;
  border-left: 4px solid #16346d;
  color: #16346d;
}

.editor-styles-wrapper h4.wp-block-heading,
.editor-styles-wrapper h5.wp-block-heading,
.editor-styles-wrapper h6.wp-block-heading {
  color: #16346d;
}

/*----------------------------------------
編集画面レイアウト（編集画面のみ・フロント非表示）
----------------------------------------*/

.is-root-container,
.editor-styles-wrapper {
  --wp--style--global--content-size: 756px;
  --wp--style--global--wide-size: 756px;
}

.edit-post-visual-editor .edit-post-visual-editor__content-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 48px;
  box-sizing: border-box;
}

.editor-visual-editor__post-title-wrapper,
.edit-post-visual-editor__post-title-wrapper {
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 16px 24px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.editor-visual-editor__post-title-wrapper::before,
.edit-post-visual-editor__post-title-wrapper::before {
  content: "記事のタイトル";
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #969696;
  letter-spacing: 0.13em;
}

.editor-post-title {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.13em;
  color: #16346d;
}

.is-root-container.wp-block-post-content,
.wp-block-post-content.block-editor-block-list__layout,
.edit-post-visual-editor__content-area .wp-block-post-content {
  position: relative;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 32px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.is-root-container.wp-block-post-content::before,
.wp-block-post-content.block-editor-block-list__layout::before,
.edit-post-visual-editor__content-area .wp-block-post-content::before {
  content: "記事本文";
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #969696;
  letter-spacing: 0.13em;
}

.wp-block-post-content.is-layout-flow > .block-editor-block-list__block,
.wp-block-post-content.is-layout-flow > .wp-block {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.edit-post-visual-editor__content-area > .editor-styles-wrapper {
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 32px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.edit-post-visual-editor__content-area > .editor-styles-wrapper::before {
  content: "記事本文";
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #969696;
  letter-spacing: 0.13em;
}

.edit-post-visual-editor__content-area .wp-block-post-content .editor-styles-wrapper {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.edit-post-visual-editor__content-area .wp-block-post-content .editor-styles-wrapper::before {
  content: none;
  display: none;
}

/*----------------------------------------
編集画面：右上ボタンの意味を明確化（表示/プレビュー）
----------------------------------------*/

.edit-post-header__settings a.components-button[aria-label*="表示"] {
  position: relative;
}

.edit-post-header__settings a.components-button[aria-label*="表示"]::after {
  content: "保存済みを表示";
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  transform: translateX(-50%);
  font-size: 10px;
  line-height: 1;
  color: #777;
  white-space: nowrap;
  pointer-events: none;
}

.edit-post-header__settings button.components-button[aria-label*="プレビュー"],
.edit-post-header__settings a.components-button[aria-label*="プレビュー"] {
  position: relative;
}

.edit-post-header__settings button.components-button[aria-label*="プレビュー"]::after,
.edit-post-header__settings a.components-button[aria-label*="プレビュー"]::after {
  content: "編集中を確認";
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  transform: translateX(-50%);
  font-size: 10px;
  line-height: 1;
  color: #777;
  white-space: nowrap;
  pointer-events: none;
}
