.target-status {
  display: block;
  margin: 8px 0 10px;
  color: #667085;
  font-size: 10px;
  font-weight: 700;
}

.order-drawer select {
  width: 100%;
  border: 1px solid #d7dde7;
  border-radius: 8px;
  padding: 9px 10px;
  margin-top: 5px;
  background: #fff;
  font: inherit;
}

.verification-file {
  display: block;
  margin-top: 9px;
  color: #667085;
  font-size: 10px;
}

.verification-file input {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
}

.member-row {
  align-items: center;
  gap: 8px;
}

.member-row > span {
  flex: 1;
}

.member-row button,
.member-action {
  border: 0;
  border-radius: 6px;
  padding: 5px 8px;
  background: #eef3f6;
  color: #526075;
  cursor: pointer;
  font-size: 9px;
}

.member-row button.danger {
  background: #fff0ed;
  color: #b42318;
}

.member-review {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e7ebf0;
}

.member-review b,
.member-review span {
  display: block;
}

.member-review span {
  color: #8791a2;
  font-size: 10px;
  margin-top: 2px;
}

.member-status {
  font-size: 9px;
  color: #667085;
}

.member-status.pending {
  color: #9a5b08;
}
