.fandf-related-projects {
	color: #fff;
}

.fandf-related-projects__heading {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: inherit;
}

.fandf-related-projects__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.fandf-related-projects__card {
	position: relative;
	display: block;
	min-height: 198px;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background-color: #2a2a2a;
	background-size: cover;
	background-position: center;
	transition: opacity 0.2s ease;
}

.fandf-related-projects__card:hover {
	opacity: 0.92;
}

/* .fandf-related-projects__card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.75) 0%,
		rgba(0, 0, 0, 0.2) 45%,
		rgba(0, 0, 0, 0.15) 100%
	);
	pointer-events: none;
} */

.fandf-related-projects__card-inner {
	position: absolute;
	z-index: 1;
	padding: 16px 14px;
	bottom: 0;
}

.fandf-related-projects__card-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 4px;
}

.fandf-related-projects__card-location {
	color: #fff;
}

.fandf-related-projects--empty {
	padding: 12px;
	font-size: 13px;
	opacity: 0.85;
	border: 1px dashed rgba(255, 255, 255, 0.25);
	border-radius: 6px;
}

.fandf-related-projects--empty code {
	font-size: 12px;
}
