
.link-highlighted,
.link-downloadable {
	display: block;
	margin: 10px 0;
	padding: 15px 25px 15px 65px;
	border-radius: 6px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 600;
	color: #f32a00;
	background-color: #F5F5F5;
	background-image: url('../img/coronavirus/icon-link-red-2.svg');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 25px center;
	text-decoration: underline !important;
}
.link-downloadable {
	background-image: url('../img/coronavirus/icon-download-red-2.svg');
}

.link-highlighted:hover,
.link-downloadable:hover,
.link-highlighted:focus,
.link-downloadable:focus {
	color: #f32a00;
}