.pwg-viewer-rating {
  position: absolute;
  left: 50%;
  bottom: 92px;
  transform: translateX(-50%);
  z-index: 10050;
  min-width: 190px;
  padding: 8px 14px 7px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(18,18,20,.78);
  box-shadow: 0 6px 24px rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  text-align: center;
  line-height: 1.2;
  user-select: none;
  pointer-events: auto;
}

.pwg-vr-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  height: 30px;
}

.pwg-vr-star {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  padding: 0 2px;
  background: transparent;
  color: #ffd166;
  font-size: 27px;
  line-height: 30px;
  cursor: pointer;
  text-shadow: 0 1px 3px rgba(0,0,0,.65);
  transition: transform .12s ease, opacity .12s ease;
}

.pwg-vr-star:hover,
.pwg-vr-star:focus {
  transform: scale(1.13);
  outline: none;
}

.pwg-vr-star.is-readonly {
  cursor: default;
}

.pwg-vr-star.is-readonly:hover,
.pwg-vr-star.is-readonly:focus {
  transform: none;
}

.pwg-viewer-rating.is-saving {
  opacity: .72;
}

.pwg-vr-meta {
  margin-top: 2px;
  font-size: 12px;
  color: rgba(255,255,255,.88);
  white-space: nowrap;
}

.pwg-vr-status {
  min-height: 12px;
  margin-top: 2px;
  font-size: 10px;
  color: rgba(255,255,255,.78);
}

.pwg-vr-loading,
.pwg-vr-error {
  padding: 7px 4px;
  font-size: 12px;
}

@media (max-width: 700px) {
  .pwg-viewer-rating {
    bottom: 76px;
    padding: 6px 10px 5px;
    min-width: 170px;
  }

  .pwg-vr-star {
    font-size: 24px;
  }
}
