.projects-section .MobileContainer > h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

#mobile-recommend-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
}

#mobile-recommend-products .ProductCard {
  display: block;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

#mobile-recommend-products .ProductCard img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f3f4f6;
}

#mobile-recommend-products .Info {
  padding: 8px 10px 10px;
}

#mobile-recommend-products .Title {
  font-size: 13px;
  line-height: 1.4;
  color: #1f2937;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#mobile-recommend-products .mobile-recommend-empty {
  grid-column: 1 / -1;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
}
