/* Our Story timeline cards: centered sticky behavior (logic in behavior.js). */
.elementor-element-f653b8a.elementor-sticky--active,
.elementor-element-77618367.elementor-sticky--active,
.elementor-element-177a64b5.elementor-sticky--active,
.elementor-element-31f7f93.elementor-sticky--active {
    top: var(--tl-sticky-top, 140px) !important;
}

/* Compact mode for short screens: tighter card spacing so more content fits. */
.elementor-element-f653b8a.tl-compact,
.elementor-element-77618367.tl-compact,
.elementor-element-177a64b5.tl-compact,
.elementor-element-31f7f93.tl-compact {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    gap: 24px !important;
}

/* Card cannot fit even when compact: let it scroll normally on this screen. */
.elementor-element-f653b8a.tl-no-stick,
.elementor-element-77618367.tl-no-stick,
.elementor-element-177a64b5.tl-no-stick,
.elementor-element-31f7f93.tl-no-stick {
    position: static !important;
}
