.product-card__reviews {
  margin: 2px 0 4px;
}

.product-card__reviews a {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}

.product-card__reviews a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .product-card__reviews {
    margin-bottom: 10px;
  }
}
