
.grw { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
.grw .googleIcon{
  width:60px;
}
.grw-card {
  display: inline-flex !important;
  gap: .6rem !important;
  padding:.6rem .8rem;
  text-decoration:none;
  color:inherit;
  flex-direction: column !important;
  justify-content: center;
}

.grw-card > div{
  display: inline-flex !important;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.grw-stars { display:inline-flex; gap:2px; }
.grw-stars svg { width:18px; height:18px; display:block; }
.grw-text {font-size:.95rem;font-weight: 400;}
.grw-attrib { margin-left:.5rem; font-size:.75rem; opacity:.7; }

@media screen and (max-width:550px){
  .grw-card{
    gap: 1px !important;
  }
}