/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.rcreviews--truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.rcreviews--read-more-wrapper{
    display: flex;
    justify-content: end;
}
.rcreviews--read-more{
    color: #00639E;
    cursor: pointer;
    font-weight: 500;
    margin-top: 15px;
}
.rcreview--read-more.active svg{
    transform: rotate(180deg);
}
.rcreviews--read-more:hover {
    color: #005180;
}
.rcreviews--btn{
    color: #3D3B40;
    border-color: #3D3B40;
}