[data-comp="mgmtstruct"] .tabs__tab.active {
	color: #474747;
    font-family: "GTE-regular";
    cursor: default;
}
[data-comp="mgmtstruct"] .tabs__tab.active:before {
	background-color: #287ac2;
}
[data-comp="mgmtstruct"] [data-role="content"]:not([class~="active"]) {
	display: none;
}
[data-comp="mgmtstruct"] *:focus-visible {
	outline: none;
}