.eua-a11y-actions li + li {
	margin-top: 8px;
}

html.eua-contrast-high {
	filter: invert(100%) contrast(120%);
}

html.eua-grayscale {
	filter: grayscale(100%);
}

html.eua-links-underline a {
	text-decoration: underline !important;
}

html.eua-readable-font {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

html.eua-no-animations * {
	animation: none !important;
	transition: none !important;
}

.eua-action-button {
	border: 0;
	cursor: pointer;
}

.eua-action-button--text {
	background: none;
	padding: 0;
	color: inherit;
	font: inherit;
	text-decoration: underline;
}

.eua-action-button--text:focus,
.eua-action-button--text:hover {
	text-decoration: none;
}

.eua-dropdown-panel {
	min-width: 260px;
}

.eua-floating-launcher {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1000;
}

.eua-floating-launcher .uk-inline {
	display: inline-block;
}

@media (max-width: 640px) {
	.eua-floating-launcher {
		right: 16px;
		bottom: 16px;
	}
}
