.google-review-widget {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 12px;
  padding: 20px 24px;
  font-family: "Roboto", Arial, sans-serif;
  color: #202124;
  box-shadow: 0 1px 2px rgba(60,64,67,0.3);
}

.grw-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.grw-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}

.grw-name {
  font-weight: 500;
  font-size: 16px;
}

.grw-stars {
  color: #fbbc04;
  font-size: 18px;
  margin: 6px 0 2px;
  letter-spacing: 1px;
}

.grw-text {
  font-size: 15px;
  line-height: 1.6;
  color: #202124;
  text-align: left;
  margin-bottom: 10px;
}

.grw-footer {
  border-top: 1px solid #e0e0e0;
  margin-top: 12px;
  padding-top: 10px;
  text-align: right;
}

.grw-footer a {
  font-size: 13px;
  color: #1a73e8;
  text-decoration: none;
}

.grw-footer a:hover {
  text-decoration: underline;
}
