/* ZenTea Manor Phase 5 — Social + Data integration styles */

.zentea-whatsapp-button {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 1000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: transform 0.2s ease;
}

.zentea-whatsapp-button:hover {
	transform: scale(1.05);
}

.zentea-social-share {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--color-border, #e5e5e5);
}

.zentea-social-share__label {
	font-size: 0.875rem;
	color: var(--color-text-muted, #666);
}

.zentea-social-share__btn {
	display: inline-block;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	text-decoration: none;
	color: #fff;
	background: var(--color-primary, #2f5d50);
	transition: opacity 0.2s ease;
}

.zentea-social-share__btn:hover {
	opacity: 0.85;
}

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

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

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

.tea-story__dynamic {
	margin-top: 1rem;
	line-height: 1.8;
}
