
#hustla-game{ max-width: 980px; margin: 0 auto; }
.hustla-hud{ background: #111; color: #fff; padding: 10px; border-radius: 4px; }
.hustla-hud-stats span{ margin-right: 12px; }
#hustla-products .hustla-product, #hustla-inventory .hustla-inv{ padding:8px; border-bottom:1px solid #eee; }
.hustla-ad{ margin:10px 0; text-align:center; }
button{ cursor:pointer; }

.hustla-product-img{max-width:56px;height:auto;vertical-align:middle;margin-right:6px;border:1px solid #e2e8f0;border-radius:6px;}


/* Hustla item thumbnails */
.hustla-thumb{display:inline-block;vertical-align:middle;width:var(--hustla-thumb,36px);height:var(--hustla-thumb,36px);object-fit:cover;border-radius:6px;margin-right:8px}

