body {
	background: #f4f4f4;
}

.container {
	max-width: 1240px;
}

.home-widget.home-lastpost .section-title,
.archive .section-title {
	margin-bottom: 20px !important;
	padding: 36px 20px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #f1f1f1;
}

.home-widget.home-lastpost .section-title h3,
.archive .section-title h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 12px;
}

.home-widget.home-lastpost .section-title p,
.archive .section-title p {
	font-size: 16px;
	color: #888;
}

.archive-hero {
	margin-bottom: 20px;
	border-radius: 6px;
	background: #fff !important;
	border: 1px solid #f1f1f1;
}

.archive-hero .archive-hero-bg,
.home-search-bg .search-bg,
.home-search-bg .search-bg-overlay {
	display: none !important;
}

.archive-hero .archive-title {
	font-size: 30px;
	font-weight: 700;
	color: #222;
}

.archive-hero .archive-desc,
.archive-hero .archive-title span,
.home-search-bg .search-desc {
	color: #888 !important;
}

.home-search-bg {
	border-radius: 6px;
	background: #fff !important;
	border: 1px solid #f1f1f1;
}

.home-search-bg .search-warp {
	padding: 36px 20px !important;
}

.home-search-bg .search-title {
	font-size: 30px;
	color: #222 !important;
}

.posts-warp {
	row-gap: 20px !important;
}

.posts-warp > [class*="col-"] {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

.post-item.post-list {
	display: flex;
	gap: 22px;
	padding: 22px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: none;
}

.post-item.post-list .entry-media {
	flex: 0 0 175px;
	max-width: 175px;
	margin: 0;
}

.post-item.post-list .media-img {
	display: block;
	border-radius: 6px;
	background-color: #f7f7f7;
}

.post-item.post-list .entry-wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
}

.post-item.post-list .entry-body {
	flex: 1;
}

.post-item.post-list .entry-title {
	margin: 0 0 12px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
}

.post-item.post-list .entry-title a {
	color: #333;
}

.post-item.post-list .entry-title a:hover {
	color: #007bff;
}

.post-item.post-list .entry-desc {
	display: block !important;
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.8;
	color: #777;
	max-height: 76px;
	overflow: hidden;
}

.post-item.post-list .entry-footer {
	margin-top: auto;
}

.post-item.post-list .entry-meta {
	display: flex !important;
	align-items: center;
	gap: 16px;
	font-size: 13px;
	color: #999;
}

