.wcwr-form-wrapper {
	max-width: 720px;
	margin: 0 auto;
}

.wcwr-progress {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	gap: 0.5rem;
}

.wcwr-progress__step {
	flex: 1;
	text-align: center;
	padding: 0.75rem 0.5rem;
	border-bottom: 3px solid #e0e0e0;
	color: #999;
	font-size: 0.85rem;
	transition: all 0.2s ease;
}

.wcwr-progress__step--active,
.wcwr-progress__step--done {
	border-bottom-color: #7f54b3;
	color: #333;
}

.wcwr-progress__number {
	display: block;
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 0.25rem;
}

.wcwr-step {
	display: none;
}

.wcwr-step--active {
	display: block;
}

.wcwr-step h3 {
	margin-top: 0;
}

.wcwr-step-desc {
	color: #666;
	margin-bottom: 1.5rem;
}

.wcwr-form-actions {
	display: flex;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.wcwr-messages {
	margin-bottom: 1rem;
}

.wcwr-item {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 1rem;
	margin-bottom: 0.75rem;
	background: #fafafa;
}

.wcwr-item--excluded {
	background: #f3f3f3;
}

.wcwr-item--excluded .wcwr-item__label {
	cursor: not-allowed;
}

.wcwr-item--excluded .wcwr-item__image,
.wcwr-item--excluded .wcwr-item__name,
.wcwr-item--excluded .wcwr-item__sku,
.wcwr-item--excluded .wcwr-item__price,
.wcwr-item--excluded .wcwr-item-checkbox {
	opacity: 0.55;
}

.wcwr-item--excluded .wcwr-item__image {
	filter: grayscale(0.35);
}

.wcwr-item__excluded-notice {
	display: block;
	margin-top: 0.35rem;
	padding: 0.35rem 0.5rem;
	border-radius: 4px;
	background: #fff8e5;
	border: 1px solid #f0d58c;
	color: #8a6d1d;
	font-size: 0.85em;
	font-weight: 500;
	line-height: 1.4;
	opacity: 1;
}

.wcwr-item__label {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	cursor: pointer;
}

.wcwr-item__image {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	flex-shrink: 0;
	background: #fff;
}

.wcwr-item__info {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	flex: 1;
	min-width: 0;
}

.wcwr-item__name {
	font-weight: 600;
	line-height: 1.3;
}

.wcwr-item__sku,
.wcwr-item__price {
	font-size: 0.9em;
}

.wcwr-field-label--colon::after {
	content: ':';
	margin-right: 0.35em;
}

.wcwr-field-label {
	font-weight: 400;
	color: #666;
}

.wcwr-field-value {
	font-weight: 500;
	color: #333;
}

.wcwr-item__details {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #e0e0e0;
}

.wcwr-order-meta {
	background: #f0f6fc;
	border: 1px solid #c8dff5;
	border-radius: 4px;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
}

.wcwr-summary-block {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 1rem 1.25rem;
	margin-bottom: 1rem;
}

.wcwr-summary-block h4 {
	margin-top: 0;
}

.wcwr-policy-acceptance {
	margin-top: 1rem;
	padding: 0.875rem 1rem;
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}

.wcwr-policy-acceptance__label {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	margin: 0;
	cursor: pointer;
	font-weight: 400;
	line-height: 1.5;
}

.wcwr-policy-acceptance__label input[type="checkbox"] {
	margin: 0.2rem 0 0;
	flex-shrink: 0;
}

.wcwr-policy-acceptance__text a {
	font-weight: 600;
	text-decoration: underline;
}

.wcwr-policy-acceptance__text .required {
	color: #a00;
}

.wcwr-coupon-offer-panel {
	margin: 1rem 0;
}

.wcwr-coupon-offer-card {
	padding: 1rem 1.25rem;
	background: #f0e6f6;
	border: 1px solid #d4c4e8;
	border-radius: 6px;
}

.wcwr-coupon-offer-card h4 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
}

.wcwr-coupon-offer-intro {
	margin: 0 0 1rem;
	color: #555;
	font-size: 0.95rem;
	line-height: 1.5;
}

.wcwr-coupon-offer-options {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.wcwr-coupon-offer-option {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	margin: 0;
	cursor: pointer;
	font-weight: 400;
	line-height: 1.45;
}

.wcwr-coupon-offer-option input {
	margin: 0.2rem 0 0;
	flex-shrink: 0;
}

.wcwr-summary-coupon {
	margin: 1rem 0 0.35rem;
	padding: 0.75rem 0.9rem;
	background: #f0e6f6;
	border-radius: 4px;
}

.wcwr-summary-coupon-note {
	margin: 0;
	font-size: 0.9em;
	color: #666;
}

.wcwr-summary-items,
.wcwr-summary-refund {
	margin: 0.5rem 0;
	padding-left: 1.25rem;
}

.wcwr-summary-resolution {
	font-size: 0.9em;
	color: #555;
}

.wcwr-resolution {
	margin-top: 0.5rem;
	padding-top: 0.75rem;
	border-top: 1px dashed #e0e0e0;
}

.wcwr-resolution-types-label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.wcwr-resolution-types {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.wcwr-resolution-type-label {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-weight: 400;
	cursor: pointer;
}

.wcwr-resolution-panel {
	margin-top: 0.75rem;
	padding: 0.75rem;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}

.wcwr-product-results {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.5rem;
	max-height: 240px;
	overflow-y: auto;
}

.wcwr-product-result {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	text-align: left;
}

.wcwr-product-result:hover {
	border-color: #7f54b3;
	background: #faf8fc;
}

.wcwr-product-result img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.wcwr-product-result__info {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.wcwr-product-result__name {
	font-weight: 600;
	line-height: 1.3;
}

.wcwr-product-result__sku {
	font-size: 0.85em;
	color: #666;
}

.wcwr-exchange-selected__name {
	margin: 0.5rem 0 0;
	font-weight: 600;
}

.wcwr-no-results,
.wcwr-search-loading {
	margin: 0.5rem 0;
	color: #666;
	font-size: 0.9em;
}

.wcwr-status {
	display: inline-block;
	padding: 0.2em 0.6em;
	border-radius: 3px;
	font-size: 0.85em;
	font-weight: 600;
}

.wcwr-status--pending {
	background: #fff3cd;
	color: #856404;
}

.wcwr-status--approved {
	background: #d4edda;
	color: #155724;
}

.wcwr-status--coupon_issued {
	background: #f0e6f6;
	color: #5b3a87;
}

.wcwr-status--rejected {
	background: #f8d7da;
	color: #721c24;
}

.wcwr-my-account-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.wcwr-my-account-header h2 {
	margin: 0;
}

.wcwr-order-return-action {
	margin-top: 1.5rem;
}

@media (max-width: 600px) {
	.wcwr-progress__label {
		font-size: 0.7rem;
	}

	.wcwr-progress__number {
		font-size: 0.95rem;
	}

	.wcwr-item__image {
		width: 56px;
		height: 56px;
	}
}
