.brand > img {
  width: 38px;
  height: 38px;
  flex: none;
  object-fit: contain;
}

.pool-overview {
  margin-top: 12px;
}

.pool-overview div {
  padding: 7px 0;
}

.pool-overview dt {
  font-size: 12px;
}

.pool-overview dd {
  text-align: right;
  white-space: nowrap;
}

.pool-health {
  color: var(--green);
}

@media (max-width: 700px) {
  .brand > img {
    width: 34px;
    height: 34px;
  }
}
