.json-object .json-item {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  justify-content: space-between;
}

.json-object .json-pair {
  display: flex;
  align-items: center;
  margin: 2px 0;
  justify-content: start;
}

.json-object .json-key {
  color: brown;
  margin-right: 5px;
}

.json-object .json-value {
  color: navy;
}

.json-object .json-string {
  color: olive;
}

.json-object .json-toggle {
  cursor: pointer;
  color: darkred;
  font-weight: bold;
  margin-right: 5px;
}

.json-object .json-hide {
  display: none;
}

.json-object {
  display: flex;
  flex-direction: column;
}
