/* The retained Event document CSS hides all header/footer tags. Restore only
 * the Theme shell on the Event listing, regardless of stylesheet load order. */
body:has(main.page-event) .brb-shell-header,
body:has(main.page-event) .brb-shell-footer {
	display: block !important;
}

/* Author display:block on cards overrides the browser's default [hidden]. */
main.page-event [hidden] {
	display: none !important;
}
