a.is-external {
	display: inline-block;
	margin-right: calc(0.875rem + 0.25rem);
	position: relative;
	
	&::after {
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7 1.22 6.26 7.734M8.933 1h3.886v3.86M6.339 2.722H1V13h10.277V7.66' stroke='%231A73E8' stroke-width='1.828' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		content: "";
		height: 0.875rem;
		position: absolute;
		right: calc(-1 * (0.875rem + 0.25rem));
		top: 0.25rem;
		width: 0.875rem;
	}
}
