@font-face { font-family: 'Source Sans 3'; src: url("../fonts/SourceSans3-Light.2943189f6c23.woff2") format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url("../fonts/SourceSans3-Regular.47840fabbca0.woff2") format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url("../fonts/SourceSans3-Medium.c807ed7b7f25.woff2") format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url("../fonts/SourceSans3-SemiBold.4834f1c48eda.woff2") format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url("../fonts/SourceSans3-Bold.1d07068df1d3.woff2") format('woff2'); font-weight: 700; font-display: swap; }
:root {
  --rc-font-body: 'Source Sans 3', Arial, Helvetica, sans-serif;
}

.rcrc-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.rcrc-container > a {
    text-decoration: none !important;
}

.rcrc-container > a:hover {
    text-decoration: none !important;
}

.rcrc-header {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rcrc-header > p {
    font-size: 16px;
    margin: 0;
    font-family: var(--rc-font-body);
}

.rcrc-header-light > p {
    color: #fff;
}

.rcrc-header-dark > p {
    color: #212121;
}

.rcrc-header > a {
    text-decoration: none;
    display: flex;
    cursor: pointer;
}

.star-rating {
    font-weight: 500;
    color: #FFCC00;
    font-size: 19px;
    display: flex;
    align-items: center;
    margin: 0 7px;
    font-family: var(--rc-font-body);
}

.rcrc-header > .star-rating > img {
    margin-top: -2px;
}

.rcrc-branding {
    width: 140px;
    margin-left: 8px;
}

.rcrc-carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.review-stream-wrapper-carousel {
    margin-top: 10px;
    width: calc(100% - 100px);
}

.rcrc-arrow {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}

.rcrc-light .rcrc-arrow {
    border: 1px solid #dbdbdbc0;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(184, 184, 185, 0.1);
}

.rcrc-dark .rcrc-arrow {
    border: 1px solid #262F3F;
    background-color: #212937;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.rcrc-arrow > img {
    height: 12px;
    opacity: .75;
}

.rcrc-arrow-next {
    margin-left: 5px;
}

.rcrc-arrow-prev {
    margin-right: 5px;
}

.rcrc-arrow-next > img {
    margin-right: -2px;
}

.rcrc-arrow-prev > img {
    margin-left: -2px;
    transform: rotate(180deg);
}

.rcrc-arrow:hover > img {
    opacity: .95;
}

.review-stream-container-carousel {
    display: flex;
    align-items: center;
}

.review-stream-card {
    margin: 5px;
    transform: translate3d(0, 0px, 0px);
    cursor: grab;
    border-radius: 7px;
}

.rcrc-light .review-stream-card {
    box-shadow: 0px 0px 6px rgba(184, 184, 185, 0.1);
}

.review-card-zoom {
    padding: 12px 15px;
    transition: transform .5s, box-shadow .5s;
    border-radius: 7px;
}

.rcrc-light .review-card-zoom {
    border: 1px solid #dbdbdbc0;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(184, 184, 185, 0.1);
}

.rcrc-dark .review-card-zoom {
    border: 1px solid #262F3F;
    background-color: #212937;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.review-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    position: relative
}

.review-card-profile {
    position: relative;
    height: 35px;
}

.rc-profile-img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
}

.review-card-header-details {
    display: flex;
    flex-direction: column;
    font-family: var(--rc-font-body);
    overflow: hidden
}

.review-card-header-details p {
    margin-bottom: 0;
    color: #585858;
}

.review-card-header-details .bullet_separator {    
    margin-left: 6px;
    margin-right: 6px;
    font-size: 14px;
    opacity: .3;
}

.rcrc-light .review-card-header-details .bullet_separator {
    color: #585858;
}

.rcrc-dark .review-card-header-details .bullet_separator {
    color: #DCDCDC;
}

.review-card-header-details .review-card-header-top {
    display: flex;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.review-card-header-details .review-card-header-top .stars {
    color: #fc0;
    font-weight: bolder;
    display: flex;
    align-items: center;
}

.review-card-header-details .review-card-header-top .stars span {
    margin: 0 3px 0 0;
    font-size: 15px;
}

.review-card-header-details .review-card-header-top .stars img {
    margin-top: -2px;
}

.review-card-header-details .review-card-header-top .stars span > span {
    margin: 0 1px
}

.review-card-header-details .review-card-header-bottom {
    margin-top: -3px;
    display: flex;
}

.review-card-header-details .review-card-header-bottom .review-author, .review-card-header-details .review-card-header-bottom .review-year {
    margin-top: 0;
    font-size: 13px;
}

.review-card-header-details .review-card-header-bottom .review-author {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 65%;
    overflow-x: hidden;
}

.rcrc-light .review-card-header-details .review-card-header-bottom .review-author, .rcrc-light .review-card-header-details .review-card-header-bottom .review-year {
    color: #585858;
    opacity: .6;
}

.rcrc-dark .review-card-header-details .review-card-header-bottom .review-author, .rcrc-dark .review-card-header-details .review-card-header-bottom .review-year {
    color: #DCDCDC;
    opacity: .8;
}

.review-card-body p {
    margin: 0;
    font-family: var(--rc-font-body);
    font-size: 15px;
}

.rcrc-light .review-card-body p {
    color: #3E3E3E;
}

.rcrc-dark .review-card-body p {
    color: #fff;
}

@media (min-width: 560px) {
    .review-stream-card {
        width: 33vw
    }
}

@media (min-width: 1280px) {
    .review-stream-card {
        width: 25vw
    }
}

@media (min-width: 1750px) {
    .review-stream-card {
        width: 20vw
    }
}

.avatar-frame-left {
     position: absolute;
     left: -4px;
     bottom: 0px;
     height: 100%;
     transform: scale(-1, 1)
 }

 .avatar-frame-right {
     position: absolute;
     left: 26px;
     right: 0;
     bottom: 0;
     height: 100%
 }

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    display: flex !important;
}

.slick-slide > div {
    width: 100%;
}

.review-stream-container-carousel {
    opacity: 0;
    transition: opacity .2s ease-out;
}

.rcrc-mobile-hide {
    display: block;
}

.rcrc-mobile-show {
    display: none;
}

@media (max-width: 400px) {
    .review-stream-wrapper-carousel {
        margin-bottom: 10px;
    }

    .rcrc-mobile-hide {
        display: none !important;
    }

    .rcrc-mobile-show {
        display: block;
        cursor: pointer;
    }
}

@media (max-width: 285px) {
    .rcrc-carousel-container {
        opacity: 0;
        height: 5px;
        overflow: hidden;
    }
}

@media (max-width: 210px) {
    .rcrc-header > p:first-child {
        display: none;
    }
}