/* Module stylesheet: outbox. Owned by the outbox feature module; base styles live in public/style.css. */
.outbox-table td.recipients,
.kv dd.recipients {
  overflow-wrap: anywhere;
  min-width: 12rem;
}
.outbox-table code {
  overflow-wrap: anywhere;
}
.provider-label {
  white-space: nowrap;
}
.outbox-timeline li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.outbox-text pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin: 0;
  font-size: 0.9rem;
  max-height: 32rem;
  overflow: auto;
}
.outbox-preview iframe {
  width: 100%;
  height: 32rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
}
