/**
 * Minimal styles for the shared winners gallery.
 *
 * Deliberately tiny. Each site's gallery is styled by its own theme; the only thing that has
 * to be true everywhere is that the live region announcing result counts is available to
 * assistive technology without being visible, since the galleries showed no count before and
 * adding visible text would be a layout change.
 *
 * Not every theme defines .screen-reader-text — Davey does not — so the rule is scoped to
 * this library's own class rather than relying on one being present.
 *
 * Build: 2026.08.25.05
 */

.rm-winners__status.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.rm-winners__alert[hidden] {
	display: none;
}
