.submit-review:hover {
  opacity: 0.8;
}
.review-form-submit-container {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.review-form-submit-container.center {
  justify-content: center;
}

.review-form-submit-container.right {
  justify-content: flex-end;
}
.review-form-submit-container:before {
  display: none;
}

.submit-review {
  border: none;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.review-hidden {
  display: none;
}

.ng-review-rating {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}

.ng-review-star {
  font-size: 30px;
  color: gray;
  cursor: pointer;
}

.ng-review-star.active {
  color: gold;
}

.ng-review-rating-container .ng-review-star {
  font-size: 20px;
}
.ng-review-rating-container.left {
  position: absolute;
  top: 0;
  left: 0;
}

.review-list .comment-meta:after {
  content: '';
  display: block;
  clear: both;
}

.review-item .comment-content + .comment-meta {
  margin-top: 10px;
}

.review-list .review-item .comment-author {
  display: block;
}

.review-list .review-item .comment-metadata {
  display: block;
}

.review-list .review-item .review-body {
  position: relative;
  padding-left: 10px;
}

#ng-review-form label {
  margin-right: 10px;
  min-width: 80px;
  white-space: nowrap;
}

#ng-review-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 6px 12px;
  line-height: 1.42857143;
  outline: 0;
}
