/* Acción global de ayuda humana; no comparte selectores con las fichas. */
.yg-whatsapp-help {
	align-items: center;
	background: #25d366;
	border-radius: 999px;
	bottom: max(1.25rem, env(safe-area-inset-bottom));
	box-shadow: 0 8px 22px rgba(28, 101, 57, .27);
	color: #fff;
	display: inline-flex;
	font: 600 .875rem/1 var(--yg-font-body, sans-serif);
	gap: .45rem;
	padding: .78rem 1rem;
	position: fixed;
	right: 1rem;
	text-decoration: none;
	z-index: 80;
}

.yg-whatsapp-help:hover,
.yg-whatsapp-help:focus-visible {
	background: #1ebe5a;
	color: #fff;
}

.yg-whatsapp-help:focus-visible {
	outline: 3px solid var(--yg-title, #2e3b2b);
	outline-offset: 3px;
}

.yg-whatsapp-help__icon {
	flex: none;
	height: 1.35rem;
	width: 1.35rem;
}

@media (max-width: 480px) {
	.yg-whatsapp-help {
		border-radius: 50%;
		justify-content: center;
		min-height: 3.25rem;
		padding: .75rem;
		width: 3.25rem;
	}

	.yg-whatsapp-help span {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}
