/* Equal-height in SiteOrigin grid */
.panel-grid-cell .so-panel,
.panel-grid-cell .so-panel .so-widget-2ufi-info-card {
	height: 100%;
}

.twoUfi-info-card {
	background-color: #F2F1FF;
	border-radius: 16px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	height: 100%;
	position: relative;
	overflow: hidden;
	transition: transform 0.2s ease;
}

.twoUfi-info-card:hover {
	transform: translateY(-4px);
}

/* Decorative shape */
.twoUfi-info-card__shape {
	position: absolute;
	top: -32px;
	right: -32px;
	width: 96px;
	height: 96px;
	opacity: 0.6;
}

/* Icon */
.twoUfi-info-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #091C30;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 32px;
	position: relative;
	z-index: 1;
}

/* Custom icon image */
.twoUfi-info-card__icon-img {
	max-width: 32px;
	max-height: 32px;
	object-fit: contain;
}

/* Title */
.twoUfi-info-card__title {
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #091C30;
	margin: 0 0 16px;
	position: relative;
	z-index: 1;
}

/* Description */
.twoUfi-info-card__desc {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(9, 28, 48, 0.7);
	margin: 0 0 32px !important;
	flex: 1;
	position: relative;
	z-index: 1;
}

/* Arrow link */
.twoUfi-info-card__link {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #3677D7;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	transition: gap 0.2s ease;
	position: relative;
	z-index: 1;
}

.twoUfi-info-card__link:hover {
	gap: 12px;
	text-decoration: none;
	color: #3677D7;
}

.twoUfi-info-card__arrow {
	flex-shrink: 0;
}
