/* Our one addition to css-zero's layouts: a page opt-in (via content_for
   :container_class) that raises the container's width cap for wide tabular content. */

.container--wide {
  --container-width: 96rem;
}
