.saffron_winners_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
}
.saffron_winners_item {
	padding: 20px 0 20px 20px;
	position: relative;
	display: flex!important;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 80px;
	min-width: 400px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.saffron_winners_avatar_container {
	width: 100px;
	height: 100px;
	border: 10px solid #fff;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transform: translateX(50%);
}
.saffron_winners_avatar {
	width: 100%;
}
.saffron_winners_detail {
	flex: 1;
}
.saffron_winners_detail_top {
	padding-bottom: 18px;
	border-bottom: 2px solid #F6F5FB;
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
	color: #555;
}
.saffron_winners_name {
	font-weight: 700;
}
.saffron_winners_numbers_label {
	margin: 0;
	color: #7D4CCC;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
.saffron_winners_selects {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
    justify-content: center;
    gap: 10px;
}
.saffron_winners_select {
	margin: 0;
	width: 38px;
	line-height: 38px;
	text-align: center;
	background: #7D4CCC;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0,0,0,.5);
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.saffron_winners_winner_container {
	width: 100%;
	margin: 20px 20px 0 0;
}