.spoodoire-copy-link {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 36px 0;
	padding: 24px 28px;
	border: 1px solid #e5ddd2;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(24, 35, 27, .07);
}

.spoodoire-copy-link__copy {
	display: grid;
	gap: 4px;
	margin-right: auto;
}

.spoodoire-copy-link__eyebrow {
	color: #9a5d32;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.spoodoire-copy-link__copy strong {
	color: #19231b;
	font-size: 20px;
	line-height: 1.3;
}

.spoodoire-copy-link__button.is-copied {
	border-color: #55715c;
	background: #55715c;
	color: #fff;
}

.spoodoire-copy-link__status {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.spoodoire-species-share .spoodoire-copy-link__button {
	margin-left: 0;
}

@media (max-width: 600px) {
	.spoodoire-copy-link {
		align-items: stretch;
		flex-direction: column;
		padding: 22px;
	}

	.spoodoire-copy-link__button {
		width: 100%;
	}
}
