#userForm { margin: 18px 0 24px; padding: 18px; background: #f7faf9; border: 1px solid #dce8e3; border-radius: 10px; }
#userForm h3 { margin-top: 0; }
.users-table { margin-top: 20px; }
.user-status { display: inline-block; padding: 4px 9px; border-radius: 999px; font-weight: 700; font-size: 12px; }
.user-status.active { background: #dcfce7; color: #166534; }
.user-status.inactive { background: #fee2e2; color: #991b1b; }
.user-status.protected { background: #dbeafe; color: #1e40af; }
