.nua-reviews {
  margin-top: 24px;
  border-radius: 10px;
  border-radius: 10px;
}

.nua-reviews__summary.grv {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

.grv-left {
  min-width: 180px;
  text-align: center;
}

.grv-score {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.grv-stars .nua-stars-static.big {
  justify-content: center;
}

.grv-count {
  color: #6b7280;
  font-size: 13px;
  margin-top: 6px;
}

.grv-bars {
  flex: 1;
  min-width: 240px;
}

.grv-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0;
}

.grv-label {
  width: 18px;
  text-align: right;
  font-size: 12px;
  color: #374151;
}

.grv-bar {
  flex: 1;
  height: 10px;
  border-radius: 999px;
  background: #f3f4f6;
  overflow: hidden;
}

.grv-bar>span {
  display: block;
  height: 100%;
  background: #f59e0c;
}

.grv-num {
  width: 32px;
  text-align: left;
  font-size: 12px;
  color: #374151;
}

.nua-stars-static {
  display: inline-flex;
  gap: 3px;
  line-height: 1;
}

.nua-stars-static i {
  font-size: 14px;
  color: #d1d5db;
}

.nua-stars-static.big i {
  font-size: 22px;
}

.nua-stars-static i.fa-solid {
  color: #f59e0b;
}

.nua-alert {
    padding: 5px 10px;
    margin-bottom: 20px;
    color: #47b954;
    border-radius: 10px;
    border: 1px solid #47b954;
}
form#nua-review-form {
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #eeee;
}
.nua-stars {
  display: inline-flex;
  gap: 6px;
}

.nua-stars .nua-star {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin: 0;
}

.nua-stars .nua-star i {
  font-size: 22px;
  color: #d1d5db;
  transition: color .15s;
}

.nua-stars .nua-star.on i {
  color: #f59e0b;
}

.nua-form .nua-form-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.nua-form .nua-form-label {
  width: 110px;
  min-width: 110px;
  font-size: 13px;
  color: #475569;
  padding-top: 9px;
}

.nua-form .nua-form-control {
  flex: 1;
}

.nua-textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  outline: none;
}

.nua-textarea:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, .14);
}

.nua-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nua-btn {
  background: #111827;
  color: #fff;
  border: none;
  padding: 9px 12px;
  border-radius: 5px;
  cursor: pointer;
}

.nua-btn:hover {
  opacity: .95;
}

.nua-btn-outline {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 12px 17px;
    cursor: pointer;
    margin: 0;
    line-height: 1;
    border-radius: 5px;
    text-transform: none;
}
.nua-msg {
  font-size: 13px;
}

.nua-msg.ok {
  color: #16a34a;
}

.nua-msg.err {
  color: #dc2626;
}

.nua-link {
  background: none;
  cursor: pointer;
  padding: 2px 8px;
  margin: 0;
  line-height: 1;
  min-height: 0;
  text-transform: none;
  font-weight: normal;
  color: #333;
  font-size: 10px;
  border: 1px solid #eee;
  border-radius: 99px;
}

.nua-link i {
  margin-right: 6px;
}

.nua-link.danger {
  color: #dc2626;
}

#nua-upload-btn {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
}

#nua-upload-btn:hover {
  background: #f8fafc;
}

.nua-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.nua-previews .nua-thumb,
.nua-previews .nua-plus-tile {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.nua-previews .nua-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nua-previews .nua-thumb .nua-thumb-del {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}

.nua-previews .nua-plus-tile {
  font-size: 28px;
  cursor: pointer;
}

.nua-previews .nua-plus-tile:hover {
  background: #f8fafc;
}

.nua-replies {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.nua-replies .nua-replies {
  margin-left: 60px;
  border-left: 2px solid #eee;
}

ul.nua-replies.level-0 {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.nua-review.is-target {
  outline: 2px solid #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.15);
  transition: box-shadow .3s ease;
}

.nua-review {
  padding: 12px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 10px;
}

.nua-review__row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.nua-review__avatar img {
    border-radius: 50%;
    border: 3px solid #eee;
}
.nua-review__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nua-review__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

.nua-review__author {
  font-weight: 600;
  font-size: 14px;
}

.nua-review__date {
  font-size: 12px;
  color: #6b7280;
  opacity: .7;
}

.nua-dot {
  opacity: .5;
}
.nua-msg {
    margin-top: 20px !important;
}
li.nua-review {
    list-style-type: none;
}
.nua-review__ratingline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nua-review__score {
    font-size: .7em;
    border: 1px solid #eee;
    padding: 1px 10px;
    border-radius: 99px;
    line-height: 1;
}
.nua-review__content {
  font-size: 1.15rem;
  line-height: 1.7;
}

.nua-review__content p {
  margin: 0 0 6px;
  font-size: 0.8em;
}

.nua-review__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0;
}

.nua-review__gallery .nua-thumb {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.nua-review__gallery .nua-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nua-like-btn {
  background: #fff;
  border-radius: 999px;
  padding: 2px 7px;
  cursor: pointer;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 1;
  min-height: auto;
  border: 1px solid #eee;
}

.nua-like-btn.is-liked {
  text-transform: none;
  font-weight: normal;
}

.nua-like-count {
  min-width: 14px;
  display: inline-block;
  text-align: center;
}

.nua-edit-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.nua-edit-previews .nua-thumb-rem {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5e7eb;
  padding: 4px 6px;
  border-radius: 8px;
  background: #fff;
}

.nua-edit-previews img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
}

.nua-plus-tile {
  width: 48px;
  height: 48px;
  border: 1px dashed #cbd5e1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  font-size: 22px;
}

.nua-plus-tile:hover {
  background: #f8fafc;
}

.nua-review__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 0;
  margin-bottom: 10px;
  opacity: .9;
}

.nua-review__actions .nua-link {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 720px) {
  .nua-reviews__summary.grv {
    flex-direction: column;
    align-items: stretch;
  }

  .nua-form .nua-form-row {
    flex-direction: column;
  }

  .nua-form .nua-form-label {
    width: auto;
    min-width: 0;
    padding-top: 0;
  }
}