/* Basic review styling */
.heureka-review .review-header {
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.heureka-review .review-pros {
    color: green;
    margin-bottom: 0.4rem;
}

.heureka-review .review-cons {
    color: red;
    margin-bottom: 0.4rem;
}

.heureka-review .review-pros i,
.heureka-review .review-cons i {
    margin-right: 0.3rem;
    margin-left: -0.3rem;
}

.heureka-review .review-summary{
    margin-bottom: 0.4rem;
}

.heureka-review .review-stars{
    margin-bottom: 0.4rem;
}

.heureka-review .review-stars i {
    color: #f1ab00;
}

.heureka-review .review-stars i:first-child {
    margin-left: -0.3rem;
}

.heureka-review .review-pros,
.heureka-review .review-cons,
.heureka-review .review-summary {
    word-break: break-word;
}

/* Left column styling */
.block-heureka-reviews-left-column {
    background-color: #fff;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.block-heureka-reviews-left-column .heureka-review:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
}


/* Homepage styling styling */
.heureka-reviews-home .heureka-review-wrapper {
    margin-bottom: 1.4rem;
}

@media screen and (max-width: 991px) {
    .heureka-reviews-home .heureka-review-wrapper:nth-child(n+7) {
        display: none;   
    }
}

@media screen and (max-width: 767px) {
    .heureka-reviews-home .heureka-review-wrapper {
        margin-bottom: 0.5rem;
    }

    .heureka-reviews-home .heureka-review {
        border-bottom: 1px solid rgba(0,0,0,.125);
        padding-bottom: 0.25rem;
    }

    .heureka-reviews-home .heureka-review-wrapper:nth-child(n+4) {
        display: none;   
    }
}



