/* W3 Influencer Manager — S3 uploader progress (scoped) */
#w3ic-submission-form .w3ic-progress {
	width: 100%;
	height: 8px;
	background: #e5e7eb;
	border-radius: 999px;
	overflow: hidden;
	position: relative;
	min-width: 140px;
}

#w3ic-submission-form .w3ic-progress-bar {
	height: 100%;
	width: 0%;
	background: #2563eb;
	border-radius: 999px;
	transition: width 0.25s ease;
}

#w3ic-submission-form .w3ic-progress-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	color: #0f172a;
	font-weight: 700;
	line-height: 1;
}
