/**
 * Publication single — matches Letters template (Publications-single.html).
 * Complements letters-template.webflow.*.css (#w-node grid areas for post_grid).
 */

/* When house byline is hidden, author column is omitted — single-column body grid */
.post_body-grid.post_body-grid--no-author {
  grid-template-columns: 1fr !important;
}
