div.atwiki-contents h2 {
  background-color: #fff1f6 !important;
  border-left: 7px solid #f2a8c4 !important;
  border-bottom: none !important;
  border-radius: 16px !important;
  padding: 14px 90px 14px 18px !important;
  color: #4f465f !important;

  /* ゆめかわ背景＋既存画像 */
  background-image:
    url("https://img.atwiki.jp/kemonowikii/attach/1/1074/無題792_20260813223956.png"),
    linear-gradient(
      90deg,
      #fff2f7 0%,
      #ffe8f3 30%,
      #eee7ff 65%,
      #e7f7ff 100%
    ) !important;

  background-repeat:
    no-repeat,
    no-repeat !important;

  background-position:
    right 12px center,
    center !important;

  background-size:
    60px auto,
    cover !important;

  box-shadow:
    0 4px 12px rgba(226, 177, 211, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.9) !important;

  text-shadow: 0 1px 0 rgba(255,255,255,0.8) !important;
}