/* Shared UX Block below comments, aligned with the comments width. */
.ltp-related-shell .ltp-related-posts {
	width: 100%;
	max-width: none;
	margin: 20px auto 36px;
	padding: 28px 28px 4px;
	border: 1px solid #d8e2e9;
	border-top: 4px solid #0b6ea8;
	border-radius: 6px;
	background: #f7f9fb;
	box-shadow: 0 8px 24px rgba(24, 54, 75, .07);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #292d32;
}
.ltp-related-posts .ltp-related-heading { margin: 0 0 24px; padding: 0; }
.ltp-related-posts .section-title { font-size: 25px; line-height: 1.35; color: #0b5d87; }
.ltp-related-posts .section-title-main { border-bottom: 0; padding: 0; text-transform: none; font-weight: 700; }
.ltp-related-posts .section-title b { display: block; height: 1px; background-color: #c8d6df; opacity: 1; }
.ltp-related-posts .section-title b:first-child {
	flex: 0 0 5px;
	max-width: 5px;
	height: 28px;
	margin-right: 12px;
	border-radius: 5px;
	background-color: #0b6ea8;
}
.ltp-related-posts .section-title b:last-child { margin-left: 16px; }
.ltp-related-grid { margin-bottom: 0; }
.ltp-related-grid .post-item { display: flex; padding-bottom: 24px; }
.ltp-related-grid .col-inner,
.ltp-related-grid .box { width: 100%; height: 100%; }
.ltp-related-grid .box {
	overflow: hidden;
	border: 1px solid #dce5eb;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(24, 54, 75, .06);
}
.ltp-related-grid .box-text { padding: 14px 16px 17px; }
.ltp-related-grid .post-title { font-family: inherit; font-size: 15px; line-height: 1.5; font-weight: 700; color: #202a35; }
.ltp-related-grid .post-title a:hover { color: #0b6ea8; }
.ltp-related-grid .box-image { background: #f3f6f8; }
.ltp-related-grid .box-image img { object-fit: cover; }
.ltp-related-grid .is-divider { display: none; }
.ltp-related-grid a:focus-visible { outline: 2px solid #165c83; outline-offset: 4px; }
@media (max-width: 549px) {
	.ltp-related-shell .ltp-related-posts { margin-top: 16px; padding: 22px 16px 0; border-radius: 4px; }
	.ltp-related-posts .section-title { font-size: 22px; }
	.ltp-related-posts .section-title b:first-child { height: 24px; }
}