.comments {
    margin: 0;
}

.ctrl-reviews .container {
    margin-left: auto;
}

.fa-thumbs-up {
    color: #34982D;
}

.fa-thumbs-down {
    color: #E02020;
}

.fa-thumbs-up:before,
.fa-thumbs-down:before {
    font-size: 16px;
}

.feature-choice {
    font-size: 16px;
    margin: 5px 0 17px;
    padding-right: 3px;
    display: flex;
}
.user-message-container .feature-choice {
    padding-right: 0;
}
.cg {
    color: var(--gray-color-dark);
}

.feature-choice .f-type {
    font-family: arial;
    padding-top: 3px;
    padding-left: 0;
    color: #000000;
    text-decoration-line: underline;
}

.comment-feature-radio {
    display: block;
    margin: 0 0 17px;
    padding-right: 0;
}

.comment-feature-radio__title {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--gray-color-dark, #434856);
}

.comment-feature-radio__options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}

.feature-choice.comment-feature-radio label {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
}

.comment-feature-radio .radio-btn input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}

.comment-feature-radio .radio-name {
    position: relative;
    margin: 0;
    padding: 0 0 0 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    min-height: 24px;
}

.comment-feature-radio__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.comment-feature-radio .radio-name:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
    box-sizing: border-box;
}

.comment-feature-radio .radio-name:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
}

.comment-feature-radio .radio-btn input[type="radio"]:checked + .radio-name:before {
    background-color: #434856;
    border-color: #434856;
}

.comment-feature-radio .radio-btn input[type="radio"]:checked + .radio-name:after {
    opacity: 1;
}

.comment-feature-radio .help-block {
    margin: 8px 0 0;
}

/*.feature-choice label + label {*/
/*    padding-left: 15px;*/
/*}*/

.comment-form-container .form-group {
    margin: 0;
}

.comment-box {
    margin-top: 0;
}

.comment-box textarea,
.comment-form-container textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.feature-choice .dropdown-select-container {
    width: 160px;
}

.btn-comment {
    height: 34px !important;
    background-color: #434856 !important;
    border-color: #434856 !important;
}
.btn-comment:hover {
    background-color: rgba(67, 72, 86, 0.9) !important;
}
