/* =============================================================
   Ideenhunger Blocks – list-sparkle.css
   Custom SVG Bullet für core/list Block (Frontend + Editor)
   ============================================================= */

.wp-block-list.is-style-idh-sparkle {
  list-style: none;
  padding-left: 0.75rem;
}

.wp-block-list.is-style-idh-sparkle li {
  position: relative;
  padding-left: 1.5rem;
}

.wp-block-list.is-style-idh-sparkle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 12px;
  height: 12px;
  background-color: #c9ffb3;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.234547 6.1275L0.254183 6.13296L0.260728 6.13514C1.63804 6.41286 2.90306 7.09005 3.89792 8.08219C4.89278 9.07434 5.57343 10.3375 5.85491 11.714L5.85709 11.725L5.85818 11.7271C5.94982 12.0762 6.03709 12.0893 6.12873 11.7642C6.40142 10.3783 7.07845 9.10415 8.07443 8.10254C9.07041 7.10093 10.3407 6.41673 11.7251 6.13623H11.7284C12.084 6.04241 12.0905 5.95405 11.7458 5.86023C10.358 5.58281 9.0836 4.89985 8.08409 3.89781C7.08457 2.89577 6.40483 1.6197 6.13091 0.231138H6.12873C6.04146 -0.0775893 5.95746 -0.0775893 5.86909 0.234411L5.86255 0.254047L5.86146 0.260593C5.85448 0.285934 5.84793 0.311392 5.84182 0.336956V0.339138C5.83309 0.384956 5.82218 0.430774 5.81127 0.476593C5.51065 1.76216 4.8601 2.93945 3.93166 3.87809C3.00322 4.81674 1.83311 5.48012 0.55091 5.79478L0.543274 5.79587C0.458321 5.81697 0.372838 5.83589 0.28691 5.85259H0.285819L0.27491 5.85587H0.271638C-0.0774534 5.9475 -0.0905443 6.03587 0.234547 6.1275Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.234547 6.1275L0.254183 6.13296L0.260728 6.13514C1.63804 6.41286 2.90306 7.09005 3.89792 8.08219C4.89278 9.07434 5.57343 10.3375 5.85491 11.714L5.85709 11.725L5.85818 11.7271C5.94982 12.0762 6.03709 12.0893 6.12873 11.7642C6.40142 10.3783 7.07845 9.10415 8.07443 8.10254C9.07041 7.10093 10.3407 6.41673 11.7251 6.13623H11.7284C12.084 6.04241 12.0905 5.95405 11.7458 5.86023C10.358 5.58281 9.0836 4.89985 8.08409 3.89781C7.08457 2.89577 6.40483 1.6197 6.13091 0.231138H6.12873C6.04146 -0.0775893 5.95746 -0.0775893 5.86909 0.234411L5.86255 0.254047L5.86146 0.260593C5.85448 0.285934 5.84793 0.311392 5.84182 0.336956V0.339138C5.83309 0.384956 5.82218 0.430774 5.81127 0.476593C5.51065 1.76216 4.8601 2.93945 3.93166 3.87809C3.00322 4.81674 1.83311 5.48012 0.55091 5.79478L0.543274 5.79587C0.458321 5.81697 0.372838 5.83589 0.28691 5.85259H0.285819L0.27491 5.85587H0.271638C-0.0774534 5.9475 -0.0905443 6.03587 0.234547 6.1275Z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
