/* === Admin / Moderation === */
.admin-modal { max-width: 90vw; height: 90vh; }
.admin-modal .modal-content { height: 100%; display: flex; flex-direction: column; }
.admin-modal .modal-body { flex: 1 1 auto; overflow-y: auto; }
.admin-modal .table-responsive { max-height: calc(100% - 60px); }
.admin-modal thead th { position: sticky; top: 0; background-color: #212529; z-index: 2; }

#adminReportsTable td.snippet,
#adminReportsTable td.reason {
  max-width: 380px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.25;
}
#adminReportsTable td.actions,
#adminReportsTable td.text-nowrap {
  white-space: nowrap;
}
