.bdt-post-list .bdt-list-icon {
	display: inline-flex;
	flex: none;
}

.bdt-post-list .bdt-list-icon i, .bdt-post-list .bdt-list-icon svg {
	width: 1.2em;
	height: 1.2em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.bdt-post-list .bdt-excerpt {
	margin-bottom: 10px;
}

.bdt-post-list .bdt-read-more {
	margin-right: 10px;
	font-weight: bolder;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
}

.bdt-post-list .bdt-meta {
	margin-bottom: 0;
	margin-top: 0;
	color: #999;
	display: inline-flex;
}

.bdt-post-list .bdt-meta * {
	font-size: 13px;
	font-weight: 400;
}

.bdt-has-divider--yes .bdt-item-wrap {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: -15px;
}

.bdt-has-divider--yes .bdt-item-wrap:last-child {
	border-bottom: 0;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.bdt-post-list-header {
	padding: 15px 0;
	border-bottom: 2px solid #1e87f0;
	margin-bottom: 30px;
	gap: 20px;
}

.bdt-post-list-header .bdt-title {
	color: #2b2d42;
	font-size: clamp(18px, 1.5vw, 24px);
	transition: all .3s ease;
	margin: 0;
	font-weight: 600;
}

.bdt-post-list-header .bdt-filter-wrap {
	gap: 15px;
}

.bdt-post-list-header .bdt-filter-list {
	display: flex;
}

.bdt-post-list-header .bdt-filter-list .bdt-option {
	text-decoration: none;
	text-transform: capitalize;
	font-size: clamp(13px, 1.2vw, 14px);
	color: #2b2d42;
	font-weight: 600;
	transition: all .3s ease;
	display: inline-block;
}

.bdt-post-list-header .bdt-filter-list .bdt-option:hover {
	color: #1e87f0;
}

.bdt-post-list-header .bdt-filter-list.bdt-active .bdt-option {
	color: #1e87f0;
}