.doc-column {
  max-width: var(--prose-max);
}

.doc-card .c-card__title {
  overflow-wrap: anywhere;
}

.doc-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  min-width: 0;
}

.schedule-figure {
  max-width: var(--prose-max);
  margin: var(--space-32) 0 0;
}

.schedule-figure img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--surface-2);
  border-radius: var(--radius-m);
}

.schedule-figure figcaption {
  margin-top: var(--space-8);
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  color: var(--color-text-muted);
}
