.mcdf-webinars-related-content {
	width: min(100%, 1160px);
	margin: 0 auto;
}

.mcdf-webinars-related-content__heading {
	margin: 0 0 28px;
	color: #111;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
}

.mcdf-webinars-related-content__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 78px;
}

.mcdf-webinars-related-card {
	display: grid;
	grid-template-columns: 185px minmax(0, 1fr);
	gap: 26px;
	align-items: center;
	color: #111;
	text-decoration: none;
}

.mcdf-webinars-related-card:visited,
.mcdf-webinars-related-card:hover,
.mcdf-webinars-related-card:focus,
.mcdf-webinars-related-card:active {
	color: #111;
	text-decoration: none;
}

.mcdf-webinars-related-card:focus-visible {
	outline: 3px solid #6b8d73;
	outline-offset: 5px;
}

.mcdf-webinars-related-card__image-wrap {
	display: block;
	width: 185px;
	height: 195px;
	overflow: hidden;
	border-radius: 8px;
	background: #f7f5ef;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.mcdf-webinars-related-card__image {
	display: block;
	width: 100%;
	height: 195px;
	object-fit: cover;
	object-position: center center;
	border-radius: 10px;
}

.elementor img.mcdf-webinars-related-card__image {
	width: 100%;
	height: 195px;
	object-fit: cover;
	object-position: center center;
	border-radius: 10px;
}

.mcdf-webinars-related-card__body {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.mcdf-webinars-related-card__title {
	display: block;
	color: #111;
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0;
}

.mcdf-webinars-related-card:hover .mcdf-webinars-related-card__title,
.mcdf-webinars-related-card:focus .mcdf-webinars-related-card__title {
	text-decoration: underline;
	text-decoration-color: #cba760;
}

.mcdf-webinars-related-card__label {
	display: block;
	color: #111;
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}

@media (max-width: 1024px) {
	.mcdf-webinars-related-content {
		padding: 0 10px;
	}

	.mcdf-webinars-related-content__heading {
		margin-bottom: 34px;
		font-size: 25px;
	}

	.mcdf-webinars-related-content__grid {
		gap: 62px;
	}

	.elementor a.mcdf-webinars-related-card {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		overflow: hidden;
		border-radius: 0;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,.11372549019607843)
	}

	.mcdf-webinars-related-card__image-wrap {
		width: 100%;
		height: auto;
		aspect-ratio: 1.53 / 1;
		border-radius: 0;
		box-shadow: none;
	}

	.mcdf-webinars-related-card__body {
		min-height: 136px;
		gap: 20px;
		padding: 16px 20px 22px;
		border-radius: 0 0 10px 10px;
	}

	.mcdf-webinars-related-card__title {
		font-size: 18px;
		line-height: 1.05;
	}

	.mcdf-webinars-related-card__label {
		display: none;
	}
}

@media (max-width: 767px) {
	.mcdf-webinars-related-content {
		padding: 0 18px;
	}

	.mcdf-webinars-related-content__heading {
		margin-bottom: 46px;
		font-size: 32px;
	}

	.mcdf-webinars-related-content__grid {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 76px;
	}

	.mcdf-webinars-related-card {
		width: min(100%, 216px);
		border-radius: 8px;
	}

	.mcdf-webinars-related-card__image-wrap {
		aspect-ratio: 1 / 0.88;
	}

	.mcdf-webinars-related-card__body {
		min-height: 202px;
		padding: 22px 14px 24px;
	}

	.mcdf-webinars-related-card__title {
		font-size: 18px;
		line-height: 1.55;
	}
}
