.cifal-leadership-grid {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	gap: 24px;
	margin: 24px 0;
	max-width: 340px;
	width: 100%;
	font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.cifal-leadership-card {
	display: block !important;
	width: 100% !important;
	max-width: 100%;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(48, 94, 135, 0.06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.cifal-leadership-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 26px rgba(48, 94, 135, 0.18);
}

.cifal-leadership-card:hover .cifal-leadership-readmore {
	opacity: 1;
	transform: translateX(0);
}

.cifal-leadership-photo {
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #f8f9fa;
	overflow: hidden;
}

.cifal-leadership-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cifal-leadership-photo-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #318cdd, #305e87);
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: .04em;
}

.cifal-leadership-body {
	padding: 16px 18px 20px;
}

.cifal-leadership-name {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 700;
	color: #212529;
	line-height: 1.3;
}

.cifal-leadership-position {
	margin: 0 0 3px;
	font-size: 12.5px;
	font-weight: 600;
	color: #318cdd;
	line-height: 1.4;
}

.cifal-leadership-excerpt {
	margin: 10px 0 12px;
	font-size: 13.5px;
	line-height: 1.5;
	color: #5a5a5a;
}

.cifal-leadership-readmore {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 700;
	color: #305e87;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity .2s ease, transform .2s ease;
}

.cifal-leadership-empty {
	opacity: .7;
}

/* Single profile page */
.cifal-leadership-back {
	display: inline-block;
	margin: 0 0 22px;
	color: #305e87;
	font-weight: 600;
	text-decoration: none;
	font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.cifal-leadership-back:hover {
	text-decoration: underline;
}

.cifal-leadership-profile-header {
	display: flex;
	gap: 32px;
	align-items: center;
	margin-bottom: 28px;
	padding: 28px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(49, 140, 221, .07), rgba(48, 94, 135, .05));
	font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.cifal-leadership-profile-photo {
	flex: 0 0 auto;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 6px 18px rgba(48, 94, 135, 0.2);
}

.cifal-leadership-profile-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cifal-leadership-profile-photo .cifal-leadership-photo-placeholder {
	font-size: 48px;
}

.cifal-leadership-profile-name {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 800;
	color: #212529;
}

.cifal-leadership-profile-position {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 5px 14px;
	border-radius: 999px;
	background: #318cdd;
	color: #fff;
	font-weight: 600;
	font-size: 12.5px;
}

.cifal-leadership-profile-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 10px;
}

.cifal-leadership-profile-links a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #305e87;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.cifal-leadership-profile-links a:hover {
	text-decoration: underline;
}

.cifal-leadership-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

.cifal-leadership-profile-bio {
	font-size: 16px;
	line-height: 1.75;
	color: #33383d;
	max-width: 760px;
}

@media (max-width: 600px) {
	.cifal-leadership-profile-header {
		flex-direction: column;
		text-align: center;
	}
	.cifal-leadership-profile-links {
		justify-content: center;
	}
	.cifal-leadership-profile-photo {
		width: 140px;
		height: 140px;
	}
}
