.wps-progress-block {
	margin: 14px 0 18px;
	max-width: 420px;
}

.wps-progress-bar {
	background: #e9e9e9;
	border-radius: 6px;
	height: 12px;
	overflow: hidden;
	width: 100%;
}

.wps-progress-fill {
	background: #7ab55c;
	height: 100%;
	transition: width 0.3s ease;
}

.wps-progress-text {
	font-size: 0.9em;
	margin: 6px 0 2px;
}

.wps-full-price {
	font-size: 0.85em;
	color: #666;
	margin: 0;
}

.wps-per-share {
	font-size: 0.65em;
	font-weight: normal;
	color: #666;
}

.wps-reserve-note {
	font-size: 0.85em;
	color: #856404;
	background: #fff3cd;
	border: 1px solid #ffeeba;
	border-radius: 4px;
	padding: 8px 10px;
	margin-top: 10px;
	max-width: 420px;
}
