.ghn-fsm-wrap {
	width: 100%;
}

.ghn-fsm__text {
	margin: 0 0 10px;
	/* color and font-size intentionally absent — inherits from Divi module */
}

.ghn-fsm__bar {
	border-radius: 4px;
	overflow: hidden;
}

.ghn-fsm__fill {
	height: 100%;
	border-radius: 4px;
	transition: width 0.5s ease;
}
