.low-risk {
	background-color: #92d050;
}

.moderate-risk {
	background-color: #ffd966;
}

.high-risk {
	background-color: #FF6B6B;
}

.low-risk, .moderate-risk, .high-risk {
	max-width: 20%;
	padding: 5px;
	min-width: fit-content;
	border-radius: 25px;
	display: flex;
	justify-content: center;
}

.field__label {
	margin: 10px 10px 10px 0 !important;
}