/*
  Tighten the gap between Testimonials and Notes Preview.
*/

.messy-testimonials,
.section.messy-testimonials,
.testimonials,
.section.testimonials {
  padding-bottom: clamp(42px, 4vw, 70px) !important;
  margin-bottom: 0 !important;
}

.messy-notes-preview,
.notes-preview,
.section.messy-notes-preview,
.section.notes-preview {
  padding-top: clamp(48px, 4.5vw, 76px) !important;
  margin-top: 0 !important;
}

/* The sideways-scroll hint should not create a huge dead zone before Notes */
.messy-testimonials__scroll-hint,
.testimonials__scroll-hint,
.testimonials-scroll-hint {
  margin-bottom: clamp(24px, 3vw, 44px) !important;
}

/* Safety: remove large empty spacing if the previous section uses a generic section class */
.messy-testimonials + .messy-notes-preview,
.messy-testimonials + .notes-preview,
.testimonials + .messy-notes-preview,
.testimonials + .notes-preview {
  margin-top: 0 !important;
}
