.egdr-sw-mobile-cta {
	display: none;
	position: fixed;
	left: 50%;
	bottom: calc(18px + env(safe-area-inset-bottom));
	transform: translateX(-50%);
	z-index: 9999;
	width: min(100%, calc(100vw - 24px));
	max-width: 500px;
	pointer-events: none;
}

body a.egdr-sw-mobile-cta__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	padding: 13px 22px;
	border-radius: 10px;
	background: #faa71b;
	color: #000000;
	font-family: "Gilroy", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
	pointer-events: auto;
}

body a.egdr-sw-mobile-cta__button:hover,
body a.egdr-sw-mobile-cta__button:focus {
	color: #000000;
	background: #faa71b;
}

body a.egdr-sw-mobile-cta__button svg {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
}

@media (max-width: 767px) {
	.egdr-sw-mobile-cta {
		display: block;
	}
}
