﻿
.trustpilot-block {
    padding-bottom: 160px;
}

    .trustpilot-block .section-header .section-header-text {
        color: #23262D; /*TaxSlayerPro Shadow*/
        max-width: 785px;
        margin: 0 auto;
    }

    .trustpilot-block .trustpilotList-wrapper {
        padding-top: 60px;
        list-style: none;
        text-align: left;
        padding-inline-start: 0; /*HACK: clear ul 40px left margin*/
    }

        .trustpilot-block .trustpilotList-wrapper .trustpilotList-tile {
            width: 100%;
            max-width: 100%;
            margin: 0px 15px 25px;
        }

        .trustpilot-block .trustpilotList-wrapper .trustpilotList-item {
            padding: 43px 33px;
            background: #fff;
            border-radius: 20px;
            box-shadow: 0px 17px 27px rgba(0, 0, 0, 0.08);
        }

@media screen and (min-width: 768px) {
    .trustpilot-block .trustpilotList-wrapper .trustpilotList-tile {
        width: 460px;
        max-width: 406px;
        height: 309px;
        max-height: 309px;
        margin: 0px 30px;
    }

    .trustpilot-block .trustpilotList-wrapper .trustpilotList-item {
        padding: 43px 33px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 17px 27px rgba(0, 0, 0, 0.08);
        min-height: 286px;
        min-width: 440px;
    }
}

.trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-stars {
    height: 23px
}

    .trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-stars:before {
        content: " ";
        background-image: url(/cmscontent/svgs/trust-pilot/trustpilot-boxed-star.svg);
        height: 20px;
        display: inline-block
    }

    .trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-stars.stars-1:before {
        width: 22px;
    }

    .trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-stars.stars-2:before {
        width: 44px;
    }

    .trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-stars.stars-3:before {
        width: 64px;
    }

    .trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-stars.stars-4:before {
        width: 86px;
    }

    /* placeholder: Trustpilot does not support half stars yet*/
    /*.trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-stars.stars-4.half-stars:before {
                    width: 98px;    get midpoint between range = (110 + 86) / 2
                }*/

    .trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-stars.stars-5:before {
        width: 109px;
    }

.trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-verified {
    content: " ";
    background-image: url(/cmscontent/images/trust-pilot/trustpilot-verified.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 64px;
    display: inline-block;
    margin-left: 10px;
}

.trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-content {
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 10px;
}

.trustpilot-block .trustpilotList-wrapper .trustpilotList-item .trustpilotList-item-signature {
    margin-top: 20px;
    color: #6E7481;
    font-size: 14px;
}


/* tablet view */
@media (min-width: 768px) and (max-width: 1023px) {
    .trustpilot-block .trustpilotList-wrapper .trustpilotList-tile {
        width: 600px;
        max-width: 600px;
    }
}

/* mobile view */
@media (max-width: 767px) {
}
