.progress-desc {
	margin-bottom: 8px;
	font-size: 1.25rem;
	font-weight: bold;
}

.progress {
	position: relative;
	margin-bottom: 4px;
	font-size: 1rem;
	height: 40px;
}

.progress,
.progress-bar {
	border-radius: 1000px;
}

.progress:has(.progress-bar.text-bg-success)::after {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	align-self: center;
	margin-left: -30px;
	font-size: 1rem;
}

.goal-marker {
	position: absolute;
	background: black;
	width: 2px;
	height: 100%;
}

.progress-caption {
	text-align: right;
	font-weight: 600;
	font-size: 14px;
}
