
.egl-reviews { font-family: Arial, sans-serif; }
.egl-header { display:flex; align-items:center; gap:15px; margin-bottom:20px; }
.egl-google { font-weight:bold; color:#4285F4; }
.egl-global { color:#555; }
.egl-btn { margin-left:auto; background:#1a73e8; color:#fff; padding:8px 14px; border-radius:20px; text-decoration:none; }
.egl-card {
  background:#fff;
  border-radius:14px;
  padding:20px;
  box-shadow:0 5px 25px rgba(0,0,0,.08);
  text-align:left;
}
.egl-card img {
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
}
.egl-stars { color:#fbbc04; margin:8px 0; }
