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

@keyframes boddorBunqPulseBest {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55); }
  70% { box-shadow: 0 0 0 7px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.boddor-bunq-badge {
  margin-left: 6px !important;
  background: linear-gradient(135deg, #047857, #10b981);
  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;
  animation: boddorBunqPulseBest 1.4s ease-out infinite;
}

.wc-block-components-radio-control__option .boddor-bunq-badge {
  margin-left: 6px !important;
}
