.tcu-completed-button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 12px 18px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 999px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: transform .18s ease, opacity .18s ease, background-color .18s ease, border-color .18s ease;
}

.tcu-completed-button:hover {
	transform: translateY(-1px);
}

.tcu-completed-button.is-completed {
	background: #eaf8ef;
	border-color: #93d8aa;
	color: #176c36;
}

.tcu-completed-button.is-loading {
	opacity: .55;
	cursor: wait;
}

.tcu-completed-button__icon {
	display: inline-grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
}

.tcu-completed-login {
	display: inline-block;
	font-size: 14px;
	opacity: .72;
}

.tcu-completed-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	margin: 0 0 8px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #eaf8ef;
	color: #176c36;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.tcu-completed-badge__check {
	display: inline-grid;
	place-items: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #176c36;
	color: #fff;
	font-size: 10px;
	line-height: 1;
}

/* Salient/Nectar grids */
.nectar-post-grid .tcu-completed-badge,
.nectar-post-grid-item .tcu-completed-badge {
	position: relative;
	z-index: 4;
}

/* The class is intentionally available for your own custom styling. */
.tcu-is-completed {
	--tcu-completed: 1;
}

@media (max-width: 690px) {
	.tcu-completed-button {
		padding: 11px 15px;
		font-size: 14px;
	}
}
