/**
 * All of the custom CSS should be included in this file.
 */

/* Justreviews css */
#justreview-testimonials .justreview-testimonials__inner {
    box-shadow: none;
    justify-content: start;
    justify-content: flex-start !important;
    padding: 32px;
}
.justreview-star-rating__stars {
    order: 1;
    margin-left: 0!important;
    margin-bottom: 2rem!important;
}
.justreview-testimonials__author {
    order: 2;
    padding-bottom: 0 !important;
    margin-bottom: 6px !important;
    text-align: left !important;
}
.justreview-testimonials__details {
    order: 3;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-bottom: 1.5rem !important;
    color: #0042bf !important;
}
.justreview-testimonials__date,
.justreview-testimonials__source {
    color: #0042bf !important;
}
.justreview-testimonials__content {
    order: 4;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600 !important;
    height: 250px!important;
    max-height: unset!important;
}
.justreview-testimonials__service-icon {
    filter: brightness(100);
    order: 5;
    width: 100% !important;
    text-align: right !important;
    display: flex;
    justify-content: flex-end;
}
#justreview-testimonials .justreview-testimonials__author-underline {
    display: none !important;
}
#justreview-testimonials .justreview-testimonials__service-icon svg {
    margin: 0 !important;
}
