.at-reviewForm__content {
    max-width: 66.66667%;
    margin: 0 auto;
}

.at-reviewForm label.field {
    line-height: 1.25;
    font-weight: 600;
    font-size: calc(22px + 1.5vw);
    color: #3c3c3b;
}

.at-reviewForm .proFormListRadio {
    display: flex;
    flex-direction: column;
}

.at-reviewForm .proFormListRadio li {
    padding-left: 0;
}

.at-reviewForm .proFormRadio + label {
    width: 100%;
    margin: 0;
    padding: .5em;
    text-align: center;
    cursor: pointer;
}

.at-reviewForm .proFormRadio + label:hover {
    background-color: rgba(200, 231, 250, 0.25);
}

.at-reviewForm .proFormRadio + label::before {
    position: initial;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
}

.at-reviewForm .proFormListRadio li:nth-child(1) label::before {
    background: transparent url('../../img/review--thumbsup.png') no-repeat center center;
}

.at-reviewForm .proFormListRadio li:nth-child(2) label::before {
    background: transparent url('../../img/review--thumbsdown.png') no-repeat center center;
}

.at-reviewForm .proFormListRadio li:nth-child(3) label::before {
    background: transparent url('../../img/review--update.png') no-repeat center center;
}

.at-reviewForm .proFormRadio + label::after {
    content: '';
    display: none;
}

.at-reviewForm .proFormRadio[type='radio']:checked + label {
    background-color: #c8e7fa;
    box-shadow: 0 2px 0 0 #1293d1;
}

.at-reviewForm .proFormRadio[type='radio']:checked + label::before {
    box-shadow: none;
}

@media screen and (min-width: 580px) {
    .at-reviewForm .proFormListRadio {
        flex-direction: row;
    }

    .proFormListRadio li[style*='float: left'] {
        flex: 1 1 33%;
        margin-right: 0;
    }
}
