.home .neatus-top-stories {
	background: #fff;
}

.home .neatus-top-stories .stories-wrap {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.home .neatus-top-stories .story,
.home .neatus-top-stories .preview {
	min-width: 0;
	width: 100%;
}

.home .neatus-top-stories .story-title a {
	color: inherit;
	text-decoration: none;
}

.home .neatus-top-stories .story-title a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.home.blog #theme-content .row {
	align-items: stretch;
}

.home.blog #theme-content .secondary-sidebar {
	align-self: stretch;
	background: #fff;
	box-sizing: border-box;
	margin-left: 16px !important;
	padding: 24px !important;
}

.home.blog #theme-content .secondary-sidebar #secondary {
	height: 100%;
	margin: 0;
}

.home.blog #theme-content .secondary-sidebar .widget {
	margin: 0;
}

.home.blog #theme-content .secondary-sidebar .widget-title {
	border-bottom: 2px solid #0e477e;
	color: #111;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .04em;
	margin: 0 0 18px;
	padding: 0 0 12px;
	text-transform: uppercase;
}

.neatus-recent-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.neatus-recent-item {
	align-items: center;
	border-bottom: 1px solid #e4e8ed;
	display: grid;
	gap: 12px;
	grid-template-columns: 82px minmax(0, 1fr);
	padding: 13px 0;
}

.neatus-recent-item:first-child {
	padding-top: 0;
}

.neatus-recent-item:last-child {
	border-bottom: 0;
}

.neatus-recent-thumb {
	background: #edf1f5;
	display: block;
	height: 62px;
	overflow: hidden;
}

.neatus-recent-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.neatus-recent-copy {
	min-width: 0;
}

.neatus-recent-title {
	color: #111;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.35;
	overflow: hidden;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.neatus-recent-title:hover {
	color: #0e477e;
}

.neatus-recent-copy time {
	color: #6f7781;
	display: block;
	font-size: 11px;
	margin-top: 5px;
}

@media (max-width: 1100px) {
	.home .neatus-top-stories .stories-wrap {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.home .neatus-top-stories .stories-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home.blog #theme-content .secondary-sidebar {
		margin-left: 0 !important;
		margin-top: 16px;
		max-width: 100% !important;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.home .neatus-top-stories .stories-wrap {
		grid-template-columns: 1fr;
	}
}
