/* Scoped to the ongoing grading editor; no other portal forms are affected. */
#cgGrades{padding:20px;margin-top:20px}
#cgGrades .cg-intro{margin:0 0 16px;font-size:14px;line-height:1.5;color:var(--muted,#667085)}
#cgGrades .gb-table-wrap{margin:0 0 18px}
#cgGrades .cg-table{table-layout:fixed;border-collapse:collapse;min-width:880px;width:100%}
#cgGrades .cg-col-select{width:44px}
#cgGrades .cg-col-student{width:21%}
#cgGrades .cg-col-grade{width:88px}
#cgGrades .cg-col-status{width:118px}
#cgGrades .cg-col-actions{width:152px}
#cgGrades .cg-table th,#cgGrades .cg-table td{padding:12px 10px;vertical-align:middle;white-space:normal}
#cgGrades .cg-table thead th{font-size:11px;line-height:1.4;letter-spacing:.035em;background:#f7f8fa}
#cgGrades .cg-table tbody th{min-width:0;background:transparent;color:var(--text,#252832);font-size:13px;font-weight:600;letter-spacing:normal;text-transform:none;overflow-wrap:anywhere}
#cgGrades .cg-table tbody tr:hover{background:#fcfafb}
#cgGrades .cg-table td:first-child{width:auto}
#cgGrades .cg-table input:not([type=checkbox]),#cgGrades .cg-table textarea{box-sizing:border-box;display:block;width:100%;min-width:0;max-width:100%;min-height:34px;height:34px;margin:0;padding:7px 9px;font-size:13px;line-height:18px;border-radius:6px}
#cgGrades .cg-table input[type=number]{width:64px;text-align:center;font-weight:600;padding:6px}
#cgGrades .cg-notes{display:grid;grid-template-columns:minmax(0,1fr);gap:6px}
#cgGrades .cg-notes textarea{resize:vertical}
#cgGrades .cg-notes input{font-size:12px}
#cgGrades .cg-table input:disabled,#cgGrades .cg-table textarea:disabled{opacity:1;color:#475467;background:#f7f8fa;-webkit-text-fill-color:#475467}
#cgGrades .cg-review input:disabled,#cgGrades .cg-review textarea:disabled{border-color:transparent;background:transparent}
#cgGrades .cg-review input[type=number]:disabled{font-size:16px;color:var(--text,#252832);-webkit-text-fill-color:var(--text,#252832)}
#cgGrades .cg-status{display:inline-block;max-width:100%;padding:4px 8px;background:#f3f1f4;border-radius:6px;color:#625b68;font-size:12px;line-height:1.4}
#cgGrades .cg-table td:last-child button{font-size:12px;line-height:18px;min-height:34px;padding:6px 10px;margin:0;max-width:100%;white-space:normal;border-radius:6px}
#cgGrades .cg-table td:last-child button+button{margin-top:6px}
#cgGrades>label{font-size:13px;margin-bottom:12px;max-width:640px}
#cgGrades>label input{min-height:38px;padding:8px 10px;font-size:13px}
#cgGrades .gb-actions{margin:12px 0 0;gap:8px}
#cgGrades .gb-actions button,#cgGrades .gb-actions>label{min-height:38px;padding:8px 12px;font-size:13px;line-height:20px;margin:0;border-radius:8px}
#cgGrades [data-cg-status]:empty{display:none}
@media(max-width:700px){
 #cgGrades{padding:12px}
 #cgGrades .gb-actions{align-items:stretch}
 #cgGrades .gb-actions>label{width:auto}
 #cgGrades .cg-table input:not([type=checkbox]),#cgGrades .cg-table textarea{font-size:16px}
 #cgGrades .cg-table input[type=checkbox]{width:22px;height:22px}
 #cgGrades .cg-table td:last-child button{min-height:44px}
}
