:host {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border: 1px solid black;
	padding: 1rem;
}
