/* BATES v0.26.196 – correctly proportioned Google review mark. */

.bates-home-why__proof--google {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
}

.bates-home-why__google--brand {
    width: 38px;
    height: 38px;
    border: 1px solid #e1e7f0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(19, 32, 60, .07);
}

.bates-home-why__google--brand svg {
    display: block;
    width: 23px;
    height: 23px;
}

.bates-home-why__proof--google strong {
    line-height: 1.15;
}

@media (max-width: 660px) {
    .bates-home-why__proof--google {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
    }

    .bates-home-why__google--brand {
        width: 36px;
        height: 36px;
    }
}
