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

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

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

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

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

/* Títol de camp una mica més clar en aquests blocs */
.node--decrets .editorial-page__section--attachments .field__label,
.node--decrets .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;
}

/* A l'àrea de taxonomia no volem aspecte de fila taula */
.node--decrets .editorial-page__section--taxonomy .field {
  display: block;
  padding: 0;
  border-top: 0;
}

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

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