.joelaptop-whatsapp-foundation {
	position: fixed;
	right: calc(var(--jl-space-6, 1.5rem) + 5rem);
	bottom: var(--jl-space-8, 2rem);
	pointer-events: none;
	z-index: 70;
}

.joelaptop-whatsapp-foundation[hidden] {
	display: none;
}

.joelaptop-whatsapp-foundation__fab {
	align-items: center;
	background: #087f5b;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 18px 38px rgb(0 0 0 / 30%);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	gap: .7rem;
	padding: .9rem 1.1rem;
	pointer-events: auto;
}

.joelaptop-whatsapp-foundation__fab-icon {
	align-items: center;
	background: rgb(255 255 255 / 26%);
	border-radius: 999px;
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.joelaptop-whatsapp-foundation__fab-icon svg {
	height: 1.25rem;
	width: 1.25rem;
}

.joelaptop-whatsapp-foundation__panel {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 1.25rem;
	bottom: calc(100% + .85rem);
	box-shadow: 0 26px 64px rgb(15 23 42 / 32%);
	overflow: hidden;
	position: absolute;
	right: 0;
	pointer-events: auto;
	width: min(22rem, calc(100vw - 2rem));
}

.joelaptop-whatsapp-foundation__panel-head {
	align-items: start;
	background: linear-gradient(135deg, #075e54 0%, #087f5b 100%);
	color: #fff;
	display: flex;
	gap: .75rem;
	justify-content: space-between;
	padding: 1rem 1rem .9rem;
}

.joelaptop-whatsapp-foundation__panel-head h2,
.joelaptop-whatsapp-foundation__panel-head p {
	margin: 0;
}

.joelaptop-whatsapp-foundation__panel-head h2 {
	font-family: var(--jl-font-body, Arial, sans-serif);
	font-size: 1.08rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: none;
}

.joelaptop-whatsapp-foundation__panel-head p {
	font-size: .92rem;
	line-height: 1.45;
	margin-top: .3rem;
	opacity: .92;
}

.joelaptop-whatsapp-foundation__close {
	background: rgb(255 255 255 / 24%);
	border: 1px solid rgb(255 255 255 / 34%);
	border-radius: 999px;
	color: inherit;
	cursor: pointer;
	font-size: 1.25rem;
	height: 2rem;
	line-height: 1;
	width: 2rem;
}

.joelaptop-whatsapp-foundation__list {
	background: #f1f5f9;
	display: grid;
	gap: .75rem;
	padding: .9rem;
}

.joelaptop-whatsapp-foundation__contact {
	align-items: center;
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 1rem;
	color: #111827;
	display: grid;
	gap: .75rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: .85rem;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.joelaptop-whatsapp-foundation__contact:hover {
	border-color: #087f5b;
	box-shadow: 0 16px 30px rgb(15 23 42 / 16%);
	transform: translateY(-2px);
}

.joelaptop-whatsapp-foundation__avatar {
	align-items: center;
	background: #bbf7d0;
	border: 2px solid #22c55e;
	border-radius: 999px;
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	overflow: hidden;
	width: 3rem;
}

.joelaptop-whatsapp-foundation__avatar img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.joelaptop-whatsapp-foundation__avatar span {
	color: #064e3b;
	font-size: 1rem;
	font-weight: 700;
}

.joelaptop-whatsapp-foundation__contact-copy {
	display: grid;
	gap: .12rem;
	min-width: 0;
}

.joelaptop-whatsapp-foundation__contact-copy strong,
.joelaptop-whatsapp-foundation__role,
.joelaptop-whatsapp-foundation__status {
	display: block;
}

.joelaptop-whatsapp-foundation__contact-copy strong {
	color: #0f172a;
	font-size: 1rem;
	font-weight: 700;
}

.joelaptop-whatsapp-foundation__role,
.joelaptop-whatsapp-foundation__status {
	font-size: .84rem;
	line-height: 1.4;
}

.joelaptop-whatsapp-foundation__role {
	color: #334155;
}

.joelaptop-whatsapp-foundation__status {
	align-items: center;
	display: inline-flex;
	gap: .38rem;
}

.joelaptop-whatsapp-foundation__status::before {
	border-radius: 999px;
	content: "";
	display: block;
	height: .55rem;
	width: .55rem;
}

.joelaptop-whatsapp-foundation__status--online {
	color: #087f5b;
	font-weight: 600;
}

.joelaptop-whatsapp-foundation__status--online::before {
	background: #22c55e;
}

.joelaptop-whatsapp-foundation__status--offline {
	color: #92400e;
	font-weight: 600;
}

.joelaptop-whatsapp-foundation__status--offline::before {
	background: #f59e0b;
}

.joelaptop-whatsapp-foundation__chevron {
	color: #334155;
	font-size: 1.35rem;
	line-height: 1;
}

.joelaptop-whatsapp-foundation__fab:focus-visible,
.joelaptop-whatsapp-foundation__close:focus-visible,
.joelaptop-whatsapp-foundation__contact:focus-visible {
	outline: 2px solid #166534;
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.joelaptop-whatsapp-foundation {
		bottom: .85rem;
		left: .85rem;
		right: auto;
		width: auto;
	}

	.joelaptop-whatsapp-foundation__fab {
		height: 3.5rem;
		justify-content: center;
		padding: 0;
		position: relative;
		width: 3.5rem;
	}

	.joelaptop-whatsapp-foundation__fab::after {
		align-items: center;
		background: #f59e0b;
		border: 2px solid #fff;
		border-radius: 999px;
		color: #422006;
		content: "!";
		display: inline-flex;
		font-size: .62rem;
		font-weight: 800;
		height: 1.1rem;
		justify-content: center;
		position: absolute;
		right: -.18rem;
		top: -.18rem;
		width: 1.1rem;
	}

	.joelaptop-whatsapp-foundation__fab-icon {
		background: transparent;
		height: auto;
		width: auto;
	}

	.joelaptop-whatsapp-foundation__fab-icon svg {
		height: 1.75rem;
		width: 1.75rem;
	}

	.joelaptop-whatsapp-foundation__fab-label {
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.joelaptop-whatsapp-foundation__panel {
		left: 0;
		right: auto;
		width: min(22rem, calc(100vw - 1.7rem));
	}
}
