/* BWB – Provider pill inside wpDiscuz threads (provider name only) */
.bwb-rep-pill{
  display:inline-flex;
  align-items:center;
  margin-left:6px;
  padding:2px 6px;
  border-radius:3px;
  background:#1da1f2; /* same blue you used in the widget */
  color:#fff;
  font-size:11px !important;
  line-height:1.1;
  font-weight:600;
  vertical-align:middle;
  white-space:nowrap;
}
/* no hover effects */