.users-table { padding: 12px; }
.users-table table { font-size: 12px; }
.users-table th { color: #52677f; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.users-table td { height: 44px; }
.users-table form { margin: 0; }
.user-email { font-weight: 600; }
.badge { display: inline-block; min-height: auto; padding: 3px 6px; border: 0; border-radius: 4px; color: #fff; font-size: 10px; font-weight: 700; line-height: 1; }
button.badge { cursor: pointer; }
.badge-role, .badge-inactive { background: #697784; }
.badge-active { background: #15935b; }
.badge-pending { background: #d88900; }
.actions-heading { text-align: center; }
.actions { display: flex; align-items: center; justify-content: center; gap: 5px; }
.icon-button { display: inline-flex; width: 31px; height: 31px; min-height: 31px; align-items: center; justify-content: center; padding: 0; border-radius: 8px; font-size: 18px; font-weight: 800; line-height: 1; }
.action-edit { border: 1px solid #d99b00; background: #ffba08; color: #172033; }
.action-email { border: 1px solid #15935b; background: #fff; color: #15935b; }
.action-delete { border: 1px solid #dc3545; background: #dc3545; color: #fff; }
.icon-button:hover { filter: brightness(.94); transform: translateY(-1px); }
