.fr-kalk-cta {
	max-width: 900px;
	margin: 28px auto 10px;
	padding: 0 12px;
	box-sizing: border-box;
	font-family: inherit;
}

.fr-kalk-cta-inner {
	background: linear-gradient(135deg, #eafaf7 0%, #f4fbfa 100%);
	border: 1px solid #cdeee7;
	border-radius: 14px;
	padding: 22px 26px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.fr-kalk-cta-text {
	margin: 0;
	flex: 1 1 380px;
	color: #10312d;
	font-size: 1em;
	line-height: 1.55;
}

.fr-kalk-cta-highlight {
	display: block;
	font-weight: 700;
	color: #00695c;
	margin-bottom: 4px;
}

.fr-kalk-cta-button {
	flex: 0 0 auto;
	display: inline-block;
	background: #00a08b;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	padding: 13px 22px;
	border-radius: 8px;
	white-space: nowrap;
	transition: background 0.15s ease, transform 0.1s ease;
}

.fr-kalk-cta-button:hover {
	background: #008a77;
	transform: translateY(-1px);
}

@media (max-width: 560px) {
	.fr-kalk-cta-inner {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.fr-kalk-cta-button {
		text-align: center;
	}
}
