.dlc-widget {
	font-size: 14px;
	line-height: 1.5;
}

.dlc-countdown {
	text-align: right;
	margin: 0 0 12px;
	font-size: 12px;
	color: #777;
}

.dlc-countdown-value {
	font-size: 14px;
	color: #333;
}

.dlc-list {
	position: relative;
}

.dlc-item {
	display: flex;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.dlc-item:last-child {
	border-bottom: none;
}

.dlc-avatar {
	flex: 0 0 32px;
	margin: 0;
}

.dlc-avatar img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: block;
	object-fit: cover;
}

.dlc-content {
	flex: 1;
	min-width: 0;
}

.dlc-author {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
}

.dlc-date {
	margin: 2px 0 4px;
	font-size: 11px;
	color: #999;
}

.dlc-thread-title {
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.dlc-thread-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.dlc-thread-title a:hover {
	text-decoration: underline;
}

.dlc-excerpt p {
	margin: 0;
	font-size: 13px;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.dlc-error,
.dlc-empty {
	font-size: 13px;
	color: #999;
	font-style: italic;
}

.dlc-widget.is-refreshing .dlc-list {
	opacity: 0.5;
	transition: opacity 0.2s ease;
}


.disqus-last-comments {
	height: 600px;
	overflow-y: auto
}

.disqus-last-comments .loading {
	width: 100%;
	top: 20px
}

.disqus-last-comments .img-thumbnail {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	padding: 0 !important
}

.disqus-last-comments .content {
	padding: 0 15px 0 45px
}

.disqus-last-comments.loading .single-post {
	opacity: .2
}

.disqus-last-comments .post-title {
	margin: 5px 0
}

.disqus-last-comments p {
	font-size: 14px;
	margin: 0
}

.disqus-more-commented .post-title {
	margin: 0 0 5px 0
}

.disqus-more-commented .single-post:last-child {
	border: none;
	padding-bottom: 0
}

.disqus-more-commented .single-post,.disqus-last-comments .single-post {
	padding: 8px 0;
	border-bottom: 1px solid #dee2e6;
	transition: .2s all
}

.post-tags-title,.post-tags-title a,.tabs-title,.tabs-title a,.disqus-more-commented .post-title,.disqus-more-commented .post-title a,.disqus-last-comments .post-title,.disqus-last-comments .post-title a {
	font-size: 17px;
	line-height: 18px
}

.user-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0
}

.disqus-countdown {
	text-transform: lowercase;
	font-size: 13px;
	padding-bottom: 10px;
	color: #656565;
	border-bottom: 1px solid #dee2e6;
	margin: 0
}

.disqus-countdown strong {
	color: #000
}

.disqus-last-comments p a,.user-title,.user-title a {
	color: #c03368
}

.float-left { float: left; }