/* Vendor column width */
.wp-list-table .column-bs_vendor { 
    width: 240px !important; 
}

/* Purchase Type column width */
.wp-list-table .column-bs_purchase_type { 
    width: 120px !important; 
}

/* Prevent weird wrapping */
.wp-list-table .column-bs_vendor,
.wp-list-table .column-bs_vendor * {
    white-space: nowrap !important;
    word-break: normal !important;
}

.bs-vendor-cell { 
    white-space: normal !important; 
}

.bs-vendor-email { 
    font-size: 12px; 
    color: #555; 
}

.bs-vendor-meta { 
    font-size: 12px; 
    color: #777; 
    margin-top: 4px; 
}

/* Purchase Type badges */
.bs-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.bs-badge-normal {
    background: #e7f6ea;
    color: #1e7e34;
}

.bs-badge-quote {
    background: #fff3cd;
    color: #856404;
}