ul.map-level-0 a {
	font-weight: bold;
}

ul.map-level-1 a, ul.map-level-2 a, ul.map-level-3 a {
	font-weight: normal;
}

.map-columns td {
	vertical-align: top;
}

.map-columns ul {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
.map-level-1 {
	margin-left: 15px!important;	
}
.map-level-2 {
	margin-left: 25px!important;	
}

@media (min-width: 990px) {
	body .content__user-text-wrap {
		width: 100%;
	}
	body .content__user-text {
		max-width: 100%;
	}
	body .content__user-text.user-text ul {
		max-width: 100%;
	}
	.map-level-0 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 2rem;
	}
}