/* Demo host-side styling for timemap-collector */

timemap-collector {
	display: block;
	max-width: 100%;
}

.demo-shell {
	display: grid;
	gap: 0.65rem;
}

.demo-caption {
	color: #475569;
	font-size: 0.95rem;
}

@media (max-width: 760px) {
	timemap-collector {
		min-height: 70vh;
	}

	.demo-shell {
		gap: 0.5rem;
	}
}
