.ydu_leaflet_image {
	width: 20px;
	height: auto;
	margin-right: 10px;
}

.ydu_leaflet_link {
	background-color:#ffffff54;
    margin-bottom: 10px;
    padding: 10px 10px 10px 15px;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.ydu_leaflet_country {
	display: flex;
	align-items: center;
	 font-family:'Montserrat';
	font-weight: 600;
	font-size: 0.9em;
	color: white;
}

.ydu_leaflet_svg_bg {
	background-color: #FDE0FD;
	padding: 5px;
	position: relative;
	border-radius: 10px;
	overflow:hidden;
}

.ydu_leaflet_svg_bg::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(253,224,253);
background: -webkit-linear-gradient(bottom, rgba(253,224,253,1) 0%, rgba(221,12,214,0) 70%);
background: -moz-linear-gradient(bottom, rgba(253,224,253,1) 0%, rgba(221,12,214,0) 70%);
background: -o-linear-gradient(bottom, rgba(253,224,253,1) 0%, rgba(221,12,214,0) 70%);
background: linear-gradient(to top, rgba(253,224,253,1) 0%, rgba(221,12,214,0) 70%);
	position: absolute;
    top: 0;
    left: 0;
}

.ydu_leaflet_svg {
	width: 20px;
	height: 20px;
	fill: #dd0cd6;
	display: block;
}
