
/* product review block css */

.product-review {
    background-color: white;
    color: #333;
    border: 1px solid #ececec;
    box-shadow: 0px 3px 5px 2px #ececec;
    border-radius: 4px;
    margin-bottom: 30px;
}

/* product review header css */

.product-review__header {
    padding: 30px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* product review header column one css */

.product-review__creative {
    max-width: 170px;
    width: 100%;
}

.product-review__img--container {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.product-review__img {
    width: auto;
    max-width: 100%;
    max-height: 110px;
}

.product-review__btn {
    width: 100%;
}

.product-review__below-btn {
    font-size: 10px;
    line-height: 16px;
    color: #555;
    padding-top: 3px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* product review header column two css */

.product-review__content {
    padding-left: 40px;
}

.product-review__title p {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.product-review__title p {
    margin-bottom: 0px;
}

.product-review__rating {
    font-size: 12px;
    line-height: 16px;
    color: #555;
    margin-bottom: 15px;
}

/* alternate rating styles */
.product-review__rating--alternate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0px 15px;
}

.product-review__rating--circle {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 100%;
    text-align: center;
    color: #555;
    line-height: 45px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
}

.product-star-rating--alternate {
    font-size: 12px;
    line-height: 20px;
}

.product-star-rating--alternate .product-star-rating__star-rating i {
    font-size: 18px;
    margin-right: 2px;
}

.product-star-rating__star-rating .fa-rating-review-star:before {
    color: #50CB81 !important;
}

/* end alternate rating styles */

.product-review__best-for p {
    font-size: 14px;
    line-height: 22px;
}

.product-review__best-for p {
    margin-bottom: 0px;
}

.product-review__best-for--header {
    font-weight: 600;
}

/* product review table css */
.product-review__table {
    width: 100%;
    border-collapse: collapse;
}

.product-review__table tr {
    border: none;
}

.product-review__table td {
    vertical-align: top;
    padding: 20px 30px;
    border: 1px solid #ececec;
}

.product-review__table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.product-review__table tr td:first-child {
    border-left: none;
    font-size: 12px;
    font-weight: 600;
    width: 50%;
}

.product-review__table tr td:last-child {
    border-right: none;
    font-size: 14px;
}

.product-review__table ul {
    padding-left: 20px;
}

/* product review compare css */

.product-review__compare {
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.product-review__compare--text {
    margin-bottom: 15px;
}

/* product review mobile styles */

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

@media (max-width: 600px) {

    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
    .product-review__best-for {
        text-align:center;
    }

    .product-review__header {
        flex-wrap: wrap;
        padding: 20px 20px 30px;
    }

    .product-review__content {
        padding-left: 0px;
    }

    .product-review__creative {
        text-align: center;
        max-width: 100%;
    }

    .product-review__img--container {
        max-width: 200px;
        margin-right: auto;
        margin-left: auto;
    }

    .product-review__title p {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .product-review__btn {
        max-width: 200px;
        margin: 0px auto;
    }

    .product-review__table tr td {
        display: block;
        box-sizing: border-box;
        clear: both;
        border: none;
        padding: 0px 30px;
        background-color: white;
        width: 100%;
    }

    .product-review__rating--alternate {
        padding: 20px 0px;
        justify-content: center;
    }

    .product-review__table--wrapper {
        margin: 0px 20px;
    }

    .product-review__table tr td:first-child {
        width: 100%;
        padding: 15px 15px 0px;
    }

    .product-review__table tr td:last-child {
        padding: 0px 15px 15px;
    }

    .product-review__table tr {
        border-bottom: 1px solid #ececec;
        border-top: 1px solid #ececec;
    }

    .product-review__content {
        border-radius: 4px;
        padding: 15px;
        width: 100%;
    }

}

/*

 */
.wp-block-gutenberg-ctas-gutenberg-lendedu-product-review-block > .product-review > .product-review__compare > .product-review__compare--text > .ledu-btn-secondary {
    /* margin-bottom: 20px; */
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #FF712C;
    padding: 10px;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 1px solid #FF712C;
}

.wp-block-gutenberg-ctas-gutenberg-lendedu-product-review-block > .product-review > .product-review__compare > .product-review__compare--text > .ledu-btn-secondary:hover {
    color: white;
    background: #FF712C;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);

}
.super-1 {
    font-size: 45%;
    line-height: 0;
    position: relative;
    top: -1.0em;
    left: .25em;
}
.super-1 {
    font-size: 45%;
    line-height: 0;
    position: relative;
    top: -1.0em;
    left: .25em;
}
/*
.product-review__compare--text > .ledu-btn-sm {
    max-width: 300px;
}
*/