html.aas-pref-contrast {
	filter: contrast(1.25) saturate(1.08);
}

html.aas-pref-text {
	font-size: 112.5%;
}

html.aas-pref-spacing body {
	letter-spacing: 0 !important;
	line-height: 1.7 !important;
}

html.aas-pref-spacing p,
html.aas-pref-spacing li,
html.aas-pref-spacing label,
html.aas-pref-spacing input,
html.aas-pref-spacing textarea,
html.aas-pref-spacing button {
	line-height: 1.7 !important;
}

html.aas-pref-motion *,
html.aas-pref-motion *::before,
html.aas-pref-motion *::after {
	animation-duration: 0.001ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.001ms !important;
}

html.aas-pref-links a {
	outline: 2px solid currentColor !important;
	outline-offset: 2px !important;
	text-decoration: underline !important;
}

html.aas-pref-font body,
html.aas-pref-font input,
html.aas-pref-font button,
html.aas-pref-font textarea,
html.aas-pref-font select {
	font-family: Arial, Verdana, Tahoma, sans-serif !important;
}

.aas-widget {
	bottom: 22px !important;
	isolation: isolate;
	position: fixed !important;
	right: 22px !important;
	z-index: 2147483000 !important;
}

.aas-widget,
.aas-widget * {
	box-sizing: border-box !important;
	letter-spacing: 0;
}

.aas-widget .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.aas-widget button {
	appearance: none !important;
	float: none !important;
	margin: 0 !important;
	text-decoration: none !important;
	text-transform: none !important;
	transform: none !important;
}

.aas-widget button::before,
.aas-widget button::after {
	content: none !important;
	display: none !important;
}

.aas-widget__launcher {
	align-items: center !important;
	background: #0f766e !important;
	border: 3px solid #ffffff !important;
	border-radius: 999px !important;
	box-shadow: 0 16px 35px rgba(15, 23, 42, 0.3) !important;
	color: #ffffff !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font: 700 24px/1 Arial, sans-serif !important;
	height: 60px !important;
	justify-content: center !important;
	min-height: 60px !important;
	min-width: 60px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	width: 60px !important;
}

.aas-widget__launcher svg {
	display: block !important;
	fill: currentColor !important;
	height: 34px !important;
	pointer-events: none !important;
	width: 34px !important;
}

.aas-widget__launcher:focus-visible,
.aas-widget button:focus-visible {
	outline: 3px solid #f59e0b;
	outline-offset: 3px;
}

.aas-widget__panel {
	background: #ffffff !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 8px !important;
	bottom: 94px !important;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24) !important;
	color: #111827 !important;
	max-height: calc(100vh - 120px) !important;
	overflow: auto !important;
	padding: 16px !important;
	position: fixed !important;
	right: 22px !important;
	width: min(320px, calc(100vw - 32px)) !important;
}

.aas-widget__header {
	align-items: center !important;
	display: flex !important;
	justify-content: space-between !important;
	margin-bottom: 12px !important;
}

.aas-widget__header strong {
	color: #111827 !important;
	font: 700 18px/1.2 Arial, sans-serif !important;
}

.aas-widget__close {
	align-items: center !important;
	background: #eef2f7 !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #111827 !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font: 700 16px/1 Arial, sans-serif !important;
	height: 32px !important;
	justify-content: center !important;
	min-height: 32px !important;
	min-width: 32px !important;
	padding: 0 !important;
	width: 32px !important;
}

.aas-widget__controls {
	display: grid !important;
	gap: 8px !important;
	grid-template-columns: 1fr 1fr !important;
}

.aas-widget__controls button {
	align-items: center !important;
	background: #f8fafc !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	color: #111827 !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font: 700 13px/1.2 Arial, sans-serif !important;
	justify-content: center !important;
	min-height: 42px !important;
	min-width: 0 !important;
	padding: 8px 10px !important;
	text-align: center !important;
	white-space: normal !important;
	width: auto !important;
}

.aas-widget__controls button[aria-pressed="true"] {
	background: #0f766e !important;
	border-color: #0f766e !important;
	color: #ffffff !important;
}

.aas-widget__controls [data-aas-reset] {
	grid-column: 1 / -1 !important;
}

@media (max-width: 520px) {
	.aas-widget {
		bottom: 16px !important;
		right: 16px !important;
	}

	.aas-widget__panel {
		bottom: 88px !important;
		right: 16px !important;
	}
}
