/* Cache-safe footer CTA refinement introduced in Liza 2026 0.6.9. */
.liza-site-footer__cta a {
	align-items: center;
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--paper);
	border-radius: 999px;
	color: var(--wp--preset--color--ink) !important;
	display: inline-flex;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 650;
	gap: 0.55rem;
	justify-content: center;
	line-height: 1.2;
	padding: 0.75rem 1rem;
	text-decoration: none;
	white-space: nowrap;
	width: auto !important;
}

.liza-site-footer__cta a:hover {
	background: var(--wp--preset--color--blush);
	border-color: var(--wp--preset--color--blush);
	color: var(--wp--preset--color--ink);
}

.liza-site-footer__cta a span {
	transition: transform 160ms ease;
}

.liza-site-footer__cta a:hover span {
	transform: translateX(0.15rem);
}
