/* 1. Header: Pin to Top */
#rec2221270653 {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 10000 !important;
}

/* 2. Layering: Navigation Panels behind Header/Footer */
.t-popup, .t1093, .t-menu__panel {
    z-index: 5000 !important;
}

/* 3. Footer: Top layer but clickable-through */
#rec2214703533 {
    z-index: 9999 !important;
    pointer-events: none !important;
}
#rec2214703533 .tn-atom {
    pointer-events: auto !important;
}

/* 4. Global Scroll Fix: Stops the 'shaking' */
html { overflow-y: scroll !important; }
body { overflow-x: hidden !important; margin: 0 !important; }

/* 5. Header safe-zone for all pages */
#allrecords { padding-top: 100px !important; }
