.lookup-status {
  display: block;
  min-height: 17px;
  margin-top: 6px;
  color: #647482;
  font-size: 11px;
  line-height: 1.4;
}

.lookup-status.found {
  color: #188a5a;
  font-weight: 750;
}

.lookup-status.warning {
  color: #946000;
  font-weight: 750;
}

.lookup-status.error {
  color: #c43b3b;
  font-weight: 750;
}
