/* css reviews 24-12 */
#trustpilot-reviews ul {
    position: relative;
    padding: 0 55px !important;
    max-width: 80%;
}
#trustpilot-reviews li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 10px;
}
#trustpilot-reviews .d-flex{
    display: flex !important;
}
#trustpilot-reviews-carosel button.disabled {
    opacity: 0.5;
    pointer-events: none;
}
#trustpilot-reviews .owl-nav .owl-prev, 
#trustpilot-reviews .owl-nav .owl-next {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 10;
    left: 5px;
  
}
#trustpilot-reviews .left-img { min-width: 20%; }
#trustpilot-reviews .left-img img  { max-width: 100%; }

#trustpilot-reviews button.owl-next {
    left: inherit;
    right: 5px;
}
#trustpilot-reviews .owl-nav .owl-prev span, 
#trustpilot-reviews .owl-nav .owl-next span 
{
    border: 1px solid #e1e1e1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    line-height: 24px;
}

#trustpilot-reviews .owl-nav .owl-prev span:hover, 
#trustpilot-reviews .owl-nav .owl-next span:hover{
    background-color: #c2d5f7;
}
.entry-header { display: none; }


@media screen and (max-width:900px) {
    #trustpilot-reviews .d-flex { flex-wrap: wrap; }
    #trustpilot-reviews .left-img { 
        width: 100%;
        text-align: center;
        margin-bottom: 30px; 
    }
    #trustpilot-reviews ul { max-width: 100%; }
}
.star-rating_starRating {
    max-width: 120px;
}
.typography_body-m {
    font-size: 13px;
    color: #383838;
}
h2.typography_heading-s {
    font-size: 18px;
    color: #000;
    margin: 10px 0 5px;
}
a.link_internal {
    text-decoration: none;
}
.styles_reviewHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
p.typography_body-l {
    font-size: 13px;
    color: #383838;
}
#trustpilot-reviews button.owl-next {
    left: inherit !important;
    right: 5px;
}