.wynx-gws-cta {
	margin: 2rem 0;
	padding: 1.25rem;
	border: 1px solid #d8dde3;
	border-radius: 8px;
	background: #ffffff;
	color: #1f2933;
}

.wynx-gws-cta__heading {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
}

.wynx-gws-cta__text {
	margin: 0 0 1rem;
	line-height: 1.8;
}

.wynx-gws-cta__promo {
	margin: 0 0 0.875rem;
	font-weight: 700;
	line-height: 1.7;
}

.wynx-gws-cta__button {
	display: inline-block;
	padding: 0.75rem 1rem;
	border-radius: 6px;
	background: #1f2933;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.wynx-gws-cta__button:hover,
.wynx-gws-cta__button:focus {
	background: #344054;
	color: #ffffff;
	text-decoration: none;
}

.wynx-gws-cta__terms,
.wynx-gws-cta__disclosure,
.wynx-ad-disclosure {
	color: #6b7280;
	font-size: 0.8125rem;
	line-height: 1.7;
}

.wynx-gws-cta__terms {
	margin: 0.75rem 0 0;
}

.wynx-gws-cta__disclosure {
	margin: 0.875rem 0 0;
}

.wynx-ad-disclosure {
	margin: 0 0 1.5rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid #e5e7eb;
}

@media (prefers-color-scheme: dark) {
	.wynx-gws-cta {
		border-color: #38404a;
		background: #191c20;
		color: #e5e7eb;
	}

	.wynx-gws-cta__button {
		background: #f3f4f6;
		color: #111827;
	}

	.wynx-gws-cta__button:hover,
	.wynx-gws-cta__button:focus {
		background: #d1d5db;
		color: #111827;
	}

	.wynx-gws-cta__promo {
		color: #f3f4f6;
	}

	.wynx-gws-cta__terms,
	.wynx-gws-cta__disclosure,
	.wynx-ad-disclosure {
		color: #aeb6c2;
	}

	.wynx-ad-disclosure {
		border-bottom-color: #38404a;
	}
}
