.grs-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  font-family: sans-serif;
}
.grs-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.grs-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.grs-avatar-initial {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #555;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.grs-icon {
  width: 20px;
  margin-left: auto;
}
.grs-rating {
  color: gold;
}
.grs-text {
  margin-top: 10px;
}
