.eg-google-reviews{
    max-width:1180px;
    margin:30px auto;
    padding:28px 18px;
    background:#fff;
    border:1px solid #eee;
    border-radius:16px;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
    text-align:center;
    font-family:inherit;
}
.eg-gr-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:8px;
}
.eg-gr-stars,
.eg-gr-small-stars{
    color:#fbbc04;
    letter-spacing:2px;
    line-height:1;
}
.eg-gr-stars{
    font-size:28px;
    margin-bottom:6px;
}
.eg-gr-score{
    font-size:20px;
    font-weight:700;
    color:#222;
    margin-bottom:4px;
}
.eg-gr-total{
    color:#555;
    font-size:15px;
    margin-bottom:22px;
}
.eg-gr-list{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:16px;
    margin-top:20px;
    text-align:left;
}
.eg-gr-item{
    border:1px solid #f0f0f0;
    border-radius:14px;
    padding:16px;
    background:#fafafa;
    min-height:170px;
}
.eg-gr-author-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:8px;
}
.eg-gr-avatar{
    width:38px;
    height:38px;
    border-radius:50%;
    object-fit:cover;
}
.eg-gr-author{
    font-weight:700;
    color:#222;
    font-size:15px;
}
.eg-gr-small-stars{
    font-size:14px;
    margin-top:4px;
}
.eg-gr-date{
    color:#888;
    font-size:12px;
    margin-bottom:8px;
}
.eg-gr-text{
    color:#444;
    font-size:14px;
    line-height:1.55;
    margin:0;
}
.eg-gr-actions{
    margin-top:24px;
}
.eg-gr-button{
    display:inline-block;
    padding:12px 22px;
    background:#111;
    color:#fff !important;
    border-radius:8px;
    text-decoration:none !important;
    font-weight:700;
    transition:opacity .2s ease;
}
.eg-gr-button:hover{
    opacity:.85;
}
.eg-google-reviews-error{
    border:1px solid #f5c2c7;
    background:#fff5f5;
    color:#842029;
    padding:15px;
    border-radius:8px;
}
@media (max-width: 991px){
    .eg-gr-list{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575px){
    .eg-google-reviews{
        margin:20px auto;
        padding:22px 14px;
        border-radius:12px;
    }
    .eg-gr-list{
        grid-template-columns:1fr;
    }
    .eg-gr-title{
        font-size:20px;
    }
}
