.positiongroup {
	margin-top: 15px;
	border: 2px solid var(--outerbox);
	border-radius: 10px;
	padding: 8px;
}

/* Hide all children except the header and toolbar when collapsed */
.positiongroup.collapsed > *:not(h3):not(.utility) {
    display: none;
}
