.vote-contact-survey .vote-note-box {
    margin-bottom: 20px;
}

.vote-contact-survey .vote-note-error .vote-note-box-text {
    color: #c0392b;
    font-size: 15px;
    line-height: 1.5;
}

.vote-contact-survey .vote-question-block {
    margin-bottom: 28px;
}

.vote-contact-survey .vote-question-block--choice {
    margin-bottom: 32px;
}

.vote-contact-survey .vote-question-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.vote-contact-survey .vote-question-subtitle {
    font-size: 14px;
    color: #7e8185;
    margin-bottom: 14px;
}

.vote-contact-survey .vote-answers-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vote-contact-survey .vote-answers-list--choice {
    display: block;
}

.vote-contact-survey .vote-answers-list--choice .vote-answer-item {
    display: block;
    margin: 0 0 10px;
    max-width: 100%;
}

.vote-contact-survey .vote-answers-list--choice .vote-answer-item:last-child {
    margin-bottom: 0;
}

.vote-contact-survey .vote-answer-item {
    margin-bottom: 8px;
}

.vote-contact-survey input.radio-check[type="radio"] {
    display: none;
}

.vote-contact-survey input.radio-check[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

.vote-contact-survey input.radio-check[type="radio"] + label span {
    display: block;
    position: relative;
    cursor: pointer;
    width: auto;
    max-width: none;
    padding: 0 0 0 24px;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    white-space: normal;
}

.vote-contact-survey input.radio-check[type="radio"] + label span:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #fd9106;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

.vote-contact-survey input.radio-check[type="radio"] + label span:after {
    content: none;
    display: none;
}

.vote-contact-survey input.radio-check[type="radio"]:checked + label span:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23fd9106' cx='8' cy='8' r='5'/%3E%3C/svg%3E");
}

.vote-contact-survey .vote-rating-section-title {
    font-size: 18px;
    font-weight: 700;
    margin: 36px 0 24px;
    color: #1a1a1a;
}

.vote-contact-survey .vote-rating-item {
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
}

.vote-contact-survey .vote-rating-item:last-child {
    border-bottom: 0;
}

.vote-contact-survey .vote-rating-control {
    margin-top: 12px;
}

.vote-contact-survey .vote-stars {
    display: inline-flex;
    gap: 6px;
}

.vote-contact-survey .vote-stars input {
    display: none;
}

.vote-contact-survey .vote-stars label {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fd9106' stroke-width='1.5'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z'/%3E%3C/svg%3E") center / contain no-repeat;
    opacity: .35;
}

.vote-contact-survey .vote-stars label:hover,
.vote-contact-survey .vote-stars label.is-active {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fd9106' stroke='%23fd9106' stroke-width='1'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z'/%3E%3C/svg%3E");
}

.vote-contact-survey .vote-text-field .uk-input,
.vote-contact-survey .vote-text-field .uk-textarea {
    width: 100%;
}

.vote-contact-survey .vote-form-footer {
    margin-top: 32px;
}

.vote-contact-survey .vote-form-captcha {
    margin: 24px 0;
}

.vote-contact-survey .starrequired {
    color: #e53935;
}

.vote-contact-survey .vote-answer-specify {
    margin: -4px 0 12px 24px;
    max-width: 520px;
}

.vote-contact-survey .vote-answer-specify--hidden {
    display: none;
}

.vote-contact-survey .vote-question-block--hidden {
    display: none;
}
