.bbvote-post-action {
	padding-left: 4px;
}

.bbvote-widget {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	vertical-align: middle;
}

.bbvote-widget .button {
	min-width: 28px;
}

.bbvote-points {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	padding: 0 8px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	background: #fff;
	font-weight: 700;
	line-height: 1;
}

.bbvote-active-up,
.bbvote-active-up:hover {
	color: #1d7a1d;
}

.bbvote-active-down,
.bbvote-active-down:hover {
	color: #b23b3b;
}

.bbvote-best-answer .post {
	border-left: 4px solid #4ea56b;
	background: #f7fcf8;
}

.bbvote-best-answer-cloned .post {
	background: #f5fbff;
}

.bbvote-best-answer-badge {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 10px;
	background: #e7f6eb;
	color: #2f6b41;
	font-size: .85em;
	font-weight: 600;
}

.bbvote-bounty-notice {
	margin: 10px 0;
	padding: 10px 12px;
	border: 1px solid #d7e7f2;
	border-radius: 4px;
	background: #eef7fd;
	color: #35566b;
}

.bbvote-topic-bounty {
	display: inline-block;
	margin-right: 6px;
	padding: 1px 6px;
	border-radius: 3px;
	background: #e8f0fb;
	color: #31567a;
	font-size: .85em;
	font-weight: 600;
}

.bbvote-bounty-unit {
	display: inline-block;
	margin-left: 6px;
	color: #666;
}

.bbvote-low-opacity {
	opacity: .45;
}

.bbvote-member-panel .inner {
	padding-top: 12px;
	padding-bottom: 12px;
}

.bbvote-member-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.bbvote-member-chart-wrap {
	flex: 2 1 420px;
	min-height: 260px;
}

.bbvote-member-summary {
	flex: 1 1 220px;
}

.bbvote-member-summary p {
	margin: 0 0 10px;
}

.bbvote-top-posts {
	margin: 8px 0 0 18px;
}

@media (max-width: 700px) {
	.bbvote-member-chart-wrap {
		min-height: 220px;
	}
	.bbvote-widget .button {
		min-width: 24px;
	}
	.bbvote-points {
		min-width: 30px;
		height: 24px;
	}
}


.bbvote-inline-meta {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 8px;
	vertical-align: middle;
}

.bbvote-inline-btn.button {
	min-width: 22px;
	height: 22px;
	line-height: 20px;
	padding: 0 4px;
	border-radius: 2px;
}

.bbvote-inline-btn .icon {
	font-size: 10px;
}

.bbvote-inline-points {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 22px;
	padding: 0 6px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	background: #fff;
	font-size: .85em;
	font-weight: 700;
	line-height: 1;
}

.postbody .author .bbvote-best-answer-badge {
	margin-left: 8px;
	vertical-align: middle;
}

.postbody .author .bbvote-inline-meta + .bbvote-best-answer-badge,
.postbody .author .bbvote-best-answer-badge + .bbvote-inline-meta {
	margin-left: 8px;
}

@media (max-width: 700px) {
	.bbvote-inline-meta {
		margin-left: 6px;
		gap: 3px;
	}

	.bbvote-inline-btn.button {
		min-width: 20px;
		height: 20px;
		line-height: 18px;
		padding: 0 3px;
	}

	.bbvote-inline-points {
		min-width: 22px;
		height: 20px;
		padding: 0 4px;
	}
}


.postbody .author .bbvote-inline-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 4px;
}

.postbody .author .bbvote-inline-row .bbvote-best-answer-badge {
	margin-left: 0;
}

.postbody .author .bbvote-inline-row .bbvote-inline-meta {
	margin-left: 0;
}

@media (max-width: 700px) {
	.postbody .author .bbvote-inline-row {
		gap: 4px;
		margin-top: 3px;
	}
}


li.bbvote-post-actions-below {
	float: none;
	clear: both;
	display: block;
	width: 100%;
	margin: -6px 0 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}

.bbvote-post-actions-below__inner {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 0;
}

.post-buttons li.bbvote-post-actions-below .bbvote-post-actions-below__inner {
	position: relative;
	top: -1px;
}

.bbvote-post-actions-below .bbvote-best-answer-badge,
.bbvote-post-actions-below .bbvote-inline-meta {
	margin-left: 0;
}

@media (max-width: 700px) {
	li.bbvote-post-actions-below {
		margin-top: -2px;
	}

	.post-buttons li.bbvote-post-actions-below .bbvote-post-actions-below__inner {
		top: 0;
	}

	.bbvote-post-actions-below__inner {
		gap: 3px;
	}
}
