.product-link-simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.product-link-simple:hover {
  opacity: 0.8;
}

.product-link-simple__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}

.product-link-simple__price {
  flex-shrink: 0;
}
