.fbarat-embed-html-featured-reviews-review-slides-container {
    margin: 20px 40px;
}
ul.fbarat-embed-reviews-carousel * {
    font-family: 'Roboto', sans-serif;
    color: #5b5b5b;
}
ul.fbarat-embed-reviews-carousel {
    max-width: 960px;
    margin: auto;
    font-size: 14px;
    padding: 0;
}
ul.fbarat-embed-reviews-carousel::-webkit-scrollbar {
    display: none;
}
ul.fbarat-embed-reviews-carousel.fbarat-embed-reviews-no-transition {
    scroll-behavior: auto;
}
ul.fbarat-embed-reviews-carousel.fbarat-embed-reviews-dragging {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
    scroll-behavior: auto;
}
ul.fbarat-embed-reviews-carousel.fbarat-embed-reviews-dragging .fbarat-embed-reviews-card {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ul.fbarat-embed-reviews-carousel :where(.fbarat-embed-reviews-card, .img) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.fbarat-embed-reviews-carousel .fbarat-embed-reviews-card {
    scroll-snap-align: start;
    height: 342px;
    list-style: none;
    background: #fff;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;

    -webkit-box-shadow: 1px 1px 5px 2px rgba(219,219,219,0.75);
    -moz-box-shadow: 1px 1px 5px 2px rgba(219,219,219,0.75);
    box-shadow: 1px 1px 5px 2px rgba(219,219,219,0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    scroll-snap-align: center;
}
.fbarat-embed-reviews-card-head {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fbarat-embed-reviews-card-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 400;
    overflow-y: auto;
    height: 140px;
}

.fbarat-embed-reviews-card-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.fbarat-embed-reviews-card-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.fbarat-embed-reviews-card-content::-webkit-scrollbar-thumb {
    background-color: #7b7b7b;
    border: 2px solid #a7a1a1;
}
.fbarat-embed-reviews-card-head-name {
    font-weight: 600;
}
.fbarat-embed-reviews-card-head-date {
    font-size: 10px;
    font-weight: 500;
}
.fbarat-embed-reviews-card-head-name span:not(.fbarat-embed-reviews-card-full-name):not(.fbarat-embed-reviews-card-review-value) {
    text-transform: uppercase;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    padding: 5px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.fbarat-embed-reviews-card-head-name span i{
    width: 20px;
    height: 20px;
    font-style: normal;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fbarat-embed-reviews-card-review-star {
    width: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.fbarat-embed-reviews-card-review-value {
    color: #EFCE4A;
    vertical-align: middle;
}
.fbarat-embed-reviews-card-full-name {
    vertical-align: middle;
}
.fbarat-embed-reviews-arrow {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    width: 30px !important;
    -webkit-filter: invert(0.4) !important;
    filter: invert(0.4) !important;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.fbarat-embed-reviews-arrow:active {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}
.fbarat-embed-reviews-left-button {
    left: -40px;
}
.fbarat-embed-reviews-right-button {
    right: -40px;
}
.fbarat-embed-reviews-left-button > svg {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fbarat-embed-reviews-right-button > svg {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
ul.fbarat-embed-reviews-carousel.slick-slider {
    overflow: visible !important;
}
ul.fbarat-embed-reviews-carousel .slick-slide {
    margin-right:10px;
    margin-left:10px;
}