html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

main [id] {
  scroll-margin-top: var(--resource-media-anchor-offset, 170px);
}

.meta-list__item--authors,
.meta-list__item--collaborators {
  display: block;
}

/* Keep the row filter balanced when facet options disappear at zero results. */
@media (min-width: 1084px) {
  .filter.\:layout-row
    .filter__criteria__section--page
    .field.\:type-search {
    --field-padding-left: 16px;
  }

  .filter.\:layout-row
    .filter__criteria__section--page
    .filter__fields--primary
    > .field.\:type-search:only-child {
    border-right: 0;
  }
}
