
/* CRICOS GOOGLE REVIEWS SLIDER v1.4.8
   Ported to match the old WordPress Google Reviews widget:
   summary column + 3 review cards + arrows + dots + autoplay. */
.gr148-section{
    background:#f3f5f6;
    color:#132230;
    padding:82px 0 88px;
    overflow:hidden;
}
.gr148-title-row{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    margin-bottom:25px;
}
.gr148-title-row h2{
    margin:7px 0 0;
    font-size:42px;
    line-height:1.03;
    letter-spacing:-.045em;
    color:#071927;
}
.gr148-widget{
    display:grid;
    grid-template-columns:245px minmax(0,1fr);
    gap:20px;
    align-items:stretch;
}
.gr148-summary{
    background:#fff;
    border:1px solid #dde3e7;
    border-radius:16px;
    padding:25px 22px 22px;
    min-height:250px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    box-shadow:0 10px 30px rgba(7,31,47,.055);
}
.gr148-business{
    color:#182833;
    font-size:17px;
    font-weight:850;
    margin-bottom:12px;
}
.gr148-score{
    font-size:39px;
    line-height:1;
    font-weight:900;
    letter-spacing:-.045em;
    color:#152431;
}
.gr148-summary-stars,.gr148-stars{
    color:#f6a900;
    letter-spacing:.045em;
}
.gr148-summary-stars{
    margin:7px 0 5px;
    font-size:18px;
}
.gr148-based{
    color:#71818b;
    font-size:11px;
}
.gr148-powered{
    display:flex;
    align-items:center;
    gap:5px;
    margin-top:17px;
    color:#89969e;
    font-size:9px;
}
.gr148-google-word{
    display:flex;
    font-size:14px;
    font-style:normal;
    letter-spacing:-.055em;
}
.gr148-google-word i{font-style:normal}
.gr148-google-word i:nth-child(1),.gr148-google-word i:nth-child(4){color:#4285f4}
.gr148-google-word i:nth-child(2),.gr148-google-word i:nth-child(6){color:#ea4335}
.gr148-google-word i:nth-child(3){color:#fbbc05}
.gr148-google-word i:nth-child(5){color:#34a853}
.gr148-review-us{
    margin-top:auto;
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:36px;
    padding:0 13px;
    border-radius:7px;
    background:#4285f4;
    color:#fff!important;
    text-decoration:none!important;
    font-size:10px;
    font-weight:800;
}
.gr148-review-us span{
    font-size:15px;
    font-weight:900;
}
.gr148-slider{
    min-width:0;
    position:relative;
    padding:0 38px 31px;
}
.gr148-viewport{
    width:100%;
    overflow:hidden;
}
.gr148-track{
    display:flex;
    gap:12px;
    transition:transform .48s cubic-bezier(.22,.61,.36,1);
    will-change:transform;
}
.gr148-review{
    flex:0 0 calc((100% - 24px)/3);
    min-width:0;
    height:250px;
    background:#fff;
    border:1px solid #dfe5e8;
    border-radius:14px;
    padding:18px 17px;
    box-shadow:0 8px 24px rgba(7,31,47,.045);
    overflow:hidden;
}
.gr148-review-head{
    display:grid;
    grid-template-columns:40px minmax(0,1fr) 25px;
    align-items:center;
    gap:9px;
}
.gr148-avatar{
    width:40px;
    height:40px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#eef2f4;
    color:#163248;
    border:1px solid #dce4e8;
    font-size:10px;
    font-weight:900;
}
.gr148-reviewer{
    min-width:0;
}
.gr148-reviewer strong{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#182832;
    font-size:11px;
    font-weight:850;
}
.gr148-reviewer span{
    display:block;
    margin-top:3px;
    color:#86939b;
    font-size:8px;
}
.gr148-google-mini{
    width:24px;
    height:24px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#f4f6f7;
    color:#4285f4;
    font-size:12px;
    font-weight:950;
}
.gr148-stars{
    margin:15px 0 10px;
    font-size:12px;
}
.gr148-review p{
    margin:0;
    color:#52616b;
    font-size:11px;
    line-height:1.65;
}
.gr148-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-70%);
    z-index:3;
    width:30px;
    height:52px;
    border:0;
    border-radius:9px;
    display:grid;
    place-items:center;
    background:#fff;
    color:#173044;
    box-shadow:0 8px 24px rgba(7,31,47,.10);
    font-size:28px;
    line-height:1;
    cursor:pointer;
    transition:.18s ease;
}
.gr148-arrow:hover{
    background:#0a2c42;
    color:#fff;
}
.gr148-prev{left:0}
.gr148-next{right:0}
.gr148-dots{
    position:absolute;
    left:0;
    right:0;
    bottom:4px;
    display:flex;
    justify-content:center;
    gap:7px;
}
.gr148-dot{
    appearance:none;
    width:7px;
    height:7px;
    border:0;
    border-radius:50%;
    padding:0;
    background:#c7d0d5;
    cursor:pointer;
}
.gr148-dot.is-active{
    background:#3279ca;
    transform:scale(1.18);
}
.gr148-footer{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:18px;
    margin-top:14px;
}
.gr148-footer a{
    color:#0a4164;
    font-size:11px;
    font-weight:850;
    text-decoration:none;
}
.gr148-footer span{
    color:#8b989f;
    font-size:9px;
}
@media(max-width:1050px){
    .gr148-widget{grid-template-columns:220px minmax(0,1fr)}
    .gr148-review{flex-basis:calc((100% - 12px)/2)}
}
@media(max-width:760px){
    .gr148-section{padding:58px 0 64px}
    .gr148-title-row h2{font-size:34px}
    .gr148-widget{grid-template-columns:1fr}
    .gr148-summary{
        min-height:auto;
        display:grid;
        grid-template-columns:1fr auto;
        align-items:center;
        column-gap:16px;
    }
    .gr148-business,.gr148-score,.gr148-summary-stars,.gr148-based,.gr148-powered{grid-column:1}
    .gr148-review-us{grid-column:2;grid-row:1/7;margin:0}
    .gr148-slider{padding-left:34px;padding-right:34px}
    .gr148-review{flex-basis:100%;height:238px}
    .gr148-footer{justify-content:center;flex-wrap:wrap}
}
@media(max-width:470px){
    .gr148-summary{display:block}
    .gr148-review-us{margin-top:15px}
    .gr148-review{height:245px}
}
@media(prefers-reduced-motion:reduce){
    .gr148-track{transition:none}
}

/* LIVE source bridge v1.4.8 */
.gr148-widget{position:relative}
.gr148-trustindex-source{
    position:absolute!important;
    left:-100000px!important;
    top:0!important;
    width:1200px!important;
    height:700px!important;
    overflow:hidden!important;
    opacity:.001!important;
    pointer-events:none!important;
    z-index:-1!important;
}
.gr148-avatar{overflow:hidden}
.gr148-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.gr148-widget.is-live:after{
    content:'LIVE';
    position:absolute;
    right:0;
    top:-24px;
    font-size:8px;
    font-weight:900;
    letter-spacing:.12em;
    color:#1f7a4d;
}
