.nest-cw-price-field small {
	display: block;
	margin-top: 4px;
	color: #6b7280;
	font-size: .85em;
}

.nest-cw-price-badge {
	display: inline-block;
	padding: 2px 7px;
	border-radius: 4px;
	background: #dcfce7;
	color: #166534;
	font-size: .8rem;
	font-weight: 600;
}

.nest-cw-summary {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
	margin: 0 0 18px;
}

.nest-cw-summary-item {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 14px;
	background: #fff;
}

.nest-cw-summary-item strong {
	display: block;
	font-size: 1.4rem;
	margin-top: 4px;
}

.nest-cw-payout-form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: end;
	margin: 16px 0;
}

.nest-cw-payout-form label {
	min-width: 240px;
}

.nest-cw-payout-form input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
}

.nest-cw-msg {
	color: #2563eb;
}
