

/* #region answer-option style */
.ETTT7 .answer-option {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	border: 2px solid lightblue;
	padding:5px;
	cursor: pointer;
	margin: 4px;
	border-radius: 0;
	background-color: inherit;
	height: auto;
}
.ETTT7 .answer-option--selected {
	background-color: #a4c2f4;  /* light blue */
	border-color: #6d9eeb;
	color: #ffffff;
	transform: none;
}
.ETTT7 .answer-option:hover {
	outline: 4px solid #ffe599;
	background-color: inherit !important;
	transform: none;
}
.ETTT7 .answer-option:active {
	outline: 4px solid #f1c232;;
}

.ETTT7 .answer-option--correct{	
	outline: 4px solid greenyellow !important;
	background-color: inherit !important;
}
.ETTT7 .answer-option--incorrect{
	outline: 4px solid brown !important;
	background-color: inherit !important;
}
.ETTT7 .item{
	width: 7rem;
}
/* #endregion */
