.wwb-email {
	word-break: break-word;
}

.wwb-email-copy {
	background: none;
	border: 1px solid currentColor;
	border-radius: 3px;
	cursor: pointer;
	font-size: 0.8em;
	line-height: 1;
	margin-left: 0.4em;
	padding: 0.2em 0.5em;
}

.wwb-email-copy.is-copied {
	opacity: 0.7;
}
