.user-email { font-size: 0.8rem; color: var(--text-muted) !important; cursor: default !important; }
.user-email:hover { color: var(--text-muted) !important; }
@media (max-width: 768px) {
  table { font-size: 0.8rem; }
  thead th, tbody td { padding: 8px 10px; }
}
