
.ew-grp{max-width:1200px;margin:0 auto}
.ew-grp__bar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px;border:1px solid #e9e9e9;border-radius:14px;background:#fff}
.ew-grp__left{display:flex;align-items:center;gap:10px;min-width:0}
.ew-grp__google{display:flex;align-items:center;flex:0 0 auto}
.ew-grp__rating{font-weight:700}
.ew-grp__stars{letter-spacing:2px;color:#f5b301}
.ew-grp__count{color:#6b6b6b}
.ew-grp__right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.ew-grp__filter{border:1px solid #e5e5e5;border-radius:10px;padding:8px 10px;background:#fff}
.ew-grp__btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #e5e5e5;border-radius:10px;padding:10px 14px;text-decoration:none;font-weight:600;background:#fff}
.ew-grp__grid{margin-top:14px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.ew-grp__card{border:1px solid #eee;border-radius:14px;background:#fff;padding:14px;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.ew-grp__head{display:flex;gap:10px;align-items:flex-start}
.ew-grp__avatar{width:38px;height:38px;border-radius:999px;overflow:hidden;flex:0 0 auto;background:#f3f3f3}
.ew-grp__avatar img{width:100%;height:100%;object-fit:cover}
.ew-grp__meta{min-width:0}
.ew-grp__name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}
.ew-grp__row{display:flex;gap:8px;align-items:center;color:#6b6b6b;font-size:12px}
.ew-grp__starsSmall{color:#f5b301}
.ew-grp__text{margin-top:10px;color:#1f1f1f;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
@media (max-width: 991px){
  .ew-grp__grid{grid-template-columns:repeat(2,1fr)}
  .ew-grp__grid .ew-grp__card:nth-child(n+5){display:none}
}
@media (max-width: 520px){
  .ew-grp__bar{flex-direction:column;align-items:stretch}
  .ew-grp__right{justify-content:space-between}
}
