/* FCT: anchor scroll offset (keeps hash jump below sticky header) */ :root { --fct-sticky-offset: 140px; } /* tweak if needed */ #map-list-holder, #event-info-area { scroll-margin-top: var(--fct-sticky-offset); } body { outline: 6px solid lime !important; }