.fcw-copy-header {
	margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.fcw-copy-header__title {
	margin: 0;
    flex: 1 0 0
}

.fcw-thumbnail-copy-wrap {
	display: block;
	position: relative;
}

.fcw-thumbnail-copy-wrap img,
.fcw-thumbnail-copy-wrap picture {
	display: block;
}

.fcw-copy--auto-top {
	margin-top: 5px;
}

.fcw-copy--thumbnail {
	opacity: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	transform: translateY(-4px);
	transition: opacity 160ms ease, transform 160ms ease;
	z-index: 20;
}

.fcw-thumbnail-copy-wrap:hover .fcw-copy--thumbnail,
.fcw-thumbnail-copy-wrap:focus-within .fcw-copy--thumbnail {
	opacity: 1;
	transform: translateY(0);
}

.fcw-copy-button {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
	text-decoration: none;
}

.fcw-tile-copy-button {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(0, 0, 0, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 5px;
	line-height: 1;
	padding: 8px 10px;
	text-decoration: none;
}

.fcw-tile-copy-button .fcw-copy-button__icon {
	height: 14px;
	width: 14px;
}

.fcw-tile-copy-button[aria-disabled="true"] {
	cursor: wait;
	opacity: 0.72;
}

.fcw-copy--thumbnail .fcw-copy-button__status {
	display: none;
}

.fcw-copy-button__icon {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 38 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 28.5C19 23.2533 23.2533 19 28.5 19C33.7467 19 38 23.2533 38 28.5C38 33.7467 33.7467 38 28.5 38C23.2533 38 19 33.7467 19 28.5Z' fill='%231ABCFE'/%3E%3Cpath d='M0 47.5C0 42.2533 4.25329 38 9.5 38H19V47.5C19 52.7467 14.7467 57 9.5 57C4.25329 57 0 52.7467 0 47.5Z' fill='%230ACF83'/%3E%3Cpath d='M19 0V19H28.5C33.7467 19 38 14.7467 38 9.5C38 4.25329 33.7467 0 28.5 0H19Z' fill='%23FF7262'/%3E%3Cpath d='M0 9.5C0 14.7467 4.25329 19 9.5 19H19V0H9.5C4.25329 0 0 4.25329 0 9.5Z' fill='%23F24E1E'/%3E%3Cpath d='M0 28.5C0 33.7467 4.25329 38 9.5 38H19V19H9.5C4.25329 19 0 23.2533 0 28.5Z' fill='%23A259FF'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 18px;
	width: 18px;
}

.fcw-copy-button[aria-disabled="true"] {
	cursor: wait;
	opacity: 0.72;
}

.fcw-copy-button__status {
	font-size: 0.875em;
	font-weight: 500;
	opacity: 0.86;
	display: none;
}

.fcw-copy-button[data-copy-state="success"] {
	background: #047857;
	border-color: #047857;
}

.fcw-copy-button[data-copy-state="error"] {
	background: #b91c1c;
	border-color: #b91c1c;
}
