.kl_reviews__summary__image_grid{
    display: none;
}
.fulfilled-reviews-all{
	color: #000000 !important;
}

/* Hide extra reviews when limiting visible items */
.krv-hidden {
    display: none !important;
}

/* Simple styles for the Show more button */
.krv-show-more {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 12px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

.krv-show-more:hover {
    opacity: .9;
}