.bedsetco-wa-support {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	font-family: inherit;
}

.bedsetco-wa-direct {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: #1f7a4d;
	color: #fff !important;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 12px 28px rgba(22, 58, 41, 0.22);
}

.bedsetco-wa-direct:hover,
.bedsetco-wa-direct:focus {
	background: #17663f;
	color: #fff !important;
}

.bedsetco-wa-toggle,
.bedsetco-wa-action,
.bedsetco-wa-close {
	border: 0;
	cursor: pointer;
	font: inherit;
}

.bedsetco-wa-toggle {
	min-width: 132px;
	height: 48px;
	border-radius: 999px;
	background: #1f7a4d;
	color: #fff;
	font-weight: 700;
	box-shadow: 0 12px 28px rgba(22, 58, 41, 0.22);
}

.bedsetco-wa-panel {
	position: absolute;
	right: 0;
	bottom: 64px;
	width: min(340px, calc(100vw - 32px));
	overflow: hidden;
	border: 1px solid rgba(22, 35, 29, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity 160ms ease, transform 160ms ease;
}

.bedsetco-wa-support.is-open .bedsetco-wa-panel {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.bedsetco-wa-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 16px 12px;
	border-bottom: 1px solid rgba(22, 35, 29, 0.08);
}

.bedsetco-wa-header h2 {
	margin: 0;
	font-size: 17px;
	line-height: 1.25;
	color: #17231d;
}

.bedsetco-wa-close {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f3f5f2;
	color: #17231d;
	font-size: 18px;
	line-height: 1;
}

.bedsetco-wa-body {
	padding: 16px;
}

.bedsetco-wa-body p {
	margin: 0 0 14px;
	color: #35443c;
	font-size: 14px;
	line-height: 1.5;
}

.bedsetco-wa-action {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border-radius: 6px;
	background: #1f7a4d;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.bedsetco-wa-action:hover,
.bedsetco-wa-action:focus {
	background: #17663f;
	color: #fff;
}

.bedsetco-wa-note {
	margin-top: 12px !important;
	margin-bottom: 0 !important;
	font-size: 12px !important;
	color: #66746d !important;
}

@media (max-width: 640px) {
	.bedsetco-wa-support {
		right: 16px;
		bottom: 16px;
	}

	.bedsetco-wa-toggle {
		min-width: 116px;
	}

	.bedsetco-wa-direct {
		min-width: 116px;
	}
}
