/* Lightweight comment reactions for BehindTheBlack26. */
.btb26-comment-actions {
	clear: both;
	display: flex;
	align-items: center;
	gap: 0.6em;
	flex-wrap: wrap;
	margin-top: 0.9em;
	font-size: 0.92em;
	line-height: 1.25;
}
.btb26-comment-reaction-button {
	appearance: none;
	border: 0;
	background: transparent;
	color: #333;
	padding: 0.1em 0.25em;
	margin: 0;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	border-radius: 3px;
	display: inline-flex;
	align-items: center;
	gap: 0.2em;
}
.btb26-comment-reaction-button:hover,
.btb26-comment-reaction-button:focus {
	background: rgba(0,0,0,0.08);
	color: #000;
}
.btb26-comment-reaction-button[aria-pressed="true"] {
	background: rgba(0,68,136,0.12);
	color: #004488;
}
.btb26-comment-reaction-button:disabled {
	opacity: 0.65;
	cursor: wait;
}
.btb26-comment-action-status {
	color: #8a2300;
	font-weight: bold;
}
