<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jetpack-sync-progress-ui {
	display: flex;
	align-items: baseline;
}

.jetpack-sync-progress-label {
	width: 5%;
	margin-right: 1%;
	font-weight: 600;
	color: #036699;
}

.ui-progressbar.jetpack-sync-progress-bar {
	width: 94%;
	background: #bfe7f3;
	height: 8px;
}

.jetpack-sync-progress-bar .ui-progressbar-value {
	background: #036699;
}
</pre></body></html>