.ltar-review-wrapper {
    width: 100%;
    color: #000;
}
.ltar-review-wrapper .hidden {
    display: none !important;
}
.wp-admin .ltar-review-wrapper {
    display: flex;
}
.ltar-review-wrapper .review-total-wrapper {
    float: left;
    width: 33%;
    background: #fafbfd;
    margin-right: 30px;
    padding: 30px 30px;
    min-height: 200px;
}
.ltar-review-wrapper .review-total-wrapper h3 {
    margin-top: 0 !important;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px !important;
    font-weight: 500;
}
.ltar-review-wrapper .review-total-wrapper .review-total-box {
    font-size: 60px;
    font-weight: 500;
}

.ltar-review-wrapper .review-star.review-total {
    text-align: left;
    margin-top: 10px;
}

.ltar-review-wrapper .review-result-wrapper {
    white-space: nowrap;
    position: relative;
    display: inline-block;
}
.ltar-review-wrapper .review-result-wrapper i {
    font-size: 24px;
}
.ltar-review-wrapper .review-result-wrapper .review-result {
    -webkit-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.ltar-review-wrapper .features-wrapper {
    float: left;
    width: calc(67% - 30px);
    background: #fafbfd;
    padding: 30px 30px;
    min-height: 200px;
}
.ltar-review-wrapper .features-list {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px;
}
.ltar-review-wrapper .features-list li {
    margin-bottom: 10px;
    padding-left: 0 !important;
}
.ltar-review-wrapper .features-list li span {
    /*line-height: 20px;*/
    width: 40%;
    display: inline-block;
}
.ltar-review-wrapper .features-list li::before {
    display: none !important;
}

.ltar-review-wrapper .features-list .features-list-item-review {
    float: right;
    width: 60%;
}
.ltar-review-wrapper .features-list .features-list-item-review .feature-score {
    float: left;
    width: 30px;
    text-align: right;
    margin-right: 10px;
    font-weight: 500;
}
.ltar-review-wrapper .features-list .feature-review-holder {
    float: left;
    width: calc(100% - 40px);
    height: 10px;
    margin-top: 5px;
}
.ltar-review-wrapper .features-list .feature-review-holder .feature-review-inner {
    height: 10px;
    -webkit-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
}

.ltar-review-block-wrapper .pros-cons-lt h3 {
    margin-top: 0 !important;
}
.ltar-review-block-wrapper .pros-list-lt li {
    /*list-style-image: url(../img/icon-pro.jpg) !important;*/
    display: inline-block;
    background-image: url(../img/icon-pro2.jpg);
    background-repeat: no-repeat;
    /*background-size: 18px;*/
    background-position-x: 0;
    background-position-y: 2px;
    padding-left: 38px !important;
    margin-left: 0px;
    margin-bottom: 15px;
}
.ltar-review-block-wrapper .cons-list-lt li {
    /*list-style-image: url(../img/icon-con.jpg) !important;*/
    display: inline-block;
    background-image: url(../img/icon-con2.jpg);
    background-repeat: no-repeat;
    /*background-size: 18px;*/
    background-position-x: 0;
    background-position-y: 2px;
    padding-left: 38px !important;
    margin-left: 0px;
    margin-bottom: 15px;
}
.ltar-review-block-wrapper .pros-list-lt li::before, 
.ltar-review-block-wrapper .cons-list-lt li::before {
    content: none !important;
}
.ltar-review-block-wrapper h3 {
    margin-top: 50px !important;
}

.ltar-review-block-wrapper .wp-element-button {
    padding: 0.55rem 1.5rem 0.6rem;
    font-size: .85rem;
    font-weight: 500;
    font-family: "Graphik Web",sans-serif;
}
.ltar-review-block-wrapper .wp-element-button:hover {
    background-color: #2e54d3!important;
    border-color: #2e54d3!important;
}

/*RESPONSIVE*/
@media (min-width: 600px) and (max-width: 781px) {
    .ltar-review-block-wrapper .wp-block-column:nth-child(even) {
         margin-left: 0; 
    }
}
@media (max-width:767px) {
    .ltar-review-wrapper .review-total-wrapper {
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 20px 20px;
        min-height: auto;
        text-align: center;
    }
    .ltar-review-wrapper .review-star.review-total {
        text-align: center;
    }
    .ltar-review-wrapper .features-wrapper {
        margin-top: 30px;
        float: none;
        width: 100%;
        padding: 20px 20px;
        min-height: 200px;
    }
}