

/* Start:/local/components/mtaro/prediction.types/templates/.default/style.css?1774164127667*/
.predictions-wrapper .prediction-types {
	display:flex;
	gap:30px;
	flex-wrap:wrap;
}

.predictions-wrapper .prediction-types .item{
	flex:0 0 calc(33.33% - 20px);;
}
.predictions-wrapper .prediction-types .item .desc{
	height:54px;
}
.predictions-wrapper .prediction-types .item .buttons{
	display:flex;
	justify-content:space-between;
}
.predictions-wrapper .prediction-types .item .buttons a{
	flex: 0 0 auto;
	width:150px;
    box-sizing: border-box;
}



@media(max-width:1200px) {

	.predictions-wrapper .prediction-types .item{
		flex:0 0 calc(45% - 30px);;
	}

}
@media(max-width:768px) {

	.predictions-wrapper .prediction-types .item{
		flex:0 0 100%;
	}

}
/* End */
/* /local/components/mtaro/prediction.types/templates/.default/style.css?1774164127667 */
