.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 2.2rem;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 2rem !important;
  height: 2rem !important;
  display: inline-block;
  cursor: pointer;
  margin-inline-end: 0.4rem;
}

.jq-star:last-child {
  margin: 0;
}

.rating-readonly .jq-star {
  cursor: default;
}
.rating-readonly.small .jq-star {
  width: 1.4rem !important;
  height: 1.4rem !important;
  cursor: default;
}

.jq-star-svg {
  stroke-width: 5rem !important;
  width: 100%;
  height: 100%;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}
