.omnivasimple-terminal-block {
  margin: 12px 0;
  max-width: 620px;
}

.omnivasimple-terminal-block label {
  display: block;
  margin-bottom: 6px;
}

.omnivasimple-value {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.omnivasimple-search {
  width: 100%;
  margin-bottom: 6px;
}

.omnivasimple-list {
  max-height: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.omnivasimple-item {
  padding: 8px 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  line-height: 1.3;
}

.omnivasimple-item:last-child {
  border-bottom: 0;
}

.omnivasimple-item:hover {
  background: #f5f5f5;
}

.omnivasimple-item.is-selected {
  background: #e8f3ff;
  font-weight: 600;
}

.omnivasimple-error {
  display: none;
  margin-top: 8px;
}

.omnivasimple-order-info {
  margin: 12px 0;
  padding: 12px;
  border: 1px solid #ddd;
}
