a.has-icon::after {
	/* spacing */
	/*margin-left: .5rem;*/
	/* Font Awesome webfont approach */
	font-family: "Font Awesome 7 Pro";
	font-weight: 300; /* adjust to match your FA "light" */
	content: "\f061"; /* arrow-right (verify your exact glyph) */
	background: rgba(129,9,127,.9);
	color: #fff;
	aspect-ratio: 1 / 1;
	transition: all ease-in-out .3s;
	text-align: center;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 0 15px;
	border-radius: 50%;
}

a:hover.has-icon::after {
	color: #81097F;
	background: rgba(255,255,255,.9);
}
