.opinx-review-form-wrap {
  max-width: 760px;
  margin: 24px auto;
  font-family: inherit;
  color: #20242b;
}

.opinx-review-form {
  display: grid;
  gap: 14px;
}

.opinx-review-form label {
  font-weight: 700;
}

.opinx-review-form input,
.opinx-review-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  padding: 12px;
  font: inherit;
}

.opinx-review-form textarea {
  min-height: 120px;
}

.opinx-review-form__actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.opinx-review-form button {
  width: max-content;
  border: 0;
  border-radius: 6px;
  background: #111827;
  color: #fff;
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
}

.opinx-review-form__skip {
  color: #2271b1;
  text-decoration: none;
  font-weight: 700;
}

.opinx-review-form__skip:hover {
  text-decoration: underline;
}

.opinx-review-form__stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
  align-items: center;
}

.opinx-review-form__stars input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.opinx-review-form__stars label {
  width: auto;
  font-size: 34px;
  line-height: 1;
  color: #c7cdd8;
  cursor: pointer;
  font-weight: 400;
}

.opinx-review-form__stars label:hover,
.opinx-review-form__stars label:hover ~ label,
.opinx-review-form__stars input:checked ~ label {
  color: #f4b400;
}

.opinx-review-form__message {
  font-weight: 700;
}

.opinx-review-form__hp {
  position: absolute;
  left: -9999px;
}
