.rmx-release-reactions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	margin-top: 12px;
}

.rmx-release-reactions__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 0;
	min-height: 42px;
	padding: 9px 8px;
	color: #ffffff;
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	font-family: "Syne", sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.12;
	text-align: center;
	overflow-wrap: anywhere;
	white-space: normal;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.rmx-release-reactions__button:hover,
.rmx-release-reactions__button:focus-visible,
.rmx-release-reactions__button.is-active {
	color: #000000;
	background: #ffffff;
	border-color: #ffffff;
	outline: none;
}

.rmx-release-reactions__button:disabled {
	cursor: not-allowed;
	opacity: 0.72;
}

.rmx-release-reactions__button strong {
	font-size: 0.74em;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.rmx-release-reactions__notice {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--lf-color-muted, #a8a8a8);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

.rmx-release-reactions.is-saving .rmx-release-reactions__button {
	opacity: 0.58;
	pointer-events: none;
}

@media (max-width: 620px) {
	.rmx-release-reactions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rmx-release-reactions__button {
		min-height: 38px;
		padding-inline: 8px;
		font-size: 0.72rem;
	}
}
