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

.twoUfi-feature-card {
	background: #FFFFFF;
	border: 2px solid rgba(9, 28, 48, 0.1);
	border-radius: 16px;
	padding: 32px;
	transition: border-color 0.2s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.twoUfi-feature-card:hover {
	border-color: rgba(9, 28, 48, 0.3);
}

/* Icon box — vertical layout */
.twoUfi-feature-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 24px;
}

.twoUfi-feature-card__title {
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #091C30;
	margin: 0 0 12px;
}

.twoUfi-feature-card__desc {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(9, 28, 48, 0.7);
	margin: 0;
	flex: 1;
}

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

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

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

/* Muted / Coming Soon */
.twoUfi-feature-card--muted {
	opacity: 0.55;
}

.twoUfi-feature-card--muted:hover {
	border-color: rgba(9, 28, 48, 0.1);
}

.twoUfi-feature-card--muted .twoUfi-feature-card__link {
	color: rgba(9, 28, 48, 0.4);
	cursor: default;
}

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

/* Horizontal layout */
.twoUfi-feature-card--horizontal {
	flex-direction: row;
	align-items: center;
	gap: 16px;
	padding: 20px;
}

.twoUfi-feature-card--horizontal .twoUfi-feature-card__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 0;
	flex-shrink: 0;
	font-size: 24px;
}

.twoUfi-feature-card--horizontal .twoUfi-feature-card__title {
	font-weight: 900;
	font-size: 16px;
	margin: 0;
}

.twoUfi-feature-card--horizontal .twoUfi-feature-card__desc {
	font-size: 14px;
	color: rgba(9, 28, 48, 0.6);
	margin: 0;
}
