@keyframes boddorImgFade{from{opacity:0;transform:translateY(4px);}to{opacity:1;transform:translateY(0);}}

/* Badge base (Classic + Blocks) */
.boddor-gws-badge{
  margin-left:6px !important;
  color:#fff !important;
  padding:2px 9px;
  font-size:11px;
  line-height:1.2;
  border-radius:999px;
  font-weight:600;
  display:inline-block;
  vertical-align:middle;
  white-space:nowrap;
}

/* Slightly tighter in Blocks */
.wc-block-components-radio-control__option .boddor-gws-badge{ margin-left:6px !important; }

@keyframes boddorPulse_email {
  0% { box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.55); }
  70% { box-shadow: 0 0 0 6px rgba(124, 58, 237, 0); }
  100% { box-shadow: 0 0 0 0 rgba(124, 58, 237, 0); }
}
.boddor-email-badge{
  background:linear-gradient(135deg,#7c3aed,#a78bfa);
  animation:boddorPulse_email 1.6s ease-out infinite;
}
