/*
 * Cache-test asset. Cloudflare caches .css by default (HTML is not cached).
 * The URL /marker.css is identical in the old and new app, so after the flip
 * a stale Cloudflare cache will keep showing this file's version text.
 */
.cache-banner {
	margin-top: 2rem;
	padding: 1.5rem;
	border-radius: 8px;
	background: #8b0000;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}

.cache-banner::after {
	content: 'Cached stylesheet says: OLD';
}
