.fue-wrapper-87c5f534 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
}

.fue-header-87c5f534 {
	text-align: center;
	margin-bottom: 48px;
}

.fue-section-title-87c5f534 {
	font-size: 36px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 12px;
	letter-spacing: -0.5px;
}

.fue-section-subtitle-87c5f534 {
	font-size: 17px;
	color: #666;
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.6;
}

.fue-grid-87c5f534 {
	display: grid;
	grid-template-columns: 1fr 1.3fr 1fr;
	gap: 28px;
	align-items: center; /* Set to center by default, can be overridden by user controls */
}

.fue-card-87c5f534 {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
}

.fue-card-87c5f534:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

/* Featured middle card with spotlight effect */
.fue-card-featured-87c5f534 {
	transform: scale(1.05);
	box-shadow: 0 10px 40px rgba(108, 99, 255, 0.25); /* Spotlight shadow */
	border: 2px solid rgba(108, 99, 255, 0.3);
	z-index: 2;
}

.fue-card-featured-87c5f534:hover {
	transform: scale(1.05) translateY(-6px);
	box-shadow: 0 18px 50px rgba(108, 99, 255, 0.35); /* Stronger spotlight on hover */
}

.fue-card-featured-87c5f534 .fue-card-title-87c5f534 {
	font-size: 24px;
}

.fue-card-featured-87c5f534 .fue-card-desc-87c5f534 {
	font-size: 16px;
}

/* Poster image wrapper */
.fue-card-poster-wrapper-87c5f534 {
	display: flex;
	justify-content: center; /* Center the image if it's smaller than the card */
	align-items: center;
	background-color: #f8f9fa; /* Slight background in case image doesn't fill */
	position: relative;
	overflow: hidden;
}

.fue-card-poster-87c5f534 {
	/* Height and width controlled by Elementor settings */
	overflow: hidden;
	display: block;
}

.fue-card-poster-87c5f534 img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Default, overridden by settings */
	object-position: center center; /* Default, overridden by settings */
	display: block;
}

.fue-card-poster-wrapper-87c5f534 .fue-card-accent-87c5f534 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
}

.fue-card-accent-87c5f534 {
	height: 6px;
	background-color: #6C63FF;
}

.fue-card-body-87c5f534 {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.fue-card-icon-87c5f534 {
	font-size: 36px;
	margin-bottom: 14px;
	display: block;
}

.fue-card-title-87c5f534 {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 14px;
	line-height: 1.3;
}

.fue-card-meta-87c5f534 {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 16px;
}

.fue-meta-item-87c5f534 {
	font-size: 13px;
	color: #777;
	line-height: 1.4;
}

.fue-card-desc-87c5f534 {
	font-size: 15px;
	color: #555;
	line-height: 1.65;
	margin: 0 0 20px;
	flex: 1;
}

.fue-btn-87c5f534 {
	display: inline-block;
	padding: 10px 22px;
	background-color: #6C63FF;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.25s ease, transform 0.2s ease;
	align-self: flex-start;
}

.fue-btn-87c5f534:hover {
	background-color: #5a52e0;
	transform: scale(1.03);
	color: #ffffff;
}

@media (max-width: 900px) {
	.fue-grid-87c5f534 {
		grid-template-columns: 1fr;
		max-width: 480px;
		margin: 0 auto;
	}

	.fue-card-featured-87c5f534 {
		transform: none;
	}

	.fue-card-featured-87c5f534:hover {
		transform: translateY(-6px);
	}
}
