.s365-profile-marker {
	display: inline-flex !important;
	position: static !important;
	width: 1em !important;
	height: 1em !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 0 0 0.14em !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #111827 !important;
	vertical-align: -0.12em !important;
	line-height: 1 !important;
	font-style: normal !important;
	flex: 0 0 auto !important;
}

.s365-profile-marker svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.s365-profile-legend {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.55rem 1.1rem;
	margin: 0.55rem 0 1.15rem;
	padding: 0.45rem 0.7rem;
	border: 1px solid #d8dee6;
	border-radius: 5px;
	background: #f8fafc;
	color: #334155;
	font-size: 13px;
	line-height: 1.3;
}

.s365-profile-legend__item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	white-space: nowrap;
}

.s365-profile-legend__item .s365-profile-marker {
	width: 1.05rem !important;
	height: 1.05rem !important;
	margin-left: 0 !important;
	vertical-align: middle !important;
}

@media (max-width: 480px) {
	.s365-profile-legend {
		display: flex;
		width: 100%;
	}
}
