/* CODBOOST — Sub Headline pill (global) */
.codb-subheadline{
  display:inline-block;
  margin-top:.35rem;
  padding:.28rem .60rem;
  border-radius:9999px;
  font-size:.78rem;
  font-weight:700;
  line-height:1;
  color:#b8002f;          /* text */
  background:#ffe6ea;     /* bg */
  border:1px solid #ff6b8b;
  box-shadow:0 2px 6px rgba(0,0,0,.06);
  letter-spacing:.02em;
  white-space:nowrap;
}

.codb-subheadline--loop{
  margin-top:.25rem;
}

/* B2BKing — ensure pill breaks under product name */
.b2bking_bulkorder_form_container .codb-subheadline{
  display:inline-block;
  margin-top:.40rem;
}

/* Small devices */
@media (max-width: 480px){
  .codb-subheadline{ font-size:.72rem; padding:.24rem .52rem; }
}
