.reaction-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	align-items: center;
}
.reaction-buttons button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	height: 2rem;
	line-height: 2rem;
	background: #fafafa;
	color: #666;
	font-family: "Noto Color Emoji", sans-serif;
	?font-weight: 400;
	font-style: normal;
	width: 3rem;
	height: 3rem;
}
.reaction-buttons button:disabled {
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}
.reaction-buttons button:active {
	background: #999;
	color: #f6f6f6;
}
.expand-button {
	min-width: 2rem;
}
.extra-buttons {
	display: none;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}
.reaction-counts {
	margin-top: 1rem;
	font-size: 2rem;
}
.count-item {
	font-family: "Noto Color Emoji", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 10px;
}
.count-item span {
	font-weight: bold;
	line-height: 1.5em;
}
.reaction-icon {
	margin: 0 0.3rem;
	vertical-align: middle;
	max-width: 1.5rem;
	max-height: 1.5rem;
}
.emoji-group {
	letter-spacing: 0.2em;
}