
.bp-mbb-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
  line-height:1;
  background:#e10600;
  color:#fff;
  margin-left:8px;
  vertical-align:middle;
  animation:bpMbbPulse 1.5s infinite;
}

@keyframes bpMbbPulse{
  0%{box-shadow:0 0 0 0 rgba(225,6,0,0.55);}
  70%{box-shadow:0 0 0 10px rgba(225,6,0,0);}
  100%{box-shadow:0 0 0 0 rgba(225,6,0,0);}
}

.bp-mbb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  font-weight:800;
  text-decoration:none !important;
  background:#e10600;
  color:#fff !important;
  border:1px solid rgba(0,0,0,.12);
  transition:0.2s ease;
}

.bp-mbb-btn:hover{
  background:#b00500;
  transform:translateY(-2px);
}
