/* styles.css */

.bl-gf-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.bl-gf-progressbar {
	width: 100%;
	height: 2rem;
	border-radius: 1rem;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1rem;
}

.bl-gf-fill {
	height: 100%;
	border-radius: 1rem;
}


.bl-gf-count, .bl-gf-goal {
	line-height: 2;
}
			
.bl-gf-count {
	width: 50%;
}

.bl-gf-target {
	width: 50%;
	text-align: right;
}

.bl-gf-count-number, .bl-gf-target-number {
	font-weight: bold;
}

