@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.elementor-shortcode .cstm-reviews-wrapper{
    font-family: "Open Sans", sans-serif;
}

.elementor-shortcode .cstm-reviews-wrapper .cstm-reviews-heading{
	font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 40px;
}

.cstm-author-image{
	border: none;
    border-radius: 0;
    box-shadow: none;
    height: 44px!important;
    object-fit: cover!important;
    max-width: 100!important%;
    object-position: center!important;
    border-radius: 100%!important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}

.cstm-review-col {
    padding: 10px;
}

.cstm-review-card{
	border: 1px solid #f3f4f6;
    padding: 20px;
    border-radius: 20px;
}

.cstm-review-card:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}

.cstm-review-content .mention {
    color: #266cf0; /* blue */
    font-weight: 600;
}


.cstm-author-name {
    font-size: 14px;
    font-weight: 700;
}

.cstm-author-company {
    font-size: 14px;
}

.cstm-author-company {
    font-size: 14px;
    color: #818b98;
}

.cstm-review-content{
    padding: 20px 0px;
    font-size: 15px;
}

.cstm-review-time {
    font-size: 12px;
    color: #818b98;
}