:host {
	height: 100%;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

svg {
	cursor: pointer;
	width: 12px;
	height: 12px;
}

svg:hover {
	opacity: 0.7;
}
svg:active {
	fill: red;
}

svg {
	fill: white;
	stroke: #666;
}

:host(.pin) svg {
	fill: #666;
	stroke: #666;
}
