.bm-marker-poi-label {
	white-space: nowrap;
	max-width: unset !important;
}

.SKmain-line-label {
	background: #DB40A2;
	background: linear-gradient(90deg, rgba(219, 64, 162, 1) 0%, rgba(129, 113, 180, 1) 50%, rgba(219, 64, 162, 1) 100%);
}

.SKmain-line-number {
	padding-bottom: 0.3em;
	font-size: 1em;
	width: 1em;
	text-align: center;
	height: 1em;
	margin:0em 1em 0em 0em;
	background: #DB40A2;
}

.SKdo-line-number {
	padding-bottom: 0.3em;
	width: 1em;
	text-align: center;
	color: #000000;
	height: 1em;
	margin:0em 1em 0em 0em;
	background: #b7d44c;
}

.sk-stion {
	transform: translate(-50%, -50%);
	color: #ffffff;
	background-color: #434343ff;
	padding: 0.3em;
	border: solid black 0.1em;
	border-radius: 0.2em;
	display: flex;
	flex-direction: column;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
}

.sk-numpt{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.2em;
	font-size: 0.7em;
}
.sk-st-liens{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0.2em;
}