/* Demo host-side styling for open-collections-manager */

open-collections-manager {
	display: block;
	max-width: 100%;
}

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

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

@media (max-width: 760px) {
	open-collections-manager {
		min-height: 70vh;
	}

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