.klitly-cta-card {
	margin: 2rem 0 2.5rem;
	background: #fff;
	border: 1px solid #ece8e1;
	border-radius: 18px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
	overflow: hidden;
}

.klitly-cta-header {
	padding: 0.7rem 1.25rem;
	background: #f8f5f0;
	border-bottom: 1px solid #ede7df;
}

.klitly-cta-heading-wrap {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-width: 0;
}

.klitly-cta-flag {
	font-size: 0.9rem;
	line-height: 1;
	transform: translateY(-0.02em);
	flex-shrink: 0;
}

.klitly-cta-title {
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #1f2629;
}

.klitly-cta-body {
	padding: 1rem 1.25rem 1.05rem;
}

.klitly-cta-content {
	color: #1f2629;
	font-size: 1.02rem;
	line-height: 1.65;
}

.klitly-cta-content > :first-child {
	margin-top: 0;
}

.klitly-cta-content > :last-child {
	margin-bottom: 0;
}

.klitly-cta-content p {
	margin: 0.4rem 0 0.8rem;
}

.klitly-cta-content ul,
.klitly-cta-content ol {
	margin: 0.45rem 0 0.85rem 1.2rem;
	padding: 0;
}

.klitly-cta-content li {
	margin: 0.2rem 0;
}

.klitly-cta-content strong {
	color: #1f2629;
	font-weight: 600;
}

.klitly-cta-content a {
	color: #CD1531;
	text-decoration: none;
}

.klitly-cta-content a:hover,
.klitly-cta-content a:focus {
	color: #CD1531;
	text-decoration: underline;
	outline: none;
}

.klitly-cta-actions {
	margin-top: 0.95rem;
}

.klitly-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.78rem 1.2rem;
	background: #CD1531;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 999px;
	font-size: 0.96rem;
	font-weight: 600;
	line-height: 1.2;
	transition: background-color 0.16s ease, transform 0.16s ease;
	box-shadow: none;
	border: 0;
}

.klitly-cta-button:hover,
.klitly-cta-button:focus {
	background: #b8122b;
	color: #fff !important;
	text-decoration: none !important;
	outline: none;
	transform: translateY(-1px);
}

@media (max-width: 680px) {
	.klitly-cta-card {
		border-radius: 16px;
	}

	.klitly-cta-header {
		padding: 0.65rem 1rem;
	}

	.klitly-cta-body {
		padding: 0.85rem 1rem 0.95rem;
	}

	.klitly-cta-content {
		font-size: 1rem;
	}

	.klitly-cta-button {
		width: 100%;
		padding: 0.82rem 1rem;
	}
}