.voting-result-box ol.vote-items-list,.voting-result-box  ol.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
.voting-result-box ol.vote-items-list li {
	padding: 0.55em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;}

.voting-result-box .vote-item-title{
	font-weight:bold;}
.voting-result-box div.vote-item-image{
	float:left;
	padding-right:0.55em;}
.voting-result-box .vote-bar-table {
	width:98%; }
.voting-result-box .vote-answer-table,.voting-result-box  .vote-answer-table td, .vote-bar-table, .vote-bar-table td {
	font-size:100%; }
.vote-answer-table .answer-counter {
    text-align:right; }
.vote-answer-bar {
    height: 16px;
    float: left;
    margin-top:3px; }
.vote-answer-counter {
    display:block;
    float:left;
    line-height:23px;
    width:19%;
}
.vote-answer-lolight {
    color:#999; }
.voting-result-box form {
	margin:0;}
.voting-result-box .vote-bar-square {
	width:10px;
	height:10px;}


.voting-result-box > .vote-item-vote {
	border: none;
	font-family: 'Noto Sans';
}

.vote-item-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 24px;
	justify-content: flex-start;
}

.vote-item-question-wrapper {
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 21px
}

.vote-item-type {
	background-color: #003fc4;
	border-radius: 4px;
	font-weight: 800;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 6px
}

.vote-item-count.vote-item-question {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #323232
}

.vote-item-title.vote-item-question {
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #323232;
	margin-bottom: 8px
}


.vote-item-description.vote-item-question {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #323232;
}


.vote-items-list.vote-answers-list.vote-answer-table {
	width: 100%;
	margin-bottom: 16px;
}


.vote-items-list.vote-answers-list.vote-answer-table > .vote-item-vote {
	background: #3232321a;
	backdrop-filter: blur(5px);
	border-radius: 8px;
	margin-bottom: 8px;
	padding: 0;
	border: 0
}


.vote-answer-item.vote-answer-item-radio {
	line-height: 20px;
	padding: 11px;
	width: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}


.vote-answer-bar {
	width:74%;
	margin-top: 0;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 8px 0 0 8px;
	background: rgba(0, 63, 195, 0.20);
}


.vote-answer-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}


.vote-answer-value {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #323232
}


.vote-answer-counter {
	width: auto;
}

.vote-item-action {
	display: flex;
	justify-content: center;
}

.vote-item-action-revote {
	font-weight: 800;
	font-size: 13px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #323232;
	padding: 9px 16px;
	border: 1px solid #3232321f;
	border-radius: 4px;
	background-color: transparent;
}
