.tool-stats > div {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  min-width: 0;
}

.tool-stats small {
  display: block;
  min-height: 0;
  line-height: 1.3;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: -.02em;
}

.tool-stats strong {
  align-self: end;
  line-height: 1;
  margin-top: 10px;
}

.local-map-pin {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 50%;
  background: #e94835;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  font-size: 0;
  text-shadow: none;
}
