/* AtomLeap shared fixes — avatar initials used in testimonial carousels */
.al-avatar-initial{
	width:50px;
	height:50px;
	max-width:50px;
	border-radius:4px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:'Manrope',sans-serif;
	font-weight:800;
	font-size:16px;
	color:#fff;
	letter-spacing:.02em;
	flex-shrink:0;
}
