.fm-wac-root,
.fm-wac-root * {
	box-sizing: border-box;
}

.fm-wac-root,
.fm-wac-root *,
.fm-wac-root *::before,
.fm-wac-root *::after,
.fm-wac-inline-trigger,
.fm-wac-inline-trigger * {
	font-family: var(--fm-wac-font-family, inherit);
}

.fm-wac-root {
	font-family: var(--fm-wac-font-family, inherit);
	font-size: var(--fm-wac-body-font-size, 15px);
	line-height: 1.45;
	position: fixed;
	z-index: var(--fm-wac-z-index, 99999);
	bottom: var(--fm-wac-bottom, 28px);
	pointer-events: none;
}

.fm-wac-position-right {
	right: var(--fm-wac-side, 28px);
}

.fm-wac-position-left {
	left: var(--fm-wac-side, 28px);
}

.fm-wac-root .fm-wac-overlay {
	appearance: none;
	background: var(--fm-wac-overlay, rgba(11, 18, 32, 0.22));
	border: 0;
	font: inherit;
	inset: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	pointer-events: auto;
}

.fm-wac-root .fm-wac-overlay[hidden],
.fm-wac-root .fm-wac-panel[hidden] {
	display: none !important;
}

.fm-wac-panel {
	background: var(--fm-wac-panel-bg, #fff);
	border: 0;
	border-radius: var(--fm-wac-panel-radius, 0);
	bottom: calc(var(--fm-wac-launcher-size, 64px) + 16px);
	box-shadow: var(--fm-wac-shadow, 0 24px 70px rgba(16, 24, 40, 0.22));
	color: var(--fm-wac-body-color, #172033);
	display: flex;
	flex-direction: column;
	max-height: min(680px, calc(100vh - var(--fm-wac-bottom, 28px) - var(--fm-wac-launcher-size, 64px) - 34px));
	overflow: hidden;
	pointer-events: auto;
	position: absolute;
	width: min(var(--fm-wac-panel-width, 380px), calc(100vw - 32px));
	animation: fm-wac-panel-in 180ms cubic-bezier(.2, .8, .2, 1) both;
}

.fm-wac-position-right .fm-wac-panel {
	right: 0;
}

.fm-wac-position-left .fm-wac-panel {
	left: 0;
}

.fm-wac-header {
	align-items: center;
	background: var(--fm-wac-header-bg, #075e54);
	color: var(--fm-wac-header-color, #fff);
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 36px;
	gap: 12px;
	padding: 18px 18px 17px;
}

.fm-wac-header-icon {
	align-items: center;
	background: var(--fm-wac-header-icon-bg, rgba(255, 255, 255, 0.14));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--fm-wac-panel-radius, 0);
	display: flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.fm-wac-header-icon svg {
	fill: currentColor;
	height: 26px;
	width: 26px;
}

.fm-wac-header-copy {
	min-width: 0;
}

.fm-wac-header-kicker {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .09em;
	line-height: 1.2;
	margin-bottom: 3px;
	opacity: .72;
	text-transform: uppercase;
}

.fm-wac-header h2 {
	color: inherit;
	font-family: inherit;
	font-size: var(--fm-wac-title-font-size, 19px);
	font-weight: 750;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fm-wac-root .fm-wac-close {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: var(--fm-wac-panel-radius, 0);
	color: inherit;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 28px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	opacity: .82;
	padding: 0;
	transition: background-color 150ms ease, opacity 150ms ease, transform 150ms ease;
	width: 36px;
}

.fm-wac-root .fm-wac-close:focus {
	background: transparent;
	color: inherit;
}

.fm-wac-root .fm-wac-close:hover,
.fm-wac-root .fm-wac-close:active {
	background: rgba(255, 255, 255, 0.14);
	opacity: 1;
	transform: scale(.96);
}

.fm-wac-root .fm-wac-close:focus-visible,
.fm-wac-root .fm-wac-launcher:focus-visible,
.fm-wac-root .fm-wac-send:focus-visible,
.fm-wac-inline-trigger.fm-wac-inline-trigger:focus-visible,
.fm-wac-context-link:focus-visible,
.fm-wac-root textarea.fm-wac-textarea:focus-visible {
	outline: 3px solid var(--fm-wac-focus, #128c7e);
	outline-offset: 3px;
}

.fm-wac-body {
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 20px;
	scrollbar-width: thin;
}

.fm-wac-intro {
	color: var(--fm-wac-body-color, #172033);
	font-size: var(--fm-wac-body-font-size, 15px);
	line-height: 1.55;
	margin: 0 0 17px;
}

.fm-wac-context {
	align-items: stretch;
	background: var(--fm-wac-context-bg, #f2fbf5);
	border: 1px solid var(--fm-wac-context-border, #d6f1df);
	border-radius: var(--fm-wac-panel-radius, 0);
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	margin: 0 0 18px;
	overflow: hidden;
}

.fm-wac-context-no-image {
	grid-template-columns: minmax(0, 1fr);
}

.fm-wac-context-image {
	height: 100%;
	min-height: 112px;
	object-fit: cover;
	width: 78px;
}

.fm-wac-context-content {
	align-content: center;
	display: grid;
	gap: 3px;
	min-width: 0;
	padding: 12px 13px;
}

.fm-wac-context-heading {
	color: var(--fm-wac-muted-color, #667085);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.25;
}

.fm-wac-context-badge {
	color: var(--fm-wac-context-accent, #128c7e);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.25;
	margin-top: 2px;
	text-transform: uppercase;
}

.fm-wac-context-title {
	color: var(--fm-wac-body-color, #172033);
	display: -webkit-box;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fm-wac-context-meta {
	color: var(--fm-wac-muted-color, #667085);
	font-size: 12px;
	line-height: 1.35;
}

.fm-wac-context-link {
	color: var(--fm-wac-context-accent, #128c7e);
	font-size: 12px;
	font-weight: 700;
	justify-self: start;
	line-height: 1.35;
	margin-top: 3px;
	text-decoration: none !important;
}

.fm-wac-context-link:hover,
.fm-wac-context-link:active {
	color: var(--fm-wac-context-accent, #128c7e);
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.fm-wac-textarea-label {
	color: var(--fm-wac-body-color, #172033);
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 7px;
}

.fm-wac-root textarea.fm-wac-textarea {
	appearance: none;
	background: var(--fm-wac-input-bg, #fff);
	border: 1px solid var(--fm-wac-input-border, #d0d5dd);
	border-radius: var(--fm-wac-panel-radius, 0);
	box-shadow: none;
	color: var(--fm-wac-input-color, #172033);
	display: block;
	font: inherit;
	font-size: var(--fm-wac-body-font-size, 15px);
	line-height: 1.5;
	margin: 0;
	max-height: 220px;
	min-height: 112px;
	padding: 13px 14px;
	resize: vertical;
	transition: border-color 150ms ease, box-shadow 150ms ease;
	width: 100%;
}

.fm-wac-root textarea.fm-wac-textarea::placeholder {
	color: var(--fm-wac-input-placeholder, #98a2b3);
	opacity: 1;
}

.fm-wac-root textarea.fm-wac-textarea:focus {
	border-color: var(--fm-wac-focus, #128c7e);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--fm-wac-focus, #128c7e) 18%, transparent);
}

.fm-wac-footer {
	background: var(--fm-wac-panel-bg, #fff);
	border-top: 1px solid color-mix(in srgb, var(--fm-wac-input-border, #d0d5dd) 60%, transparent);
	padding: 15px 20px 20px;
}

.fm-wac-root .fm-wac-send,
.fm-wac-inline-trigger.fm-wac-inline-trigger {
	align-items: center;
	appearance: none;
	background: var(--fm-wac-send-bg, #25d366);
	border: 0;
	border-radius: var(--fm-wac-panel-radius, 0);
	color: var(--fm-wac-send-color, #fff);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: var(--fm-wac-button-font-size, 15px);
	font-weight: 750;
	gap: 10px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0;
	min-height: 50px;
	padding: 12px 18px;
	text-decoration: none !important;
	text-transform: none;
	transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.fm-wac-root .fm-wac-send {
	width: 100%;
}

.fm-wac-root .fm-wac-send svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 20px;
}

.fm-wac-root .fm-wac-send:focus,
.fm-wac-inline-trigger.fm-wac-inline-trigger:focus {
	background: var(--fm-wac-send-bg, #25d366);
	color: var(--fm-wac-send-color, #fff);
}

.fm-wac-root .fm-wac-send:hover,
.fm-wac-root .fm-wac-send:active,
.fm-wac-inline-trigger.fm-wac-inline-trigger:hover,
.fm-wac-inline-trigger.fm-wac-inline-trigger:active {
	background: var(--fm-wac-send-bg-hover, #1fbd5a);
	color: var(--fm-wac-send-color, #fff);
	text-decoration: none !important;
}

.fm-wac-root .fm-wac-send:active,
.fm-wac-inline-trigger.fm-wac-inline-trigger:active {
	transform: translateY(1px) scale(.99);
}

.fm-wac-inline-trigger.fm-wac-inline-trigger svg {
	fill: currentColor;
	height: 22px;
	width: 22px;
}

.fm-wac-root .fm-wac-launcher {
	align-items: center;
	appearance: none;
	background: var(--fm-wac-launcher-bg, #25d366);
	border: 0;
	border-radius: var(--fm-wac-launcher-radius, 0);
	box-shadow: var(--fm-wac-shadow, 0 24px 70px rgba(16, 24, 40, .22));
	box-shadow: 0 14px 36px color-mix(in srgb, var(--fm-wac-launcher-bg, #25d366) 34%, transparent), var(--fm-wac-shadow, 0 24px 70px rgba(16, 24, 40, .22));
	color: var(--fm-wac-launcher-icon, #fff);
	cursor: pointer;
	display: flex;
	font: inherit;
	height: var(--fm-wac-launcher-size, 64px);
	justify-content: center;
	letter-spacing: normal;
	margin: 0;
	overflow: visible;
	padding: 0;
	pointer-events: auto;
	position: relative;
	transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
	text-transform: none;
	width: var(--fm-wac-launcher-size, 64px);
}

.fm-wac-root .fm-wac-launcher:focus,
.fm-wac-root .fm-wac-launcher:focus-visible {
	background: var(--fm-wac-launcher-bg, #25d366);
	color: var(--fm-wac-launcher-icon, #fff);
}

.fm-wac-root .fm-wac-launcher:hover,
.fm-wac-root .fm-wac-launcher:active,
.fm-wac-root .fm-wac-launcher[aria-expanded="true"] {
	background: var(--fm-wac-launcher-bg-hover, #1fbd5a);
	color: var(--fm-wac-launcher-icon, #fff);
	transform: translateY(-2px);
}

.fm-wac-root .fm-wac-launcher:active {
	transform: translateY(0) scale(.96);
}

.fm-wac-launcher-icon {
	display: flex;
	height: var(--fm-wac-icon-size, 32px);
	width: var(--fm-wac-icon-size, 32px);
}

.fm-wac-launcher-icon svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.fm-wac-launcher-label {
	background: var(--fm-wac-launcher-label-bg, #111827);
	border-radius: var(--fm-wac-panel-radius, 0);
	box-shadow: 0 8px 22px rgba(16, 24, 40, .18);
	color: var(--fm-wac-launcher-label-color, #fff);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	max-width: min(240px, calc(100vw - 120px));
	opacity: 0;
	padding: 9px 12px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(5px);
	transition: opacity 150ms ease, transform 150ms ease;
	visibility: hidden;
	white-space: nowrap;
}

.fm-wac-position-right .fm-wac-launcher-label {
	right: calc(100% + 12px);
}

.fm-wac-position-left .fm-wac-launcher-label {
	left: calc(100% + 12px);
}

.fm-wac-launcher:hover .fm-wac-launcher-label,
.fm-wac-launcher:focus-visible .fm-wac-launcher-label {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
	visibility: visible;
}

.fm-wac-status-dot {
	background: var(--fm-wac-status-dot, #fff);
	border: 2px solid var(--fm-wac-status-dot-border, #25d366);
	border-radius: 50%;
	height: 12px;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 12px;
}

body.fm-wac-panel-open {
	overscroll-behavior: contain;
}

@keyframes fm-wac-panel-in {
	from {
		opacity: 0;
		transform: translateY(12px) scale(.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.fm-wac-root.fm-wac-is-mobile {
	bottom: var(--fm-wac-bottom-mobile, 18px);
}

.fm-wac-position-right.fm-wac-is-mobile {
	right: var(--fm-wac-side-mobile, 16px);
}

.fm-wac-position-left.fm-wac-is-mobile {
	left: var(--fm-wac-side-mobile, 16px);
}

.fm-wac-is-mobile .fm-wac-launcher {
	height: var(--fm-wac-launcher-size-mobile, 58px);
	width: var(--fm-wac-launcher-size-mobile, 58px);
}

.fm-wac-is-mobile .fm-wac-launcher-icon {
	height: var(--fm-wac-icon-size-mobile, 29px);
	width: var(--fm-wac-icon-size-mobile, 29px);
}

.fm-wac-is-mobile .fm-wac-launcher-label {
	display: none;
}

.fm-wac-is-mobile .fm-wac-panel {
	bottom: calc(var(--fm-wac-launcher-size-mobile, 58px) + 12px);
	max-height: min(74vh, calc(100vh - var(--fm-wac-bottom-mobile, 18px) - var(--fm-wac-launcher-size-mobile, 58px) - 26px));
	width: min(var(--fm-wac-panel-width, 380px), calc(100vw - (var(--fm-wac-side-mobile, 16px) * 2)));
}

@media (max-width: 480px) {
	.fm-wac-panel {
		border-radius: var(--fm-wac-panel-radius, 0);
	}

	.fm-wac-header {
		grid-template-columns: 40px minmax(0, 1fr) 34px;
		padding: 15px;
	}

	.fm-wac-header-icon {
		border-radius: var(--fm-wac-panel-radius, 0);
		height: 40px;
		width: 40px;
	}

	.fm-wac-body {
		padding: 16px;
	}

	.fm-wac-footer {
		padding: 13px 16px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fm-wac-panel,
	.fm-wac-launcher,
	.fm-wac-launcher-label,
	.fm-wac-send,
	.fm-wac-close,
	.fm-wac-inline-trigger {
		animation: none !important;
		transition: none !important;
	}
}
