.review-field select {
  width: 100%;
  border: 0;
  background: transparent;
  font: 600 13px Inter, sans-serif;
  outline: none;
}

.review-authorization {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 13px;
  padding: 11px;
  border: 1px solid #deb860;
  border-radius: 7px;
  background: #fffaf0;
  font-size: 11px;
  line-height: 1.4;
}

.review-authorization input {
  width: auto;
  margin: 1px 0 0;
}
