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

div.vote-item-links{
	float:right;}
.vote-item-title{
	font-weight:bold;}
div.vote-item-date{
	font-style: italic;}
div.vote-item-header{
	margin-bottom: 0.5em;}
div.vote-item-footer{
	margin-top: 0.5em;}
div.vote-item-image{
	float:left;
	padding-right:0.55em;}
div.vote-item-lamp{
	display:none;}
.vote-item-lamp-green span {
	color:green;}
.vote-item-lamp-red span {
	color:red;}
div.vote-clear-float { 
	clear: both;}
form.vote-form {
	margin:0; }
.starrequired {
    color:red; }
.vote-reply-field-captcha-label {
    margin-bottom:6px;}
.vote-vote-footer {
    margin-top:6px;}
.vote-reply-field-captcha-image {
    margin-bottom:6px;}
.vote-form-captcha {
    margin-left:0.55em;}

.voting-form-box {
	background-color: #e5ecf9;
	border: none;
	font-family: 'Noto Sans';
	padding: 40px;
}
	
.vote-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

.vote-question-list > .vote-item-vote {
	width: 100%;
}

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

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

.vote-item-type.vote-item-question {
	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-answers-list > .vote-item-vote {
	background-color: #3232321a;
	backdrop-filter: blur(5px);
	border-radius: 8px;
	margin-bottom: 8px;
}

.vote-answers-list > .vote-item-vote:hover {
	background-color: rgba(0, 63, 195, 0.2);
}

.vote-answer-item.vote-answer-item-radio {
	line-height: 20px;
	padding: 11px;
	width: 100%;
	cursor: pointer;
}

.vote-answer-item-radio-action {
	margin: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
}
	
.vote-answer-item-radio-value {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff
}

.vote-answer-item-checkbox-action {
	margin: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
}
	
.vote-answer-item-checkbox-value {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff
}

.vote-form-box-buttons.vote-vote-footer {
	display: flex;
	align-items: center
}

.vote-form-box-button-input {
	background-color: #fff;
	border-radius: 4px;
	border: none;
	font-weight: 800;
	font-size: 12px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #23262a;
	padding: 9px 16px;
}

.survey .survey__checkbox_wrapper{
	display: none;
}

.survey__card.vote-item-vote:has(input:checked){
	background: #003fc333;
}

.survey__badgeArrow{
	display: none;
}

.survey__card.vote-item-vote:has(input:checked) .survey__badgeArrow{
	display: block;
}