.database-product-card{border:1px solid var(--color-border);border-radius:var(--radius-card);background:#fff;flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden;box-shadow:0 12px 30px #17201c0f}.database-product-image{aspect-ratio:4/3;border-bottom:1px solid var(--color-border);background:#f3f5f2;display:block;position:relative;overflow:hidden}.database-product-image img{object-fit:contain;padding:18px;transition:transform .24s}.database-product-card:hover .database-product-image img{transform:scale(1.025)}.database-product-placeholder{width:100%;height:100%;color:var(--color-muted);place-items:center;display:grid}.database-product-copy{flex-direction:column;flex:1;padding:22px 22px 24px;display:flex}.database-product-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;min-height:24px;margin-bottom:16px;display:flex}.database-product-meta span{border-radius:var(--radius-control);color:var(--color-brand);text-transform:uppercase;background:#e5eee9;padding:5px 8px;font-size:10px;font-weight:800;line-height:1.3}.database-product-meta strong{color:var(--color-coral);font-size:11px}.database-product-copy h3{overflow-wrap:anywhere;margin-bottom:10px;font-size:20px}.database-product-copy h3 a:hover{color:var(--color-brand)}.database-product-copy>p{min-height:5.1em;color:var(--color-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:13px;line-height:1.7;display:-webkit-box;overflow:hidden}.database-product-link{color:var(--color-brand);align-self:flex-start;align-items:center;gap:7px;margin-top:auto;font-size:13px;font-weight:700;display:inline-flex}.database-product-link svg{transition:transform .18s}.database-product-link:hover svg{transform:translate(2px,-2px)}.database-product-card-compact .database-product-image{aspect-ratio:1}.database-product-card-compact .database-product-image img{padding:14px}.database-product-card-compact .database-product-copy{padding:18px}.database-product-card-compact .database-product-copy h3{font-size:17px}.database-product-card-compact .database-product-copy>p{min-height:4.8em;margin-bottom:16px;font-size:12px;line-height:1.6}@media (max-width:480px){.database-product-copy{padding:20px}.database-product-image img{padding:12px}}
