.ha-testimonial--basic>.elementor-widget-container {
    padding: 25px;
    border: 1px solid #ececec;
    border-radius: 5px
}

.ha-testimonial--basic .ha-testimonial__content {
    margin-bottom: 25px
}

.ha-testimonial--bubble .ha-testimonial__content {
    position: relative;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    line-height: 1.6
}

.ha-testimonial--bubble .ha-testimonial__content:after {
    position: absolute;
    bottom: -14px;
    color: #fff;
    content: "\e911";
    font-style: normal;
    font-size: 36px;
    font-family: "Happy Icons";
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ha-testimonial--left.ha-testimonial--bubble .ha-testimonial__content:after {
    left: 15px
}

.ha-testimonial--center.ha-testimonial--bubble .ha-testimonial__content:after {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-180deg);
    -ms-transform: translateX(-50%) rotate(-180deg);
    transform: translateX(-50%) rotate(-180deg)
}

.ha-testimonial--right.ha-testimonial--bubble .ha-testimonial__content:after {
    right: 15px
}

.ha-testimonial__reviewer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ha-testimonial__reviewer-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65px;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
    height: 65px
}

.ha-testimonial__reviewer-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.ha-testimonial__reviewer-name {
    margin-bottom: 10px;
    color: #562dd4;
    font-weight: 700;
    font-size: 18px
}

.ha-testimonial__reviewer-title {
    color: #8c8c8c;
    font-size: 16px
}

.ha-testimonial--left .ha-testimonial__reviewer-meta {
    padding-left: 25px
}

.ha-testimonial--center .ha-testimonial__reviewer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.ha-testimonial--center .ha-testimonial__reviewer-meta {
    padding-top: 15px;
    max-width: 100%
}

.ha-testimonial--left .ha-testimonial__reviewer-meta,
.ha-testimonial--right .ha-testimonial__reviewer-meta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 65px);
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px)
}

.ha-testimonial--right .ha-testimonial__reviewer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ha-testimonial--right .ha-testimonial__reviewer-meta {
    padding-right: 25px
}

/** Widgets: testimonial **/