.defense-tool-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 10px;
}

.defense-tool-list.empty {
  color: #85765e;
  font-size: 12px;
  font-style: italic;
}

.defense-tool-chip {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 1px 8px;
  min-width: 105px;
  padding: 6px 8px;
  border: 1px solid #9b7a4c;
  border-radius: 6px;
  background: linear-gradient(#ead4aa, #cda978);
  color: #49331e;
  box-shadow: inset 0 1px rgba(255, 255, 255, .55);
}

.defense-tool-chip b {
  font-size: 11px;
  white-space: nowrap;
}

.defense-tool-chip em {
  grid-row: 1 / span 2;
  grid-column: 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.defense-tool-chip small {
  font-size: 10px;
  color: #6d3f1f;
}
