.wd-related-posts {
	margin-top: 42px;
}

.wd-related-heading {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 22px;
}

.wd-related-heading h3 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 10px;
	font-size: 17px;
	font-weight: 600;
	color: #1f2933;
}

.wd-related-heading h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 42px;
	height: 2px;
	background: #39c0e6;
}

.wd-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 42px;
	row-gap: 42px;
}

.wd-related-card {
	min-width: 0;
}

.wd-related-image {
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
	background: #f2f2f2;
}

.wd-related-image img,
.wd-related-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .25s ease;
}

.wd-related-image:hover img {
	transform: scale(1.04);
}

.wd-related-placeholder {
	background: #eeeeee;
}

.wd-related-badge {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 11px;
	margin-bottom: 8px;
	background: #39c0e6;
	color: #fff !important;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
}

.wd-related-title {
	margin: 0 0 7px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.wd-related-title a {
	color: #222;
	text-decoration: none !important;
}

.wd-related-title a:hover {
	color: #39c0e6;
}

.wd-related-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-bottom: 13px;
	color: #9aa0a6;
	font-size: 11px;
	line-height: 1;
}

.wd-related-meta span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.wd-related-meta svg {
	width: 11px;
	height: 11px;
	fill: currentColor;
	flex: 0 0 auto;
}

.wd-related-excerpt {
	margin: 0 0 16px;
	color: #8a8f99;
	font-size: 13px;
	line-height: 1.65;
}

.wd-related-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 16px;
	border: 1px solid #e5e5e5;
	color: #333 !important;
	background: #fff;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none !important;
}

.wd-related-button:hover {
	border-color: #39c0e6;
	color: #39c0e6 !important;
}

@media (max-width: 767px) {
	.wd-related-grid {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.wd-related-title {
		font-size: 15px;
	}
}

.wd-related-meta svg {
    width: 11px;
    height: 11px;
    fill: currentColor;
    flex: 0 0 auto;
}

.wd-related-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}