.wcrow-box {
	margin-top: 24px;
	padding: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fafafa;
}

.wcrow-box h3 {
	margin-top: 0;
}

.wcrow-status {
	font-weight: 600;
}

.wcrow-status-pending {
	color: #a06a00;
}

.wcrow-status-approved {
	color: #2a7a2a;
}

.wcrow-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wcrow-modal-content {
	background: #fff;
	padding: 24px;
	max-width: 420px;
	width: 90%;
	border-radius: 8px;
}

.wcrow-items-list {
	margin-bottom: 14px;
	max-height: 220px;
	overflow-y: auto;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 6px 10px;
}

.wcrow-item-row {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}

.wcrow-item-row:last-child {
	border-bottom: none;
}

.wcrow-item-label {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
	cursor: pointer;
}

.wcrow-item-thumb {
	width: 32px;
	height: 32px;
	object-fit: cover;
	border-radius: 3px;
}

.wcrow-item-name {
	font-size: 13px;
}

.wcrow-item-qty {
	width: 55px;
}

.wcrow-item-max {
	font-size: 12px;
	color: #777;
}

.wcrow-modal-content textarea {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 12px;
}

.wcrow-modal-actions {
	display: flex;
	gap: 8px;
}

.wcrow-message {
	margin-top: 10px;
	font-size: 13px;
}

.wcrow-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.wcrow-badge-pending {
	background: #d99a00;
}

.wcrow-badge-approved {
	background: #2a7a2a;
}

.wcrow-badge-rejected {
	background: #c0392b;
}
