/* Timeline Section — compact padding toggles trim the sticky's top/bottom padding
   to tighten the visual gap between this section and adjacent ones. */

.timeline-section--compact-top .industry__sticky {
    padding-top: 24px;
}
.timeline-section--compact-bottom .industry__sticky {
    padding-bottom: 0;
}
