.wcrp-copy-row {
	display: flex;
	gap: .75rem;
	align-items: center;
	margin: 1.5rem 0;
	flex-wrap: wrap;
}

.wcrp-copy-row input {
	flex: 1;
	min-width: 240px;
}

.wcrp-copy-status {
	color: #237b31;
	font-size: .9em;
	font-weight: 600;
}

.wcrp-copy-status.wcrp-copy-error {
	color: #b32d2e;
}

.wcrp-stats-section {
	margin: 2.25rem 0;
}

.wcrp-stats-section h3 {
	margin-bottom: 1rem;
}

.wcrp-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	gap: 1rem;
}

.wcrp-stat-card {
	position: relative;
	overflow: hidden;
	min-height: 108px;
	padding: 1.15rem 1.2rem;
	border: 1px solid rgba(15, 23, 42, .1);
	border-radius: 12px;
	background: linear-gradient(145deg, #fff, #f7f9fc);
	box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
}

.wcrp-stat-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #4f46e5;
}

.wcrp-stat-unique::before {
	background: #0284c7;
}

.wcrp-stat-sales::before {
	background: #16a34a;
}

.wcrp-stat-conversion::before {
	background: #d97706;
}

.wcrp-stat-value,
.wcrp-stat-label {
	display: block;
}

.wcrp-stat-value {
	font-size: clamp(1.65rem, 4vw, 2.15rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.025em;
}

.wcrp-stat-label {
	margin-top: .55rem;
	color: #596273;
	font-size: .875rem;
	font-weight: 600;
}

.wcrp-reward-status {
	font-weight: 600;
}

.wcrp-reward-status--revoked {
	color: #b32d2e;
}

.wcrp-reward-status-note {
	display: block;
	max-width: 28rem;
	margin-top: .3rem;
	color: #596273;
	font-size: .85em;
	line-height: 1.4;
}

@media (max-width: 480px) {
	.wcrp-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wcrp-stat-card {
		min-height: 96px;
		padding: 1rem;
	}
}