.post-item.post-list .post-info-container {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.post-item.post-list .post-info-item,
.post-item.post-list .meta-views {
	display: inline-flex;
	align-items: center;
	color: #999;
}

.post-item.post-list .iconfont {
	margin-right: 4px;
}

.vip-post-tag {
	position: static !important;
	display: inline-block !important;
	padding: 1px 8px !important;
	margin-right: 8px !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
}

.sidebar .widget {
	margin-bottom: 20px;
	padding: 0;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: none;
	overflow: hidden;
}

.sidebar .widget-title {
	margin: 0;
	padding: 16px 20px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.sidebar .widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 18px;
	margin-top: -9px;
	border-radius: 99px;
	background: #007bff;
}

.sidebar .widget > *:not(.widget-title) {
	padding: 18px 20px;
}

.sidebar .widget .widget-wrap,
.sidebar .widget .posts-warp {
	padding: 0 !important;
}

.sidebar .posts-warp,
.sidebar .row {
	display: block;
	margin: 0;
}

.sidebar .posts-warp > [class*="col-"],
.sidebar .row > [class*="col-"] {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.sidebar .post-item.post-list,
.sidebar .post-item.post-grid,
.sidebar .post-item.post-grid.grid-overlay {
	display: flex;
	gap: 14px;
	padding: 14px 0 !important;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #f2f2f2;
	background: transparent;
	box-shadow: none;
}

.sidebar .post-item:last-child {
	border-bottom: 0;
}

.sidebar .post-item .entry-media {
	flex: 0 0 86px;
	max-width: 86px;
	margin: 0;
}

.sidebar .post-item .entry-wrapper {
	flex: 1;
	min-width: 0;
	padding: 0;
}

.sidebar .post-item .entry-title {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sidebar .post-item .entry-desc {
	display: none !important;
}

.sidebar .post-item .entry-meta,
.sidebar .post-item .post-info-container {
	display: block !important;
	font-size: 12px;
	color: #999;
}

.sidebar .post-item .post-info-item {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 4px;
}

.sidebar .post-item .meta-views,
.sidebar .post-item .meta-likes,
.sidebar .post-item .meta-fav {
	display: none !important;
}

.single .content-wrapper .card,
.archive .content-wrapper,
.home-lastpost .mb-3 {
	padding: 0 !important;
	border-radius: 6px;
	background: transparent;
	box-shadow: none;
}

.single .content-wrapper .card {
	padding: 28px 30px !important;
	background: #fff;
	border: 1px solid #f1f1f1;
}

.single .article-header .post-title {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 18px;
}

.single .article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-size: 13px;
	color: #999;
}

.single .article-meta span,
.single .article-meta a {
	color: #999;
}

.single .article-meta .software-meta-item,
.single .article-meta .meta-views,
.single .article-meta .meta-likes,
.single .article-meta .meta-fav,
.single .article-meta .meta-category,
.single .article-meta .meta-data {
	display: inline-flex;
	align-items: center;
}

.single .article-meta .meta-likes,
.single .article-meta .meta-fav {
	display: none !important;
}

.post-content {
	font-size: 16px;
	line-height: 1.9;
	color: #444;
}

.post-content p {
	margin-bottom: 20px;
}

.post-content h2 {
	margin: 28px 0 18px;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px solid #efefef;
}

.post-content h3 {
	position: relative;
	margin: 28px 0 16px;
	padding-left: 16px;
	font-size: 18px;
	font-weight: 700;
}

.post-content h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: calc(100% - 8px);
	border-radius: 99px;
	background: #007bff;
}

.post-content blockquote {
	padding: 16px 20px;
	border-left: 4px solid #007bff;
	background: #f8f8f8;
	color: #666;
}

.entry-tags a {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 8px 8px 0;
	border-radius: 4px;
	background: #f3f3f3;
	font-size: 13px;
}

.related-posts {
	margin-top: 24px;
	padding: 24px 30px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #f1f1f1;
}

.related-posts .related-title {
	position: relative;
	padding-left: 16px;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 700;
}

.related-posts .related-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 18px;
	margin-top: -9px;
	border-radius: 99px;
	background: #007bff;
}

.related-posts .row > [class*="col-"] {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

.related-posts .post-item.post-grid,
.related-posts .post-item.post-grid.grid-overlay,
.related-posts .post-item.post-list {
	display: flex;
	gap: 14px;
	padding: 16px 0;
	border: 0;
	border-bottom: 1px solid #f2f2f2;
	background: transparent;
	box-shadow: none;
}

.related-posts .post-item:last-child {
	border-bottom: 0;
}

.related-posts .entry-media {
	flex: 0 0 86px;
	max-width: 86px;
}

.related-posts .entry-wrapper {
	flex: 1;
	min-width: 0;
	padding: 0;
}

.related-posts .entry-title {
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.related-posts .entry-desc {
	display: none !important;
}

.related-posts .entry-meta,
.related-posts .post-info-container {
	display: block !important;
	font-size: 12px;
	color: #999;
}

.related-posts .post-info-item {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
}

@media (max-width: 991px) {
	.post-item.post-list {
		display: block;
		padding: 18px;
	}

	.post-item.post-list .entry-media {
		max-width: none;
		width: 100%;
		margin-bottom: 14px;
	}

	.post-item.post-list .entry-meta {
		display: flex !important;
		flex-wrap: wrap;
	}

	.single .content-wrapper .card,
	.related-posts {
		padding: 20px 18px !important;
	}

	.home-widget.home-lastpost .section-title h3,
	.archive .section-title h3 {
		font-size: 24px;
	}
}
