.homepage-forum-list .bbp-forums {
	border: none;
	margin-bottom: 0;
	font-size: 1rem;
}

.homepage-forum-list .bbp-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.homepage-forum-list.columns-1 .bbp-body,
.homepage-forum-list.columns-2 .bbp-body,
.homepage-forum-list.columns-3 .bbp-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.homepage-forum-list .wbc-ui-block {
	margin-bottom: 0;
	width: 100%;
}

.homepage-forum-list .bbpress-forum-item {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	padding: 23px;
	min-height: 80px;
}

.homepage-forum-list .bbpress-forum-intro {
	flex: 1;
	flex-direction: row;
	align-items: center;
	min-width: 0;
}

.homepage-forum-list .bbp-forum-topic-img-link {
	flex-shrink: 0;
}

.homepage-forum-list .bbp-forum-topic-img-link img {
	width: 112px;
	min-width: 112px;
	height: 72px;
	margin-right: 20px;
	margin-bottom: 0;
	object-fit: cover;
}

.homepage-forum-list .bbpress-forum-text {
	flex: 1;
	min-width: 0;
}

.homepage-forum-list .bbp-forum-title {
	display: block;
	margin: 0 0 4px;
}

.homepage-forum-list .bbp-forum-content {
	color: #6a7884;
	font-size: 14px;
	line-height: 1.43;
}

.homepage-forum-list .bbpress-stats,
.homepage-forum-list .bbpress-freshness,
.homepage-forum-list .wbc-engagements-toggle,
.homepage-forum-list .wbc-bbpress-child-forums {
	display: none !important;
}

@media (max-width: 767px) {
	.homepage-forum-list .bbpress-forum-item {
		flex-wrap: wrap;
		padding: 16px;
	}

	.homepage-forum-list .bbpress-forum-intro {
		flex-direction: row;
		align-items: flex-start;
		width: 100%;
	}

	.homepage-forum-list .bbp-forum-topic-img-link img {
		width: 80px;
		min-width: 80px;
		height: 56px;
		margin-right: 14px;
	}
}
