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

.node--nomenaments .editorial-page__section--attachments,
.node--nomenaments .editorial-page__section--taxonomy {
  padding-top: 0.25rem;
}

/* Adjunts */
.node--nomenaments .editorial-page__section--attachments .field__items {
  display: grid;
  gap: 0;
}

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

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

/* Labels de camp */
.node--nomenaments .editorial-page__section--attachments .field__label,
.node--nomenaments .editorial-page__section--taxonomy .field__label {
  margin: 0 0 0.9rem;
  color: var(--editorial-text);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

/* La taxonomia no s'ha de veure com una fila de taula */
.node--nomenaments .editorial-page__section--taxonomy .field {
  display: block;
  padding: 0;
  border-top: 0;
}

.node--nomenaments .editorial-page__richtext {
  max-width: 920px;
}

/* Mobile */
@media (max-width: 767px) {
  .node--nomenaments .editorial-page__content {
    max-width: 100%;
  }
}