.td-tg-cta {
	margin: 12px 0;
}

.td-tg-cta__button {
	align-items: center;
	background: #2aabee;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	color: #fff !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 600;
	gap: 8px;
	line-height: 1;
	padding: 12px 18px;
	text-decoration: none !important;
	transition: background 0.15s ease;
}

.td-tg-cta__button:hover,
.td-tg-cta__button:focus {
	background: #1e96d1;
	color: #fff !important;
}

.td-tg-cta__button svg {
	flex: 0 0 auto;
}

.td-tg-cta--loop {
	margin: 8px 0 0;
}

.td-tg-cta--loop .td-tg-cta__button {
	font-size: 13px;
	padding: 9px 14px;
}

.td-tg-cta--floating {
	bottom: 20px;
	inset-inline-end: 20px;
	margin: 0;
	position: fixed;
	z-index: 99998;
}

.td-tg-cta--floating .td-tg-cta__button {
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
	padding: 14px 20px;
}

@media (max-width: 480px) {
	.td-tg-cta--floating .td-tg-cta__button span {
		display: none;
	}

	.td-tg-cta--floating .td-tg-cta__button {
		padding: 14px;
	}

	.td-tg-cta--floating .td-tg-cta__button svg {
		height: 22px;
		width: 22px;
	}
}
