html {
  font-size: 1.125em;
}

.box-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
}

.hierarchy {
  background: whitesmoke;
  margin: 1em;
  border-radius: 2px;
  box-shadow: 2px 2px 2px lightgrey;
  max-width: 30em;
  padding: 1em 1em 1em 0;
}

.hierarchy ul {
  list-style: none;
  padding: 0;
  margin-left: 1.5em;
}

.hierarchy__element {
  background-color: #e0e0e0;
  padding: 1em;
  margin-bottom: 0.5em;
}
.hierarchy__element:hover {
  background-color: #e9e9e9;
}/*# sourceMappingURL=mrm.css.map */