/* ForumTopicsPage layout. Row chrome (`.ag-chat-list`, `.ag-chat-item*`, `.ag-avatar`,
   `.ag-badge`, `.ag-alert`) comes from argentum-ui.css — only the bits that component
   set doesn't already cover live here, all sized/coloured from `--ag-*` tokens. */

.ag-forum-topic-list {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}

.ag-forum-topic-list__status {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: var(--ag-space-6);
  color: var(--ag-text-subtle);
  font-size: var(--ag-text-sm);
}

/* Sits inside `.ag-chat-item__body`, under the title/time row — mirrors the
   "Closed" note the old razor page drew under a topic name. */
.ag-forum-topic__closed {
  font-size: var(--ag-text-xs);
  color: var(--ag-text-subtle);
}
