google-reviews{
    visibility: hidden;
    min-height: 100px;
}



google-reviews:defined{
    display: block;
    visibility: visible;
}

google-reviews .info {
    text-align: center;
    margin: 0 auto 64px;
}

google-reviews .info h3{
    font-size: 2.6rem;
}

google-reviews .info p {
    font-size: 1.4rem;
    text-align: center;
    width: 80%;
    margin: 0.5em auto;
    display: block;
}


google-reviews .splide{
    min-height: 120px;
    height: auto;
}

google-reviews .splide:after,
google-reviews .splide:before{
    content: '';
    width: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(253,249,237);
    background: linear-gradient(90deg, rgba(253,249,237,1) 0%, rgba(253,249,237,0) 100%);
    height: 100%;
    z-index: 3;
}

google-reviews .splide:after{
    left: auto;
    right: 0;
    background: rgb(253,249,237);
    background: linear-gradient(270deg, rgba(253,249,237,1) 0%, rgba(253,249,237,0) 100%);
}


google-reviews .loader{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0A8FE7;
}

google-reviews .loader h6{
    font-weight: lighter;
    color: #999;
    margin-top: 1em;
    font-size: 1rem;
    font-family: sans-serif;
}

google-reviews .loader circle{
    stroke: #d0d0d0;
}

google-reviews .loader svg{
    height: 46px;
    width: 46px;
    stroke: currentColor;
}

google-reviews .splide__pagination{
    bottom: 0;
   transform: translate(0, 32px);
}

google-reviews .splide__pagination__page{
    width: 12px;
    height: 12px;
    background: #d8d3c3;
}


google-reviews .splide__pagination__page.is-active{
    background-color: #f98b16;
    transform: none;
}

google-reviews .splide__slide{
    display: flex;
    flex-direction: column;
    min-height: 180px;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    padding: 2rem 0 0;
    height: fit-content;
    /*max-height: 90%;*/
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}


/*google-reviews .splide__list{
    padding-top: 32px!important;
    padding-bottom: 32px!important;
}*/


google-reviews .splide__track {
    transition: height .2s;
    display: block;
    height: fit-content;
}

google-reviews .splide__list{
    height: fit-content;
}


google-reviews h3 small{
    display: block;
    font-weight: normal;
}
google-reviews .icon-and-name{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 1em;
}

google-reviews .icon-and-name figure img,
google-reviews .icon-and-name figure{
    width: 64px;
    height: 64px;
}

google-reviews .icon-and-name figure img{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}


google-reviews .icon-and-name figure{
    width: 80px;
    height: 80px;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 10em;
    background-color: #fff;
}

google-reviews .icon-and-name .title{
    text-align: center;
}

google-reviews  .review-content{
    width: 80%;
    max-width: 280px;
    margin: 1em auto;
    font-size: 1.2rem;
}


google-reviews .date{
    font-size: 9px;
    font-weight: lighter;
    font-family: monospace;
}

google-reviews .star.rating{
    display: block;
    height: 32px;
    transform: scale(0.6);
    margin: 0 auto;
}

google-reviews .star.rating > svg{
    display: inline-block;
    width: 32px;
    height: 32px;
    fill: #e4e3e3;
}

/*.star.rating[data-rate="FOUR"] > svg{
    fill: #FF9800;
}

.star.rating[data-rate="FIVE"] > svg:{
    fill: #FF9800;
}*/
google-reviews .star.rating[data-rate="ONE"] > svg:nth-child(1),

google-reviews .star.rating[data-rate="TWO"] > svg:nth-child(1),
google-reviews .star.rating[data-rate="TWO"] > svg:nth-child(2),

google-reviews .star.rating[data-rate="THREE"] > svg:nth-child(1),
google-reviews .star.rating[data-rate="THREE"] > svg:nth-child(2),
google-reviews .star.rating[data-rate="THREE"] > svg:nth-child(3),

google-reviews .star.rating[data-rate="FOUR"] > svg:nth-child(1),
google-reviews .star.rating[data-rate="FOUR"] > svg:nth-child(2),
google-reviews .star.rating[data-rate="FOUR"] > svg:nth-child(3),
google-reviews .star.rating[data-rate="FOUR"] > svg:nth-child(4),

google-reviews .star.rating[data-rate="FIVE"] > svg:nth-child(1),
google-reviews .star.rating[data-rate="FIVE"] > svg:nth-child(2),
google-reviews .star.rating[data-rate="FIVE"] > svg:nth-child(3),
google-reviews .star.rating[data-rate="FIVE"] > svg:nth-child(4),
google-reviews .star.rating[data-rate="FIVE"] > svg:nth-child(5){
    fill: #FF9800;
}