.wp-block-ketsux-fetish-commentary.kx-fc-wrap,
.kx-fc-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0;
}
.kx-fc-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
}
.kx-fc-icon-image,
.kx-fc-icon-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-sizing: border-box;
}
.kx-fc-icon-image {
  object-fit: cover;
}
.kx-fc-icon-fallback {
  border: 2px solid currentColor;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  background: #fff;
}
.kx-fc-main {
  flex: 1 1 auto;
  min-width: 0;
}
.kx-fc-label {
  margin: 0 0 6px 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.kx-fc-bubble {
  position: relative;
  padding: 14px 16px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.kx-fc-bubble::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 16px;
  width: 14px;
  height: 14px;
  background: #f7f7f7;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  transform: rotate(45deg);
}
.kx-fc-bubble p {
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .kx-fc-wrap { gap: 9px; }
  .kx-fc-icon,
  .kx-fc-icon-image,
  .kx-fc-icon-fallback {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }
  .kx-fc-bubble { padding: 12px 13px; }
}

.wp-block-ketsux-todays-senryu.kx-senryu-wrap,
.kx-senryu-wrap {
  width: min(100%, 200px);
  aspect-ratio: 210 / 297;
  margin: 26px auto;
  padding: 12px 10px 14px;
  border: 1px solid #d8ccb3;
  border-radius: 4px;
  background: linear-gradient(180deg, #f8f2e7 0%, #f4ecd9 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  text-align: center;
}
.kx-senryu-label {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #5f5446;
  flex: 0 0 auto;
}
.kx-senryu-text {
  display: inline-block;
  margin: 8px auto 0;
  padding: 4px 2px;
  max-width: 100%;
  height: 220px;
  max-height: none;
  white-space: pre;
  word-break: keep-all;
  overflow-wrap: normal;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: .05em;
  font-weight: 500;
  color: #1f1b16;
  overflow: hidden;
  text-align: center;
  font-family: 'Yuji Boku', HGP行書体, HG行書体, cursive;
}

@media (max-width: 480px) {
  .kx-senryu-wrap {
    width: min(68vw, 185px);
    padding: 10px 8px 12px;
  }
  .kx-senryu-label {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .kx-senryu-text {
    font-size: 23px;
    line-height: 1.65;
    height: 208px;
    max-height: none;
    margin-top: 6px;
  }
}

/* Image-under POP copy */
.wp-block-ketsux-image-pop-copy.kx-pop-wrap,
.kx-pop-wrap {
  position: relative;
  width: min(100%, 620px);
  margin: 10px auto 22px;
  padding: 14px 18px;
  box-sizing: border-box;
  border: 1px solid rgba(160, 126, 67, .34);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,.18)),
    linear-gradient(90deg, #fff7da 0%, #fffced 48%, #fff3c9 100%);
  box-shadow:
    0 8px 18px rgba(0,0,0,.06),
    inset 0 0 0 1px rgba(255,255,255,.32);
  overflow: hidden;
}
.kx-pop-wrap::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(171, 134, 67, .18);
  border-radius: 10px;
  pointer-events: none;
}
.kx-pop-wrap::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(215,170,84,.0), rgba(215,170,84,.55), rgba(215,170,84,.0));
  pointer-events: none;
}
.kx-pop-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #2d2417;
  font-size: clamp(14px, 2.8vw, 18px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  text-shadow: 0 1px 0 rgba(255,255,255,.3);
}
@media (max-width: 480px) {
  .kx-pop-wrap {
    width: 100%;
    margin: 8px auto 18px;
    padding: 12px 12px;
    border-radius: 12px;
  }
  .kx-pop-wrap::before {
    inset: 5px;
    border-radius: 9px;
  }
  .kx-pop-wrap::after {
    left: 10px;
    right: 10px;
  }
  .kx-pop-copy {
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.22;
    white-space: nowrap;
  }
}
