.custom-review-form .ginput_container.ginput_container_likert th,
.custom-review-form .ginput_container.ginput_container_likert th .wrap-text {
    display: none;
}
.custom-review-form .ginput_container.ginput_container_likert th:first-child .wrap-text,
.custom-review-form .ginput_container.ginput_container_likert th:last-child .wrap-text {
    display: block;
}

.custom-review-form .ginput_container.ginput_container_likert th i {
    font-size: 2rem;
}

.custom-review-form input[type="submit"] {
     background-color: var(--color-content-primary) !important;
     color: #fff !important;
}
.custom-review-form input[type="submit"]:hover {
    background-color: #ffffff !important;
    border: 1px solid var(--color-content-primary) !important;
}

@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .custom-review-form .ginput_container.ginput_container_likert th i {
        font-size: 1.5rem;
    }
    .custom-review-form table.gsurvey-likert td {
        display: table-cell !important ;
        text-align: start;
        vertical-align: middle;
    }
    .custom-review-form table.gsurvey-likert td::after {
        display: none !important;
    }
    .custom-review-form table.gsurvey-likert tr {
        display: table-row !important;
    }
    .custom-review-form table.gsurvey-likert tr td {
        text-align: center !important;
    }
    .custom-review-form table.gsurvey-likert thead {
        left: unset !important;
        top: unset !important;
        position: inherit !important;
    }
    }
}