.hs-group {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.hs-group .hs-circle {
	fill: transparent;
	stroke: none;
}

.hs-group:hover .hs-circle {
	stroke: black;
	stroke-width: 1.19px;
}

.hs-group .hs-circle.selected {
	fill: #eac02c;
}

.hs-group .hs-text {
	color: black;
}

.part-mask {
	fill: #ffb500;
	opacity: 0;
	mix-blend-mode: color;
}

.part-mask:hover, .part-mask.selected {
	opacity: 1;
}

.callout-line {
	fill: none;
	stroke: black;
	stroke-width:1.5px;
}

.svg-wrapper {
	svg {
		width: 100%;
		height: auto;
	}
}