#reorderQuestion {
	margin:0;
	font-size: 1.1em;
	font-family: 'Patua One', 'Tw Cen MT', Sans-serif;
	user-select: none;
}

.reorderList{
	list-style-type:none;
	padding-left: 5%;
}

.reorderGroup {
	border: 1px solid #000;
	margin-bottom: 0.4rem;
	cursor: move;
	display: table;
	font-family: Montserrat, sans-serif;
	font-size: 0.9em;
	max-width: 80%;
    padding:3px;
    opacity: 1;
    color:#212529;
	background: rgb(255, 182, 185);
}

.reorderMeaningfulGroup.reorderGroupPositionCorrect{
	background-color: rgb(152, 189, 125);
}

.reorderItem{
	margin-left:10px;
	margin-right:10px;
	display:block;
}

.reorderText{
	margin-top:5px;
	margin-bottom:5px;
	display:block;
}

.reorderImage{
	margin-top:5px;
	margin-bottom:5px;
	display:block;
}

.reorderMeaningfulGroup .reorderItem {
    border-bottom: 1px dotted #000; /* Adds a dotted line between items */
}

.reorderMeaningfulGroup .reorderItem:last-child {
    border-bottom: none; /* Removes the line after the last item */
}
