.gallery-voting-count {
    
    background: #cccccc;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
    height: 30px;
	font-weight: bold;
}

.wp-theme-Divi .gallery-voting-wrapper {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wp-theme-Divi .gallery-voting-wrapper a {
	width: max-content;
}

.wp-theme-Divi .gallery-voting-wrapper a.gallery-voting-unvote-button {
	margin: 0 5px;
}

.gallery-voting-vote-button.processing, .gallery-voting-arrow.processing {
    opacity: 0.6;
    cursor: wait;
	pointer-events: none;
    transition: opacity 0.3s ease;
}
/* Forza la visibilità totale del numero di voti anche prima del click */
.gallery-voting-box .gallery-voting-count,
.gallery-voting-count-wrap,
span[id^="gallery-voting-count-"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
