.ehi-related-card {
	margin: 24px 0;
	padding: 0;
	border: 1px solid #d8dee4;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.ehi-related-card__link {
	display: flex;
	align-items: stretch;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.ehi-related-card__link:hover,
.ehi-related-card__link:focus {
	background: #f7f8f9;
	color: inherit;
	text-decoration: none;
}

.ehi-related-card__media {
	flex: 0 0 128px;
	min-height: 88px;
	background: #eef0f2;
}

.ehi-related-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.ehi-related-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 14px 16px;
}

.ehi-related-card__label {
	display: block;
	margin-bottom: 5px;
	color: #69727d;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.ehi-related-card__title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
}

@media (max-width: 600px) {
	.ehi-related-card {
		margin: 14px 0;
		border-radius: 6px;
	}

	.ehi-related-card__media {
		display: none;
	}

	.ehi-related-card__body {
		padding: 8px 11px 9px;
	}

	.ehi-related-card__label {
		margin-bottom: 2px;
		font-size: 10px;
		line-height: 1.25;
	}

	.ehi-related-card__title {
		display: -webkit-box;
		overflow: hidden;
		font-size: 13px;
		line-height: 1.4;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}
