.transaction-payment-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:28px;
    border-radius:999px;
    padding:6px 10px;
    background:rgba(120,20,40,.09);
    color:#781428;
    font-size:11px;
    font-weight:950;
    margin:4px 4px 4px 0;
}
