/* Keep the compact Recent Delivery summary readable on narrow Admin screens. */
[data-testid="communications-recent-delivery-card"] [class~="grid-cols-3"] {
  column-gap: 0.5rem;
}

[data-testid="communications-recent-delivery-card"] [class~="grid-cols-3"] > div > p:first-child {
  min-width: 0;
  white-space: nowrap;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}
