.osrp-header-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	border-radius: 0;
	border: none;
	background: transparent;
	color: #111;
	cursor: pointer;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}
.osrp-header-icon__badge {
	position: absolute;
	top: -2px;
	right: -4px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 9px;
	background: #111;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}
.osrp-header-icon__svg svg {
	display: block;
}

