/*
 Theme Name: GCOS26
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Styles for the Global Cardio-Oncology Congress 2026 in Williamsburg, VA
 Author: Bandt Agency
 Author URI: https://www.bandtagency.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.small_link{
	font-family: Poppins, arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;	
	color: #172B48 !important;

}

.small_link:after{
	content: "";
	width: 10px;
	height: 14px;
	background: url("/wp-content/uploads/icons/arrow_forward.svg");
	transform: translateX(10px);
	display: inline-block;
	transition: transform 0.2s ease-in-out;	
}

.small_link.rev a{
	font-family: Poppins, arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.small_link.rev:after{
	content: "";
	width: 10px;
	height: 14px;
	background: url("/wp-content/uploads/icons/arrow_forward_rev.svg");
	transform: translateX(10px);
	display: inline-block;
	transition: transform 0.2s ease-in-out;	
}
