/* Hide the per-section title Salient prints inside each tab body
   (the sidebar menu already lists these titles) */
.scrolling-tab-content .scrolling-tab-mobile-title { display: none !important; }

/* "Inhoud" heading at the top of the table-of-contents column */
.scrolling-tab-nav > .inhoud-title { margin: 0 0 16px; }

/* CTA buttons */
.nhc-cta { display: flex; flex-direction: column; gap: 16px; margin: 24px 0 0; }
.nhc-cta__btn {
  display: block; width: 100%; box-sizing: border-box;
  padding: 18px 24px; border-radius: 16px;
  font-size: 18px; font-weight: 500; line-height: 1.2; text-align: center;
  text-decoration: none !important; box-shadow: none !important;
  transition: opacity .2s ease, background-color .2s ease, color .2s ease;
}
.nhc-cta__btn--primary { background: linear-gradient(120deg, #0e7e8d 0%, #19a7b1 100%); color: #fff !important; border: 2px solid transparent; }
.nhc-cta__btn--primary:hover, .nhc-cta__btn--primary:focus { opacity: .92; color: #fff !important; }
.nhc-cta__btn--outline { background: transparent; color: #555 !important; border: 2px solid #1aa0aa; }
.nhc-cta__btn--outline:hover, .nhc-cta__btn--outline:focus { background: #1aa0aa; color: #fff !important; }