/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
    padding: 0!important;
}

.review-author-pic{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.review-author-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.review-features{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-features .feature-item{
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.review-features .feature-item .labels{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    width: 100%;
    font-family: "Urbanist", Sans-serif;
    font-size: 22px;
    line-height: 1;
}

.review-features .feature-item .labels .value{
    font-weight: 700;
}

.review-features .feature-item .bar{
    width: 100%;
    height: 9px;
    background-color: #BFCBD1;
    border-radius: 8px;
    overflow: hidden;
}

.review-features .feature-item .bar .bar-fill{
    height: 100%;
    background-color: #4CD1CD;
    border-radius: 8px;
}

.review-tables{
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #E5EAED;
}

.review-tables .table-row{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #E5EAED;
}

.review-tables .table-row:last-child{
    border-bottom: none;
}

.review-tables .table-row span{
    padding: 24px;
    font-family: "Urbanist", Sans-serif;
    font-size: 16px;
    text-align: center;
}

.review-tables .table-row .label{
    background-color: #F2F5F6;
    font-weight: 700;
    width: 45%;
}
.review-tables .table-row .value{
    background-color: #fff;
    width: 55%;
}

.review-score{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #F2F5F6;
    padding: 16px 20px;
    border-radius: 8px;
    font-family: "FunnelDisplay", Sans-serif;
    font-size: 16px;
    line-height: 1;
}

.review-score .score{
    font-weight: 700;
}

.review-score .rating svg{
    width: 18px;
    height: 18px;
}

.elementor-widget-reviews_list_widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.elementor-widget-reviews_list_widget ul li{
    display: flex;
    gap: 8px;
    align-items: center;
}

.elementor-widget-reviews_list_widget ul li .image{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #DFE5E8;
    flex-shrink: 0;
    padding: 5px;
}

.elementor-widget-reviews_list_widget ul li .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.elementor-widget-reviews_list_widget ul li .content{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.elementor-widget-reviews_list_widget ul li a.title, .elementor-widget-reviews_list_widget ul li a.title h3{
    font-family: "FunnelDisplay", Sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.elementor-widget-reviews_list_widget ul li .rating svg{
    width: 18px;
    height: 18px;
}

.elementor-widget-comparison_list_widget{
    width: 100%;
}

.elementor-widget-comparison_list_widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.elementor-widget-comparison_list_widget ul li{
    padding: 16px 0;
    border-bottom: 1px solid #DFE5E8;
}

.elementor-widget-comparison_list_widget ul li:last-child{
    border-bottom: none;
}

.elementor-widget-comparison_list_widget ul li a, .elementor-widget-comparison_list_widget ul li a h3{
    font-family: "FunnelDisplay", Sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .elementor-widget-comparison_list_widget ul li a, .elementor-widget-comparison_list_widget ul li a h3{
        font-size: 14px;
    }
    .review-features .feature-item .labels{
        font-size: 16px;
    }
    .review-tables .table-row .label{
        font-size: 14px;
        width: 50%;
    }
    .review-tables .table-row .value{
        font-size: 14px;
        width: 50%;
    }
    .review-tables .table-row span{
        padding: 20px;
    }
}