.epf-copy-email {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.epf-copy-email__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 39px;
	padding: 8px 20px;
	border: 0;
	border-radius: 2px;
	background: #235aa6;
	color: #fff;
	font: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.epf-copy-email__button:hover,
.epf-copy-email__button:focus,
.epf-copy-email__button:focus-visible {
	background: #174a8f;
	color: #fff;
}

.epf-copy-email__button:focus-visible {
	outline: 3px solid rgba(35, 90, 166, 0.3);
	outline-offset: 3px;
}

.epf-copy-email__button--success,
.epf-copy-email__button--success:hover,
.epf-copy-email__button--success:focus,
.epf-copy-email__button--success:focus-visible {
	background: #16813a;
	color: #fff;
}

.epf-copy-email__button--error,
.epf-copy-email__button--error:hover,
.epf-copy-email__button--error:focus,
.epf-copy-email__button--error:focus-visible {
	background: #a52a2a;
	color: #fff;
}

.epf-copy-email__icon {
	width: 19px;
	height: 19px;
	fill: currentColor;
	flex: 0 0 auto;
}

.epf-copy-email__status {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 600px) {
	.epf-copy-email__button {
		width: 100%;
	}

	.epf-copy-email {
		width: 100%;
	}
}
