.tooltip {
  background: #100010;
  border: 1px solid #100010;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  font-family: 'Minecraftia', 'Minecraft', monospace;
  image-rendering: pixelated;
  line-height: 1.2;
  /* Gray inner border instead of classic purple */
  box-shadow:
    inset 0 1px 0 0 #555555,
    inset 1px 0 0 0 #555555,
    inset -1px 0 0 0 #555555,
    inset 0 -1px 0 0 #444444,
    0 0 0 1px #100010;
}

.name {
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 1px;
}

.section {
  display: flex;
  flex-direction: column;
}

.enchantment {
  color: #8080ff;
  white-space: nowrap;
}

.lore {
  display: flex;
  flex-direction: column;
  color: #6b29a4;
  font-style: italic;
  border-top: 1px solid #333333;
  margin-top: 2px;
  padding-top: 2px;
}

.durability {
  color: #dddddd;
  border-top: 1px solid #333333;
  margin-top: 2px;
  padding-top: 2px;
}

.typeId {
  color: #444455;
  font-size: 0.8em;
  margin-top: 1px;
}
