/*
 Theme Name: Cocoon Child
 Template: cocoon-master
*/

/* 本文アイキャッチだけ非表示（本文内の通常画像は残す） */
.single .post-thumbnail,
.single .entry-eye-catch,
.single .eye-catch,
.single .wp-block-post-featured-image,
.single .amp-wp-article-featured-image{
  display:none!important;margin:0!important;padding:0!important;height:0!important;line-height:0!important}
.single .post-thumbnail img.wp-post-image{display:none!important}

/* ===== 見出し（スクショ 220842 と完全一致） ===== */
/* 親やスキンの装飾を無効化 */
.entry-content h2,.article h2,.wp-block-post-content h2,
.entry-content h3,.article h3,.wp-block-post-content h3,
.entry-content h4,.article h4,.wp-block-post-content h4,
.entry-content h5,.article h5,.wp-block-post-content h5,
.entry-content h6,.article h6,.wp-block-post-content h6{
  position:relative!important;display:block!important;box-sizing:border-box!important;
  margin:1.6em 0 .9em!important;padding:.25em 0 .45em!important;
  border:0!important;background:none!important;box-shadow:none!important}

/* h2：左に丸×2 + ほそめのグラデ下線（左端から） */
.entry-content h2,.article h2,.wp-block-post-content h2{
  padding-left:64px!important;           /* 文字に丸がかからない余白 */
  margin:2em 0 1em!important;
  font-style:italic;line-height:1.45;isolation:isolate;z-index:0;
  border-bottom:3px solid transparent!important;
  border-image:linear-gradient(90deg,#bfaaf6,#ff72c6) 1!important;
  border-image-slice:1!important}

/* h2 の二重丸（背面） */
.entry-content h2::before,.entry-content h2::after,
.article h2::before,.article h2::after,
.wp-block-post-content h2::before,.wp-block-post-content h2::after{
  content:""!important;position:absolute!important;z-index:-1!important;border-radius:50%!important;
  pointer-events:none!important;opacity:.9!important}
/* 手前：ラベンダー */
.entry-content h2::before,.article h2::before,.wp-block-post-content h2::before{
  width:30px;height:30px;left:12px;top:-6px;
  background:radial-gradient(closest-side,#e8e1ff 0,#d3c8ff 60%,#c6bbff 100%)}
/* 奥：ピンク */
.entry-content h2::after,.article h2::after,.wp-block-post-content h2::after{
  width:36px;height:36px;left:30px;top:-12px;
  background:radial-gradient(closest-side,#ffe1f0 0,#ffc1e3 55%,#ffaddc 100%)}

/* h3〜h6：下線のみ（左端0から） */
.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,
.article h3,.article h4,.article h5,.article h6,
.wp-block-post-content h3,.wp-block-post-content h4,.wp-block-post-content h5,.wp-block-post-content h6{
  border-bottom:3px solid transparent!important;
  border-image:linear-gradient(90deg,#bfaaf6,#ff72c6) 1!important;border-image-slice:1!important}
.entry-content h5,.article h5,.wp-block-post-content h5{border-bottom-width:3px!important}
.entry-content h6,.article h6,.wp-block-post-content h6{border-bottom-width:2px!important}

/* SP微調整：丸のバランスが良く見える幅に */
@media (max-width:480px){
  .entry-content h2,.article h2,.wp-block-post-content h2{padding-left:56px!important}
}
