/**
 * Credelio Tab — CTA.
 */

.credelio-tab-cta {
	width: 100%;
	max-width: min(100%, 1920px);
	margin: 0 auto;
	padding: clamp(24px, 3vw, 48px) clamp(16px, 2.8vw, 40px) clamp(48px, 5vw, 80px);
	box-sizing: border-box;
	background: #ffffff;
}

.credelio-tab-cta__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.credelio-tab-cta__banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(16px, 2.5vw, 32px);
	padding: clamp(22px, 2.5vw, 32px) clamp(22px, 3vw, 40px);
	border-radius: 20px;
	box-sizing: border-box;
}

.credelio-tab-cta__copy {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
	flex: 1 1 auto;
}

.credelio-tab-cta__icon,
.elementor .credelio-tab-cta__icon {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
	flex-shrink: 0;
}

.credelio-tab-cta__icon--fallback {
	width: 48px;
	height: 48px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;
}

.credelio-tab-cta__icon--fallback::before,
.credelio-tab-cta__icon--fallback::after {
	content: "";
	position: absolute;
	background: #ffffff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.credelio-tab-cta__icon--fallback::before {
	width: 16px;
	height: 2px;
}

.credelio-tab-cta__icon--fallback::after {
	width: 2px;
	height: 16px;
}

.credelio-tab-cta__texts {
	min-width: 0;
}

.credelio-tab-cta__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(16px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.3;
}

.credelio-tab-cta__subtitle {
	margin: 6px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(13px, 1.05vw, 15px);
	font-weight: 400;
	line-height: 1.4;
	max-width: 42em;
}

.credelio-tab-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-height: 44px;
	padding: 10px 22px;
	border-radius: 999px;
	background: #ffffff;
	color: #005032;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

a.credelio-tab-cta__button:hover {
	background: #e7f5ee;
	color: #005032;
}

.credelio-tab-cta__button--nolink {
	cursor: default;
}

@media (max-width: 800px) {
	.credelio-tab-cta__banner {
		flex-direction: column;
		align-items: flex-start;
	}

	.credelio-tab-cta__button {
		align-self: stretch;
		text-align: center;
	}
}

@media (max-width: 640px) {
	.credelio-tab-cta {
		padding-left: 12px;
		padding-right: 12px;
	}
}
