.ttln-newsletter-cta {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	gap: 16px;
	box-sizing: border-box;
	margin: 30px 0;
	padding: 23px 25px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-left: 4px solid #ed1c24;
	border-radius: 8px;
	background:
		radial-gradient(circle at 88% 18%, rgba(53, 122, 190, 0.22), transparent 34%),
		linear-gradient(135deg, #07182d 0%, #0a223e 100%);
	box-shadow: 0 12px 28px rgba(5, 20, 38, 0.14);
	color: #ffffff;
	line-height: 1.45;
	isolation: isolate;
}

.ttln-newsletter-cta::after {
	position: absolute;
	right: -64px;
	top: -88px;
	z-index: -1;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow:
		0 0 0 34px rgba(255, 255, 255, 0.025),
		0 0 0 68px rgba(255, 255, 255, 0.018);
	content: "";
}

.ttln-newsletter-cta__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 760px;
}

.ttln-newsletter-cta__eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 8px;
	color: #c9d4e2;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 1.3;
	text-transform: uppercase;
}

.ttln-newsletter-cta__mark {
	display: inline-block;
	flex: 0 0 9px;
	width: 9px;
	height: 9px;
	background: #ed1c24;
}

.ttln-newsletter-cta__title {
	margin: 0 0 7px;
	color: #ffffff;
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 750;
	letter-spacing: -0.35px;
	line-height: 1.2;
}

.article-content-wrap .post-content aside.ttln-newsletter-cta .ttln-newsletter-cta__description,
aside.ttln-newsletter-cta .ttln-newsletter-cta__description {
	margin: 0 !important;
	color: #d5deea !important;
	-webkit-text-fill-color: #d5deea !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.55 !important;
}

.ttln-newsletter-cta__button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	flex: 0 0 auto;
	align-self: flex-start;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	box-sizing: border-box;
	padding: 10px 15px;
	border: 1px solid #ed1c24;
	border-radius: 5px;
	background: #ed1c24;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ttln-newsletter-cta__button:hover,
.ttln-newsletter-cta__button:focus-visible {
	border-color: #ff343b;
	background: #ff343b;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.ttln-newsletter-cta__button:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.72);
	outline-offset: 3px;
}

.ttln-newsletter-cta__linkedin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #ffffff;
	color: #0a66c2;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -0.6px;
	line-height: 1;
}

.ttln-newsletter-cta__arrow {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

@media (max-width: 720px) {
	.ttln-newsletter-cta {
		gap: 15px;
		margin: 24px 0;
		padding: 20px 18px;
	}

	.ttln-newsletter-cta__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ttln-newsletter-cta__button {
		transition: none;
	}
}
