.hlx-dba-progress {
	margin: 0 0 1.75em;
	padding: 1em 1.25em 1.5em;
	background: #f7f9fb;
	border: 1px solid #e3e8ee;
	border-radius: 8px;
}

.hlx-dba-progress__msg {
	margin: 0 0 0.9em;
	font-size: 0.98em;
	line-height: 1.4;
	text-align: center;
}

.hlx-dba-progress__msg strong {
	color: #1a7f37;
}

/* Bara propriu-zisă */
.hlx-dba-progress__track {
	position: relative;
	height: 12px;
	background: #e3e8ee;
	border-radius: 999px;
	margin: 0 0 2.2em;
}

.hlx-dba-progress__fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-width: 12px;
	background: linear-gradient( 90deg, #2ea44f, #1a7f37 );
	border-radius: 999px;
	transition: width 0.5s ease;
}

/* Marcatorii pragurilor */
.hlx-dba-progress__marker {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: #fff;
	border: 2px solid #c2cbd6;
	border-radius: 50%;
	transform: translateY( -50% );
	z-index: 2;
}

.hlx-dba-progress__marker.is-reached {
	border-color: #1a7f37;
	background: #1a7f37;
}

.hlx-dba-progress__marker-label {
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translateX( -50% );
	font-size: 0.78em;
	font-weight: 600;
	color: #5a6573;
	white-space: nowrap;
}

.hlx-dba-progress__marker.is-reached .hlx-dba-progress__marker-label {
	color: #1a7f37;
}
