.node--documents .editorial-page__section--summary .field__label {
  min-width: 0;
}

.node--documents .editorial-page__section--audio {
  padding-top: 0.5rem;
}

.node--documents .editorial-page__section--attachments .field {
  grid-template-columns: minmax(0, 1fr);
}

.node--documents .editorial-page__section--attachments table,
.node--documents .editorial-page__section--attachments .file {
  width: 100%;
}