/* Styling for Process Draft page follows the modern control card pattern */

.process-draft-card {
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 14px;
    box-shadow: 0 16px 32px rgba(8, 15, 31, 0.35);
    padding: 1.75rem;
}

.process-draft-header h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #f8fafc;
}

.process-draft-header p {
    color: #cbd5f5;
}

.process-draft-card .form-select,
.process-draft-card .btn {
    border-radius: 10px;
}

.process-draft-card .btn {
    font-weight: 600;
}

.process-draft-card .table-responsive {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(15, 23, 42, 0.38);
    overflow: hidden;
}