/* Category product listing — matches contractmanufacturer.in layout */
.category-listing-banner img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.product-listing-row {
  scroll-margin-top: 80px;
}

.product-listing-desc.blog-rich-content {
  font-size: 1rem;
  line-height: 1.75;
  color: #374151;
}

.product-listing-desc.blog-rich-content p {
  margin: 0 0 0.75rem;
}

.product-listing-desc.blog-rich-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .category-listing-banner img {
    max-height: 220px;
  }

  .product-listing-row {
    gap: 1.25rem;
  }
}
