/* Smart Strat navigation acceleration layer.
   It intentionally adds no visible loader, overlay, animation, spacing, or theme changes. */
#ss-speed-progress,
#ss-speed-shade,
#ss-speed-pulse {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html.ss-page-busy,
html.ss-page-busy body {
    cursor: auto !important;
}

img[loading="lazy"] {
    content-visibility: auto;
}
