.questions-block__btn {
    height: unset !important;
}

.questions-block__btn:hover {
    color: #fff !important;
    background: #c3b9aa !important;
}

   .rating__stars {
  display: flex;
  gap: 4px;
  cursor: pointer;
}

.star {
  width: 20px;
  height: 19px;
  fill: #ddd;
  transition: 0.2s;
}

/* активные */
.star.active {
  fill: gold;
}

/* половинка */
.star.half {
  fill: url(#halfGradient);
}
