

/***** 
    Styles for the Single-Click-Ranking question theme
    Copyright (C) 2024 - Tony Partner, sondages.pro (https://www.sondages.pro/), Incidence (https://incidence.be/)
    Licensed MIT, GPL
    Version - 1.0
    Create date - 2023-12-14
    Last Edit - 2024-02-12
*****/

@media only screen and (min-width: 768px) {
	.ar1-wrapper {
		margin: 0 0.5% 0 0; 
		width: 49%;
	}

	.ar1-wrapper.rankings {
		margin: 0 0 0 0.5%;
		float: right;
		min-height: 26px;
	}
	
	.ar1-wrapper.choices {
		float: left;
	}
}

.ar1-wrapper.rankings ul {
	min-height: 46px;
}

.sortable-list.sortable-choice .grabable {
  cursor: pointer;
}

.ar1-wrapper .ar1-icon {
	margin-right: 5px;
}

.ar1-wrapper.rankings .ar1-icon.choices,
.ar1-wrapper.choices .ar1-icon.rankings {
	display: none;
}

.ar1-number {
	margin-right: 5px;
}



