:root {
	--fn-body-line-height: 1.8;
}

.grayscale img { filter: grayscale(100%); opacity: 0.8; }

.choices__list--dropdown,
.choices__list[aria-expanded] {
    width: max-content !important;
    min-width: 100% !important;
}

.choices__list--dropdown .choices__item {
    white-space: nowrap;
}

div:where(.swal2-container) .swal2-html-container { font-size: .875em; margin: 1.5em 1.6em .3em; }