/**
 * SP CRO — banner frontend styles.
 * RTL-friendly and responsive.
 */
.sp-cro-banner {
	margin: 2.2em 0;
	text-align: center;
	clear: both;
}

.sp-cro-banner__link {
	display: block;
	line-height: 0;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.18s ease;
}

.sp-cro-banner__link:hover,
.sp-cro-banner__link:focus {
	transform: translateY( -2px );
}

.sp-cro-banner__link:focus-visible {
	outline: 3px solid #2271b1;
	outline-offset: 2px;
}

.sp-cro-banner__image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* ---- Text + button mode ---- */
.content-wrapper .content-box .sp-cro-banner--text {
	text-align: center;
}

.content-wrapper .sp-cro-card__desc > p {
	color: #1f2340 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 24px !important;
	font-family: 'yekan-bakh', Serif;
	margin-bottom: 4px !important;
	text-align: center !important;
}

.sp-cro-card__desc :last-child {
	margin-bottom: 0;
}

.sp-cro-banner__button {
	margin-top: 12px;
	display: inline-block;
	background: #383490;
	color: #fff !important;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	border-radius: 10px;
	border: 2px solid #383490;
	line-height: 1.5;
	padding: 8px 16px;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.sp-cro-banner__button:hover,
.sp-cro-banner__button:focus {
	background: #fff;
	border: 2px solid #383490;
	color: #383490 !important;
}

.sp-cro-banner__button:focus-visible {
	outline: 3px solid #2271b1;
	outline-offset: 2px;
}

.sp-cro-banner--text {
	display: block;
	background: #F2F7FD;
	border: 1px solid #383490;
	margin: 20px 0;
	font-weight: 700;
	text-align: center;
	padding: 24px 16px;
	border-radius: 16px;
}