        .nax-status-badge {
            display: inline-block;
            padding: 3px 8px;
            border-radius: 3px;
            font-size: 13px;
            font-weight: 600;
        }

        .nax-status-pending {
            background: #fff3cd;
            color: #856404;
        }

        .nax-status-complete {
            background: #d4edda;
            color: #155724;
        }

        .nax-status-rejected {
            background: #f8d7da;
            color: #721c24;
        }

        .nax-status-draft {
            background: #e2e3e5;
            color: #383d41;
        }

        .nax-status-samples-received {
            background: #cce5ff;
            color: #004085;
        }

        .nax-status-ongoing {
            background: #fff3cd;
            color: #856404;
        }