.nt-sticky-cta {
	background: rgba(245, 251, 255, .97);
	backdrop-filter: blur(8px);
	border-top: 1px solid var(--new-theme-color-border, rgba(120, 180, 220, .45));
	bottom: 0;
	box-sizing: border-box;
	display: none;
	left: 0;
	padding: 12px 20px;
	position: fixed;
	right: 0;
	z-index: 40;
}

.nt-sticky-cta.is-visible {
	display: block;
}

.nt-sticky-cta .nt-sticky-cta__link {
	align-items: center;
	background: var(--new-theme-color-peach, #ffd4b8);
	border-radius: 9999px;
	color: var(--new-theme-color-peach-text, #7a4e2e);
	display: flex;
	font-family: var(--new-theme-font-heading);
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 12px 28px;
	text-align: center;
	text-decoration: none;
	transition: background .2s;
	width: 100%;
}

.nt-sticky-cta .nt-sticky-cta__link:hover {
	background: var(--new-theme-color-peach-hover, #ffe2cc);
	color: var(--new-theme-color-peach-text, #7a4e2e);
}
