.review-button-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.review-button-box {
  background-color: #f0f8ff;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.review-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0074D9;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.review-button:hover {
  background-color: #005fa3;
}

.stars {
  color: #f39c12;
  font-weight: bold;
  font-size: 1.2rem;
}
