.choices {
	margin-bottom: 0;
}
.choices[data-type*=select-one] .choices__inner {
	padding: 0;
	min-height: auto;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
	word-break: unset;
	background-color: #FFFFFF;
	width: max-content;
	z-index: 1000;
}
.choices__list--single,
.choices__list--single .choices__item {
	padding: 0.33em 1em 0.33em 0.33em;
}
.choices__list--multiple .choices__item {
	background-color: #767f8c;
	border: none;
}
