/* Elementor Addon Nextra - CTA Banner */
.ean-widget-cta-banner .ean-cta-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 44px;
	background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
	border: 0;
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(37, 99, 235, .3);
}

.ean-widget-cta-banner .ean-cta-content {
	flex: 1 1 360px;
	min-width: 260px;
}

.ean-widget-cta-banner .ean-cta-title {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
}

.ean-widget-cta-banner .ean-cta-subtitle {
	margin: 0;
	max-width: 560px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, .85);
}

.ean-widget-cta-banner .ean-cta-actions {
	flex-shrink: 0;
}

.ean-widget-cta-banner .ean-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 30px;
	background: #ffffff;
	color: #2563eb;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	border-radius: 10px;
	transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ean-widget-cta-banner .ean-cta-button:hover {
	background: #f3f4f6;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.ean-widget-cta-banner .ean-cta-icon {
	display: inline-flex;
	align-items: center;
	font-size: 17px;
	line-height: 1;
}

.ean-widget-cta-banner .ean-cta-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.ean-widget-cta-banner .ean-cta-icon-before {
	margin-right: 2px;
}

.ean-widget-cta-banner .ean-cta-icon-after {
	margin-left: 2px;
}

.ean-widget-cta-banner .ean-cta-text {
	line-height: 1.2;
}

@media (max-width: 768px) {
	.ean-widget-cta-banner .ean-cta-box {
		padding: 30px 22px;
		justify-content: center;
		text-align: center;
	}

	.ean-widget-cta-banner .ean-cta-title {
		font-size: 24px;
	}
}
