.ctc-email-address {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ctc-email-address .ctc-block-copy {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: flex;
}

.ctc-email-address svg {
	fill: gray;
	height: 1em;
	width: 1em;
	font-size: 16px;
}
