/* Staff profile (Figma section "Staff Profile" 2123:28036) — js/staff/profile.js. Builds on the sp- classes in student.css. */
.stp-body { display: flex; flex-direction: column; gap: 20px; padding: 8px 20px 0; }
.stp-sec { display: flex; flex-direction: column; gap: 4px; margin-top: -4px; }
.stp .sp-thead { font-size: 12px; line-height: 20px; }
.stp .sp-trow { color: var(--trunks); }
.stp-c-subj { flex: none; text-align: right; white-space: nowrap; }
.stp .sp-val { max-width: 200px; }
.stp .sp-trow + .sp-trow { border-top: 1px solid var(--beerus); }
