.elementor-widget-fm_whatsapp_button > .elementor-widget-container {
	display: flex;
	flex-wrap: wrap;
}

.fm-wac-elementor-trigger {
	--fm-wac-button-focus-color: #128c7e;
	--fm-wac-button-focus-width: 3px;
	--fm-wac-button-transition: 180ms;
	align-items: center;
	appearance: none;
	background-color: #25d366;
	border: 1px solid transparent;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	justify-content: center;
	line-height: 1.2;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	transition:
		background-color var(--fm-wac-button-transition) ease,
		border-color var(--fm-wac-button-transition) ease,
		box-shadow var(--fm-wac-button-transition) ease,
		color var(--fm-wac-button-transition) ease,
		transform var(--fm-wac-button-transition) ease;
	-webkit-tap-highlight-color: transparent;
}

.fm-wac-elementor-trigger:hover {
	background-color: #1fbd5a;
	color: #fff;
	text-decoration: none;
}

.fm-wac-elementor-trigger:focus {
	outline: 0;
}

.fm-wac-elementor-trigger:focus-visible {
	box-shadow: 0 0 0 var(--fm-wac-button-focus-width) var(--fm-wac-button-focus-color);
	outline: 0;
}

.fm-wac-elementor-trigger:disabled,
.fm-wac-elementor-trigger.is-unavailable {
	cursor: not-allowed;
	opacity: .55;
}

.fm-wac-elementor-trigger__icon {
	align-items: center;
	color: inherit;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 22px;
	justify-content: center;
	line-height: 1;
}

.fm-wac-elementor-trigger__icon :where(i, svg) {
	display: block;
	flex: 0 0 auto;
	height: 1em;
	line-height: 1;
	width: 1em;
}

.fm-wac-elementor-trigger__icon svg {
	color: inherit;
}

.fm-wac-elementor-trigger__text {
	min-width: 0;
}

.fm-wac-elementor-trigger--icon-after .fm-wac-elementor-trigger__icon {
	order: 2;
}

.fm-wac-elementor-trigger--icon-after .fm-wac-elementor-trigger__text {
	order: 1;
}

.fm-wac-elementor-trigger--icon {
	aspect-ratio: 1;
}

.fm-wac-elementor-trigger__editor-note {
	background: #fff8e5;
	border-inline-start: 3px solid #dba617;
	color: #3f3520;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 8px;
	padding: 8px 10px;
	width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.fm-wac-elementor-trigger {
		transition: none !important;
	}
}
