.wcbl-bars {
	width: 100%;
	margin: 0 0 16px;
}

.wcbl-progress {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 16px;
	padding: 12px;
	color: var(--wcbl-text);
	background: #fff;
	border: 1px solid var(--wcbl-border);
	border-radius: 6px;
}

.wcbl-bars .wcbl-progress:last-child {
	margin-bottom: 0;
}

.wcbl-progress__message {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.4;
	color: var(--wcbl-text);
}

.wcbl-progress__track {
	overflow: hidden;
	width: 100%;
	height: 10px;
	background: var(--wcbl-background);
	border-radius: 999px;
}

.wcbl-progress__fill {
	display: block;
	width: var(--wcbl-progress);
	height: 100%;
	background: var(--wcbl-fill);
	border-radius: inherit;
	transition: width 180ms ease;
}

.wcbl-progress--injected {
	margin-top: 12px;
}
