.codicts-google-reviews {
    min-height: 200px;
}
.codicts-google-reviews .review-avatar {
    float: left;
    transition: filter ease-in-out .3s;
    height: 50px;
    margin-right: 10px;
    width: 50px;
    max-width: 50px;
}
.codicts-google-reviews .codicts-reviews-item {
    /* display: flex;
     margin-bottom: 20px; */
}
.codicts-google-reviews .codicts-reviews-item .cdts-rv-hdr {
    display: flex;
    align-items: center;
}
.codicts-google-reviews .codicts-reviews-item .cdts-rv-subtt {
    display: flex;
    flex-wrap: wrap;
}
.codicts-google-reviews .review-content {
    flex: 1;
}
.codicts-google-reviews .review-author {
    font-weight: bold;
}
.codicts-google-reviews .review-stars {
    float: left;
    color: gold;
    padding-right: 10px;
    font-size: 18px;
}
.codicts-google-reviews .codicts-reviews-item {
    padding: 10px 0px 10px 0px;
}
.codicts-google-reviews .review-text {
    padding-top: 10px;
}
.codicts-google-reviews .review-date {
    font-size: 12px;
    padding: 4px;
    color: grey;
}

.codicts-google-reviews.list-reviews-template {

}

.codicts-google-reviews.grid-reviews-template {
    display: grid;
    gap: 20px;
}

.codicts-google-reviews.grid-reviews-template .codicts-reviews-item {

}

.codicts-google-reviews.carousel-reviews-template {

}

@media (max-width: 767px) {
    .codicts-google-reviews.grid-reviews-template {
        grid-template-columns: repeat( 1, 1fr ) !important;
    }
}

.codicts-google-reviews.carousel-reviews-template.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
}
.codicts-google-reviews.carousel-reviews-template.owl-carousel .owl-dot {
    border: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    padding: 4px;
    cursor: pointer;
}
.codicts-google-reviews.carousel-reviews-template.owl-carousel .owl-dot {
    background: #000;
    opacity: .2;
}
.codicts-google-reviews.carousel-reviews-template.owl-carousel .owl-dot.active {
  opacity: 1;
}

.codicts-google-reviews.carousel-reviews-template .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.codicts-google-reviews.carousel-reviews-template .owl-nav > div {
    width: 35px;
    height: 35px;
    color: #555558;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .15s ease-in-out;
    margin-left: 2px;
    margin-right: 2px;
}
.codicts-google-reviews.carousel-reviews-template .owl-nav > div:hover {
    background: var(--accent);
    color: #fff;
    border-color: #fff;
}

.codicts-google-reviews.carousel-reviews-template[data-navigation="none"] .owl-nav,
.codicts-google-reviews.carousel-reviews-template[data-navigation="dots"] .owl-nav {
    display: none !important;
}
.codicts-google-reviews.carousel-reviews-template .owl-dots {
    margin-top: 20px;
}

.codicts-google-reviews .review-imgs-collection {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 10px;
}

.codicts-google-reviews .review-imgs-collection > span {
    padding: 1px;
    max-height: 95px;
    height: 95px;
    display: flex;
    flex-grow: 1;
    width: 130px;
    position: relative;
}
.codicts-google-reviews .review-imgs-collection > span img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: .2s ease;
}
.codicts-google-reviews .review-imgs-collection > span > a {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #242429;
    position: relative;
}
.codicts-google-reviews .review-imgs-collection > span > a i {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: .2s ease;
    overflow: hidden;
    opacity: 0;
    top: 0;
}

.codicts-google-reviews .review-imgs-collection > span > a:hover img {
    opacity: .4;
    transform: scale(1.1);
}
.codicts-google-reviews .review-imgs-collection > span > a:hover i {
    opacity: 1;
}

.codicts-google-reviews .review-imgs-collection .expander-reviews-img-cdts {
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    background: #0000008f;
    border-radius: 6px;
    cursor: pointer;
    z-index: 2;
}
.codicts-google-reviews .review-imgs-collection .expander-reviews-img-cdts span {
    transition: .2s ease;
}
.codicts-google-reviews .review-imgs-collection .expander-reviews-img-cdts:hover span {
    transform: scale(1.1);
}
.codicts-google-reviews .review-imgs-collection .cdts-hdn-rv-img {
    display: none;
}

.codicts-google-reviews[data-columns="1"] .review-imgs-collection > span,
.codicts-google-reviews.list-reviews-template .review-imgs-collection > span {
    flex-grow: 0 !important;
}

.codicts-google-reviews .no-results-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.codicts-google-reviews .no-results-wrapper .no-results-icon {
    left: unset !important;
    transform: unset !important;
}

.codicts-google-reviews.cdts_revs_is_empty {
    grid-template-columns: unset !important;
    display: flex;
    justify-content: center;
}
