.po-list-page .page-header h2 {
    font-weight: 700;
}

.po-list-page .filter-card,
.po-list-page .table-card {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.po-list-page .table thead th {
    white-space: nowrap;
    background: #f8f9fa;
    font-size: 13px;
}

.po-list-page .badge-status {
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.po-list-page .badge-draft {
    background: #fff3cd;
    color: #856404;
}

.po-list-page .badge-approved {
    background: #d1ecf1;
    color: #0c5460;
}

.po-list-page .badge-closed {
    background: #d4edda;
    color: #155724;
}

.po-list-page .badge-cancelled {
    background: #f8d7da;
    color: #721c24;
}

.po-list-page .po-select-col {
    width: 48px;
    min-width: 48px;
}

.po-list-page .po-checkbox {
    display: inline-block !important;
    width: 18px;
    height: 18px;
    margin: 0;
    visibility: visible !important;
    opacity: 1;
    cursor: pointer;
    vertical-align: middle;
}

.po-list-page .po-checkbox:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
