.pde-recent-forum-topics#bbpress-forums {
	margin-bottom: 0;
}

.pde-recent-forum-topics .pde-recent-forum-topics__title {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.pde-recent-forum-topics .bbp-header,
.pde-recent-forum-topics .bbp-footer {
	box-sizing: border-box;
	overflow: hidden;
	overflow: hidden;
	padding: 0 8px;
}

.pde-recent-forum-topics .bbp-header {
	height: 30px;
}

.pde-recent-forum-topics .bbp-footer {
	height: 20px;
}

.pde-recent-forum-topics .bbp-header .forum-titles {
	align-items: flex-start;
	display: flex;
	height: 30px;
	padding-top: 3px;
}

.pde-recent-forum-topics .bbp-header li.bbp-topic-title,
.pde-recent-forum-topics .bbp-header li.bbp-topic-freshness {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	float: none;
	height: 30px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.pde-recent-forum-topics .bbp-header li.bbp-topic-title {
	justify-content: flex-start;
}

.pde-recent-forum-topics .bbp-header li.bbp-topic-freshness {
	justify-content: center;
}

.pde-recent-forum-topics .bbp-footer .tr,
.pde-recent-forum-topics .bbp-footer .td {
	line-height: 20px;
	margin: 0;
}

.pde-recent-forum-topics .bbp-header .bbp-topic-title,
.pde-recent-forum-topics .bbp-body .bbp-topic-title {
	width: 78%;
}

.pde-recent-forum-topics .bbp-header .bbp-topic-freshness,
.pde-recent-forum-topics .bbp-body .bbp-topic-freshness {
	width: 22%;
}

.pde-recent-forum-topics .pde-recent-forum-topics__list {
	margin-bottom: 0;
}

.pde-recent-forum-topics .bbp-body ul.topic {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	height: 50px;
	overflow: hidden;
	padding: 0 8px;
	position: relative;
}

.pde-recent-forum-topics .bbp-body ul.topic:hover,
.pde-recent-forum-topics .bbp-body ul.topic:focus-within {
	background-color: #f5f7f9;
}

.pde-recent-forum-topics .bbp-body ul.topic > li {
	box-sizing: border-box;
	float: none;
	height: 50px;
	margin: 0;
}

.pde-recent-forum-topics .bbp-body li.bbp-topic-title {
	align-items: flex-start;
	display: flex;
	overflow: hidden;
	padding-top: 2px;
	padding-right: 8px;
}

.pde-recent-forum-topics .pde-recent-forum-topics__row-link {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.pde-recent-forum-topics .pde-recent-forum-topics__row-link:focus-visible {
	outline: 2px solid #289dcc;
	outline-offset: -2px;
}

.pde-recent-forum-topics .pde-recent-forum-topics__topic-main,
.pde-recent-forum-topics .bbp-topic-freshness > * {
	pointer-events: none;
	position: relative;
	z-index: 4;
}

.pde-recent-forum-topics .pde-recent-forum-topics__topic-main {
	align-items: flex-start;
	display: flex;
	height: 50px;
	width: 100%;
}

.pde-recent-forum-topics .pde-recent-forum-topics__avatar {
	display: inline-flex;
	flex: 0 0 28px;
}

.pde-recent-forum-topics .pde-recent-forum-topics__avatar img.avatar {
	border: none;
	display: block;
	height: 28px;
	margin: 0;
	max-height: none;
	max-width: none;
	width: 28px;
}

.pde-recent-forum-topics .pde-recent-forum-topics__summary {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 2px;
	justify-content: flex-start;
	height: 50px;
	min-width: 0;
	padding-top: 0;
	width: 100%;
}

.pde-recent-forum-topics .pde-recent-forum-topics__topic-heading {
	color: #289dcc;
	font-size: 13px;
	line-height: 1;
	margin: 0;
	max-width: none;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pde-recent-forum-topics .pde-recent-forum-topics__author {
	display: none;
}

.pde-recent-forum-topics .pde-recent-forum-topics__excerpt {
	color: #4b5563;
	font-size: 11px;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pde-recent-forum-topics .bbp-topic-freshness {
	align-items: flex-start;
	display: flex;
	height: 50px;
	justify-content: flex-end;
	padding: 4px 0 0;
}

.pde-recent-forum-topics .pde-recent-forum-topics__date-meta {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	width: 100%;
}

.pde-recent-forum-topics .pde-recent-forum-topics__date-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	justify-content: flex-start;
	height: 50px;
	min-width: 0;
	padding-top: 1px;
	text-align: right;
}

.pde-recent-forum-topics .bbp-topic-freshness .bbp-topic-meta {
	font-size: 11px;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pde-recent-forum-topics .pde-recent-forum-topics__date-author {
	color: #6b7280;
	font-size: 10px;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pde-recent-forum-topics .bbp-topic-post-date {
	white-space: nowrap;
}

@media (max-width: 640px) {
	.pde-recent-forum-topics .bbp-header .bbp-topic-title,
	.pde-recent-forum-topics .bbp-body .bbp-topic-title {
		width: 100%;
	}

	.pde-recent-forum-topics .bbp-header .bbp-topic-freshness,
	.pde-recent-forum-topics .bbp-body .bbp-topic-freshness {
		width: 100%;
	}

	.pde-recent-forum-topics .bbp-body ul.topic {
		display: block;
		height: auto;
		min-height: 50px;
		padding: 4px 8px;
	}

	.pde-recent-forum-topics .bbp-body li.bbp-topic-title,
	.pde-recent-forum-topics .bbp-body li.bbp-topic-freshness {
		height: auto;
		min-height: 0;
		padding: 0;
	}

	.pde-recent-forum-topics .bbp-body li.bbp-topic-freshness {
		align-items: flex-start;
		display: block;
		justify-content: flex-start;
		margin-top: 4px;
	}

	.pde-recent-forum-topics .pde-recent-forum-topics__date-meta {
		justify-content: flex-start;
	}

	.pde-recent-forum-topics .pde-recent-forum-topics__date-text {
		height: auto;
		text-align: left;
	}

	.pde-recent-forum-topics .pde-recent-forum-topics__summary {
		display: block;
		height: auto;
	}

	.pde-recent-forum-topics .pde-recent-forum-topics__topic-heading {
		display: block;
		font-size: 13px;
		margin-bottom: 3px;
		max-width: none;
	}

	.pde-recent-forum-topics .pde-recent-forum-topics__excerpt {
		display: block;
	}
}
