body {
  margin: 0;
  background: #ffffff;
  font-family: system-ui, Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
}

.review-container {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  text-align: center;
}

.RMA-widget img {
  display: inline-block;
  margin-bottom: 10px;
}

.RMA-widget span {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
