/* ============================================================
   Mind Theory — Digital Store stylesheet (store.css)
   Loads after home.css/article.css/ebooks.css. store.html reuses
   ebooks.css's card/badge/button/toolbar classes directly (.eb-card,
   .feat-card, .mte-badge-row, .free-tag/.premium-tag/.bestseller-tag/
   .discount-tag, .mte-price, .dl/.dl.buy, .mte-status-row, .filter-row,
   .tools) rather than duplicating them. Only the handful of rules
   ebooks.css has no equivalent for live here.
   ============================================================ */

.mts-type-label{
  display:inline-block; font-size:.72rem; font-weight:700; color:var(--text-meta);
  background:var(--bg-soft); padding:3px 9px; border-radius:6px; align-self:flex-start;
}

.mts-preview-strip{ display:flex; gap:6px; margin:8px 0 0; }
.mts-preview-strip img{
  width:36px; height:36px; object-fit:cover; border-radius:6px; border:1px solid var(--border-soft);
}
