.grsp-container {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.grsp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.grsp-average-stars {
  font-size: 20px;
  color: #f4c150;
  font-weight: bold;
}

.grsp-average-stars span {
  color: #333;
  margin-left: 8px;
}

.grsp-btn {
  background: #4285f4;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s;
}

.grsp-btn:hover {
  background: #3367d6;
}

.grsp-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.grsp-card {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  flex: 1 1 calc(50% - 15px);
  min-width: 220px;
}

.grsp-stars {
  color: #f4c150;
  font-size: 14px;
  margin: 5px 0;
}

.grsp-footer {
  margin-top: 20px;
  text-align: right;
}

.grsp-carousel {
  width: 100%;
  padding-bottom: 40px;
}
