.fresh-related-posts {
	display: block;
	box-sizing: border-box;
	clear: both;
	width: 100%;
	margin-block: 24px;
	padding: 14px 16px;
	background: #f4f4f4;
	border: 0;
	border-inline-start: 3px solid #d2d2d2;
	border-radius: 6px;
	color: inherit;
	font: inherit;
	text-align: start;
}

.fresh-related-posts--bottom {
	margin-block: 32px;
	padding-block: 16px;
}

.fresh-related-posts__label,
.fresh-related-posts__heading {
	margin: 0 0 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #666;
}

.fresh-related-posts__heading {
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
	color: inherit;
}

.fresh-related-posts__link {
	display: block;
	overflow-wrap: anywhere;
	word-break: normal;
	margin: 0;
	font-size: inherit;
	font-weight: 650;
	line-height: 1.4;
	color: inherit;
	text-decoration: none;
}

.fresh-related-posts__link:hover,
.fresh-related-posts__link:focus-visible {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fresh-related-posts__date {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	color: #777;
	font-variant-numeric: tabular-nums;
	unicode-bidi: plaintext;
}

.fresh-related-posts__list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fresh-related-posts__item {
	margin: 0 !important;
	padding: 10px 0 !important;
	border: 0;
	border-top: 1px solid #dedede;
}

.fresh-related-posts__item:first-child {
	padding-top: 2px !important;
	border-top: 0;
}

.fresh-related-posts__item:last-child {
	padding-bottom: 0 !important;
}

@media (max-width: 600px) {
	.fresh-related-posts {
		margin-block: 20px;
		padding: 13px 14px;
	}

	.fresh-related-posts--bottom {
		margin-block: 28px;
	}
}

.fresh-related-posts__credit {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid #dedede;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
	color: #777;
}

.fresh-related-posts__credit a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}
