@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_whatsapp {
  0% { box-shadow: 0 0 0 0 rgba(31, 167, 101, 0.55); }
  70% { box-shadow: 0 0 0 6px rgba(31, 167, 101, 0); }
  100% { box-shadow: 0 0 0 0 rgba(31, 167, 101, 0); }
}
.boddor-whatsapp-badge{
  background:linear-gradient(135deg,#147B42,#1fa765);
  animation:boddorPulse_whatsapp 1.6s ease-out infinite;
}
