/* scroll-margin for sticky header + section title (also when using # anchors without JS) */
#progetti-conclusi {
  scroll-margin-top: clamp(8rem, 18vh, 14rem);
}

.pt-page__view_references.progetti-testi-container
  .paragraph-container:has(#progetti-conclusi) {
  scroll-margin-top: clamp(8rem, 18vh, 14rem);
}

#eventi-passati {
  scroll-margin-top: clamp(8rem, 18vh, 14rem);
}

.pt-page__view_references.eventi-container .paragraph-container:has(#eventi-passati) {
  scroll-margin-top: clamp(8rem, 18vh, 14rem);
}
