@import 'custom.css'; /*NOTE: File is cached; use Cache Busting to prevent caching*/

/* download-link */

.geveko-download-link {
  	text-decoration: none !important;
  	font-size: 16px;
  	font-weight: 500;
	color: #E87722 !important;
  	white-space: nowrap;
}

.geveko-download-link:before {
	display: inline-block;
  	width: 24px;
  	height: 24px;
  	margin: 0 4px -8px -6px;
  	background-image: url('/Files/Icons/download-icon.svg');
  	content: '';
}


