.zentea-whatsapp-button {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.8rem 1rem;
	border-radius: 2rem;
	background: #2f5d50;
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(24, 43, 38, 0.22);
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.zentea-whatsapp-button:hover,
.zentea-whatsapp-button:focus {
	background: #24483e;
	color: #ffffff;
	transform: translateY(-2px);
}

.zentea-whatsapp-button__label {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0;
}

.zentea-social-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #e5e5e5;
}

.zentea-social-share__label {
	margin-right: 0.25rem;
	font-size: 0.875rem;
	color: #5f6b66;
}

.zentea-social-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	padding: 0.45rem 0.7rem;
	border: 0;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	background: #2f5d50;
	transition: opacity 0.2s ease;
}

.zentea-social-share__btn:hover,
.zentea-social-share__btn:focus {
	opacity: 0.86;
	color: #ffffff;
}

.zentea-social-share__btn--facebook {
	background: #1877f2;
}

.zentea-social-share__btn--whatsapp {
	background: #25d366;
}

.zentea-social-share__btn--line {
	background: #06c755;
}

.zentea-social-share__btn--copy {
	background: #5f6b66;
}

@media (max-width: 640px) {
	.zentea-whatsapp-button {
		right: 0.85rem;
		bottom: 0.85rem;
		padding: 0.75rem 0.9rem;
	}

	.zentea-whatsapp-button__label {
		font-size: 0.82rem;
	}

	.zentea-social-share__btn {
		flex: 1 0 auto;
	}
}
