/* Related cards: equal icon slots, text aligned to bottom. */
.related-grid {
  align-items: stretch;
}

.related-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-card img {
  width: 90px;
  height: 90px;
  min-height: 90px;
  margin-bottom: 0;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}

.related-card img[src*="related-price"] {
  width: 40px;
  height: 90px;
  margin-left: 22px;
  object-position: left center;
}

.related-card strong {
  padding-top: 18px;
}
