.inspect-container {
  padding: 8px;
}

.inspect-list {
}

.inspect-card {
  margin: 0;
  padding-left: 16px;
}

.inspect-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inspect-title-section-icon {
  padding-right: 8px;
}

.inspect-title-section-title {
  font-weight: bold;
  font-size: 14pt;
  flex-grow: 2;
}

.inspect-body-section {
  flex: 1;
  flex-direction: column;
}

.inspect-body-item {
}

.inspect-body-row {
  display: flex;
  flex-direction: row;
}

.inspect-body-row-icon {
  align-self: center;
}

.inspect-body-row-title {
  font-size: 9pt;
  padding-top: 8px;
  font-weight: bold;
  align-self: center;
}

.inspect-body-row-label {
  padding-left: 8px;
  flex: 1;
  align-self: center;
  font-weight: bold;
}

.inspect-body-row-value {
  flex: 1;
  tab-size: 4;
  white-space: pre-wrap;
}

.inspect-button {
  background: none;
  border: none;
  color: #f05514;
  outline: none;
}

.inspect-expand-button {
}

.inspect-collapse-button {
}
