.voto-share-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0;
}

.voto-share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid currentColor;
	border-radius: 12px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.voto-qr-panel {
	width: 100%;
	max-width: 300px;
	padding: 18px;
	border: 1px solid rgba(100, 116, 139, .35);
	border-radius: 16px;
	background: #fff;
	color: #172033;
	text-align: center;
}

.voto-qr-panel[hidden] {
	display: none;
}

.voto-qr-panel img {
	display: block;
	width: 220px;
	max-width: 100%;
	height: auto;
	margin: 0 auto 12px;
}

.voto-qr-panel p {
	margin: 0 0 12px;
}

