.gralya-inventory-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 20px; }
.gralya-inventory-card { overflow: hidden; border: 1px solid rgba(31, 49, 63, .14); border-radius: 19px; background: #ffffff; color: #17212b; box-shadow: 0 10px 28px rgba(24, 40, 52, .055); }
.gralya-inventory-visual { height: 195px; display: grid; place-items: center; background: radial-gradient(ellipse at center, rgba(8, 118, 77, .1), transparent 62%), #edf3ef; }
.gralya-inventory-photo { width: 100%; height: 100%; display: block; object-fit: cover; }
.gralya-inventory-placeholder { color: rgba(8, 118, 77, .64); font-size: 55px; }
.gralya-inventory-copy { padding: 21px; }
.gralya-inventory-available { color: #08764d; font-size: 10px; font-weight: 680; letter-spacing: .1em; }
.gralya-inventory-title { margin: 10px 0 0; font-size: 20px; letter-spacing: -.04em; }
.gralya-inventory-description, .gralya-inventory-terms { margin: 9px 0 0; color: #526374; font-size: 12px; line-height: 1.7; }
.gralya-inventory-footer { margin-top: 19px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 13px; border-top: 1px solid rgba(31, 49, 63, .14); }
.gralya-inventory-price { color: #17212b; font-size: 22px; }
.gralya-inventory-price > span { margin-left: 4px; color: #526374; font-size: 11px; font-weight: 450; }
.gralya-inventory-link { color: #08764d; font-size: 11px; font-weight: 600; text-decoration: none; }
.gralya-inventory-empty { padding: 24px; border: 1px solid rgba(31, 49, 63, .14); border-radius: 14px; background: #ffffff; color: #526374; }
