/* BWB – Provider pill in wpDiscuz */
.bwb-rep-pill {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #1da1f2;
    color: #fff;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
    vertical-align: middle;
}