.node--story .editorial-page__content {
  max-width: 980px;
}

.story-node__hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.story-node__hero--square {
  max-width: 520px;
}

.story-node__gallery-link .field__item a,
.story-node__gallery-link .field__items a {
  color: var(--editorial-accent);
  font-weight: 700;
  text-decoration: none;
}

.story-node__gallery-link .field__item a:hover,
.story-node__gallery-link .field__items a:hover {
  text-decoration: underline;
}

.node--story .editorial-page__audio audio {
  display: block;
  width: 100%;
  max-width: 720px;
}

.node--story .editorial-page__section--attachments .field__label,
.node--story .editorial-page__section--taxonomy .field__label {
  margin: 0 0 0.9rem;
  color: var(--editorial-text);
  font-weight: 700;
  line-height: var(--bisbat-leading-tight);
}

.node--story .editorial-page__section--attachments .field__items {
  display: grid;
  gap: 0;
}

.node--story .editorial-page__section--attachments .field__item {
  padding: 0.85rem 0;
  border-top: 1px solid var(--editorial-line);
}

.node--story .editorial-page__section--attachments .field__item:first-child {
  border-top: 0;
  padding-top: 0;
}