/* Products-page-specific styles. Shared Woven Trinity tokens + components live
   in pis-brand.css (loaded first). The wrapper is `.pis pis-products`. */

/* Hero */

/* Product icon tile (uses each product's Bootstrap theme_color for accent) */
.pis-products .pis-prod-icn { width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 18px; }
.pis-products .pis-prod-icn img { max-width: 60%; max-height: 60%; object-fit: contain; }

/* Short description (renders trusted HTML) */
.pis-products .pis-prod-desc { font-size: .95rem; color: #5c5566; }
.pis-products .pis-prod-desc :last-child { margin-bottom: 0; }
