#wpadminbar { /*display: none;*/ }
html.request-sending {
	cursor: progress;
}
.has-base-background-color.has-body-bg {
	background-color: var(--bd-body-bg) !important;
}
.make-deactive,
.wishlist-active,
.bookmark-active,
.bookshelf-active,
.subscribe-active {
	display:none !important;
}
.make-active,
.wishlist-deactive,
.bookmark-deactive,
.bookshelf-deactive,
.subscribe-deactive {
	display: var(--fa-display, inline-block) !important;
}

.remove-collection .make-deactive,
.add-collection .make-active,
.has-comments .make-deactive,
.wishlisted .wishlist-active,
.bookmarked .bookmark-active,
.bookshelved .bookshelf-active,
.subscribed .subscribe-active {
	display: var(--fa-display, inline-block) !important;
}

.add-collection .make-deactive,
.remove-collection .make-active,
.has-comments .make-active,
.wishlisted .wishlist-deactive,
.bookmarked .bookmark-deactive,
.bookshelved .bookshelf-deactive,
.subscribed .subscribe-deactive {
	display: none !important;
}

.add-collection, .remove-collection, .share-this, .comment-this, .has-comments, .no-comments, .report-this {
	cursor: pointer;
}

.profile-mobile-image {
	flex-wrap: wrap;
}
.profile-mobile-image>figure {
	
}
.profile-mobile-image>figure>img {
	border-radius: 50%;
	max-width:25%;
}

.show-on-mobile ul {
	margin-block-start: 0px;
	padding-inline-start:0px
}

.is-content-justification-space-between {
	justify-content: space-between;
    align-items: flex-start;
}

.nsfw-card,
.is-nsfw-card .content-card {
	display:none;
}

.is-nsfw-card .nsfw-card {
	display:flex;
}
.text-dark.comment-reply-icon a.comment-reply-link {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important;
	text-decoration:none;
}
a.acf-icon {
	background: #f3f5f6;
	border-color: #0071a1;
	color: #0071a1;
}
.acf-actions.-hover {
	display: block!important;
}
.card-title {
	text-wrap:auto;
}
.acf-field[data-name="banner_image"] .hide-if-value,
.acf-field[data-name="profile_image"] .hide-if-value { 
	display: none; 
}

@media (max-width: 780px) {
	.collapse-on-mobile {
		min-height:auto !important;
	}
}