.tyre-result {
	border: 1px solid #555;
	border-radius: 24px;
	padding: 20px 20px 0 20px;
	display: none;

}

.tyre-result.active {
	display: inline-block;
}

.tyre-result__model {
	font-weight: bold;
}

.tyre-result__data-label {

}

.tyre-result__data {
	font-weight: bold;
}

.tyre-error {
	color: rgb(229, 0, 37);

}