.customer-vip-badge {
    display: inline-block;
    margin-inline-start: .35em;
    padding: .1em .4em;
    border-radius: .35em;
    background: #fff3cd;
    color: #805500;
    font-size: .75em;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: baseline;
    line-height: 1.5;
}
