body.bp-blog-page div.content div.cac-container {
	padding-bottom: 0;
}

.content .directory-header {
	display: flex;
	margin-top: 2em;
}

.directory-header input {
	margin-bottom: 0;
}

h2.paper-directory-title {
	flex-grow: 1;
	margin: 0 0 1em;
}

.sp-notice {
	font-size: 1.4em;
	margin: -1em 0 2em
}

.item-type-block-subsection .item-list {
	margin: 0;
}

#buddypress ul.item-list {
	padding: 3em 0 0 0;
}

.item-type-block-subsection .featured {
	margin-bottom: 2em;
}

.featured-paper {
	display: grid;
	gap: 20px;
	grid-template-columns: 60px 1fr;
}

.featured-paper .cfcw-title {
	margin: 0 0 .25em;
}

p.cfcw-description {
	margin-top: 0;
}

.paper-card {
	grid-template-columns: 150px 1fr 115px;
}

body.papers.bp-user .entry-content > p {
	position: relative;
	top: .5em;
}

body.papers #buddypress #item-body ul.item-list li img.avatar,
ul.item-list .item-desc p:last-child {
	margin-bottom: 0;
}

body.papers #buddypress #item-body ul.item-list li div.item-desc {
	width: auto;
}

#item-body .item-card .generic-button {
	height: auto;
	width: auto;
}

#item-body .item-card .generic-button a {
	margin-bottom: 1em;
	padding: 8px 26px;
	position: relative;
}

@media screen and (max-width: 800px) {
	.paper-card {
		grid-template-columns: 1fr;
		row-gap: 1em;
		text-align: center;
	}

	.paper-card .item-details > div {
		text-align: center;
	}
}