/**
 * Публичный UI голосования за маппинги.
 */

.nur-vote-block {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.install-card .nur-vote-block {
	margin-top: 0.75rem;
}

.nur-vote-block__percent {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	opacity: 0.95;
}

.nur-vote-block__button {
	display: inline-block;
	padding: 0.45rem 1rem;
	font-size: 0.85rem;
	line-height: 1.2;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid currentColor;
	background: transparent;
	color: inherit;
}

.nur-vote-block__button:disabled,
.nur-vote-block.is-disabled .nur-vote-block__button {
	opacity: 0.55;
	cursor: not-allowed;
}

.nur-vote-block__message {
	margin: 0.5rem 0 0;
	font-size: 0.8rem;
	color: inherit;
}

.nur-vote-block__message[hidden] {
	display: none !important;
}
