/* ==========================================================================
   payments.css - manager Payments page (builds on the quotes module CSS)
   ========================================================================== */

.pay-balance { color: #991B1B; font-weight: 600; }
.pay-method-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    border-radius: 6px;
    padding: 2px 8px;
    background: var(--bg-accent);
    color: var(--primary);
}
.pay-amount-in { color: var(--green); font-weight: 600; }
