/*
 * Hide only the content region during a persistent-player page swap while the
 * destination document's styles are synchronised. The player lives outside
 * main and therefore remains visible and uninterrupted.
 */
body.ra-nav-assets-syncing main {
    visibility: hidden !important;
}

/* A safe baseline for archive/event imagery if a destination stylesheet is slow. */
.ra-event-post img,
main img {
    max-width: 100%;
    height: auto;
}
