.wc-cpou-frontend-fields {
	margin: 20px 0;
}

.wc-cpou-fe-group {
	margin-bottom: 20px;
}

.wc-cpou-fe-label {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .02em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.wc-cpou-fe-sub {
	font-weight: 400;
	text-transform: none;
	color: #999;
	font-size: 12px;
}

.wc-cpou-fe-required {
	color: #e2401c;
	margin-left: 2px;
}

.wc-cpou-fe-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wc-cpou-fe-btn {
	position: relative;
	cursor: pointer;
}

.wc-cpou-fe-btn input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.wc-cpou-fe-btn-inner {
	display: inline-block;
	position: relative;
	padding: 10px 18px;
	border: 1px solid #e6cdb7;
	border-radius: 6px;
	background: #fdf1e6;
	color: #b5651d;
	font-size: 14px;
	transition: all .15s ease;
}

.wc-cpou-fe-btn input[type="radio"]:checked + .wc-cpou-fe-btn-inner {
	border-color: #c9762f;
	background: #fbe6cf;
	box-shadow: 0 0 0 1px #c9762f inset;
}

.wc-cpou-fe-badge {
	position: absolute;
	top: -12px;
	right: -10px;
	background: #c9762f;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 12px;
	white-space: nowrap;
}

.wc-cpou-fe-upload {
	margin-top: 24px;
	margin-bottom: 20px;
}

.wc-cpou-upload-row-flex {
	display: flex;
	align-items: stretch;
	gap: 16px;
	flex-wrap: wrap;
}

.wc-cpou-dropzone {
	flex: 1 1 260px;
	border: 1px dashed #ccc;
	border-radius: 8px;
	background: #fafafa;
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.wc-cpou-dropzone.wc-cpou-dragover {
	border-color: #7f54b3;
	background: #f3eefc;
}

.wc-cpou-choose-btn {
	flex-shrink: 0;
}

.wc-cpou-dz-text {
	color: #7f54b3;
	font-size: 13px;
	line-height: 1.5;
}

.wc-cpou-dz-text small {
	color: #999;
}

.wc-cpou-preview {
	flex: 0 0 200px;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 12px;
	background: #fff;
}

.wc-cpou-preview img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #eee;
	flex-shrink: 0;
}

.wc-cpou-preview-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 13px;
	min-width: 0;
}

.wc-cpou-filename {
	color: #555;
	word-break: break-all;
}

.wc-cpou-remove-photo {
	color: #e2401c;
	font-size: 12px;
}

.wc-cpou-upload-status {
	font-size: 13px;
	margin-top: 8px;
}

.wc-cpou-upload-status.uploading { color: #7f54b3; }
.wc-cpou-upload-status.error { color: #e2401c; }
.wc-cpou-upload-status.success { color: #2a8f4a; }
