/* Keep the Google review action separate from the chat launcher. */
.gfab.review-launcher{position:fixed;left:18px;bottom:20px;z-index:9998;background:#14489f;color:#fff;border:1px solid #14489f;border-radius:999px;padding:12px 18px;font-size:14px;font-weight:700;box-shadow:0 4px 18px rgba(23,78,166,.35)}
.gfab.review-launcher:hover{background:#103a82}
.gfab.review-launcher:focus-visible{outline:3px solid #174ea6;outline-offset:3px}
@media(max-width:560px){.gfab.review-launcher{left:12px;bottom:20px;padding:11px 13px;font-size:12px;max-width:calc(100vw - 104px)}}
.gfab.review-launcher svg{background:#fff;border-radius:50%;padding:4px;box-sizing:content-box;width:20px;height:20px}

/* "Find us on Google" — same pill as the review launcher, stacked directly above it. */
.gfab.review-launcher.find-launcher{bottom:82px}
@media(max-width:560px){.gfab.review-launcher.find-launcher{bottom:80px}}
