.node__header {
  padding: 3rem 0 1.5rem;
}

.node__title {
  margin: 0 0 1rem;
  font-size: var(--bisbat-title-lg);
  line-height: var(--bisbat-leading-tight);
}

.node__title a {
  color: inherit;
  text-decoration: none;
}

.node__title a:hover,
.node__title a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.node__meta {
  color: #666;
  font-size: 0.95rem;
}

.node__content {
  padding-bottom: 4rem;
}

.node__content .container {
  max-width: 1100px;
}

.node__content .field--name-body {
  font-size: 1.05rem;
  line-height: var(--bisbat-leading-relaxed);
}

.node__content .field--name-body p,
.node__content .field--name-body div,
.node__content .field--name-body ul,
.node__content .field--name-body ol {
  max-width: 760px;
}

.node__content img {
  height: auto;
  border-radius: var(--bisbat-radius-sm);
}

.node__content .field {
  margin-bottom: 1.5rem;
}

.node__content .field:last-child {
  margin-bottom: 0;
}

.node__content .field--name-field-foto-noticia,
.node__content .field--name-field-pagina-imatge,
.node__content .field--name-field-imatge {
  max-width: 760px;
  margin-bottom: 2rem;
}