.cbroaMigrationContainer {
	max-width: 960px;
	margin: 0 auto;
}

.cbroaMigrationSummary {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 16px 0;
}

.cbroaMigrationCard {
	flex: 1 1 260px;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	padding: 12px 16px;
	background: #fff;
}

.cbroaMigrationCard p {
	margin: 4px 0;
}

.cbroaProgressBarOuter {
	width: 100%;
	height: 10px;
	background: #eee;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 8px;
}

.cbroaProgressBarInner {
	height: 100%;
	width: 0;
	background: #2271b1;
	transition: width 0.3s ease;
}

.cbroaMigrationLog {
	min-height: 1.4em;
	font-style: italic;
	color: #555;
}

.cbroaDangerButton {
	color: #a00;
	border-color: #a00 !important;
	margin-left: 8px;
}
