.wpcvt-min-max-counter-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.wpcvt-min-max-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 10px;
}

.wpcvt-stat-item {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #eee;
}

.wpcvt-stat-label {
	font-weight: 600;
	margin-right: 8px;
	color: #333;
}

.wpcvt-stat-value {
	font-weight: 700;
	color: #000;
}

.wpcvt-stat-selected .wpcvt-stat-value {
	color: #2271b1;
}

.wpcvt-min-max-notices {
	margin-top: 10px;
}

.wpcvt-notice-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 5px;
	font-weight: 600;
}

.wpcvt-notice-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 5px;
	font-weight: 600;
}

.wpcvt-min-max-disabled {
	opacity: 0.5;
	cursor: not-allowed !important;
}
