.rp-circle-counter {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
}

.rp-circle-counter svg {
	display: block;
}

.rp-circle-progress {
	transition: stroke-dashoffset 1.2s ease;
}

.rp-circle-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 6px;
	box-sizing: border-box;
}

.rp-circle-number {
	font-family: Ubuntu, sans-serif;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.rp-circle-label {
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 4px;
	display: flex;
	flex-direction: column;
}

.rp-circle-label-line {
	display: block;
}
