
/* meta on card (nota + data) */
.meta-row{
  display:flex; gap:8px; align-items:center;
  font-size:12px; color:#cfcfd4; padding:8px 10px 10px;
}
.meta-star{ font-weight:800; }
.meta-dot{ opacity:.5; }


/* === Pílula de nota no browse (igual ao index) === */
.meta-row .badge{position:static;display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:999px;background:#1b1f2a;color:#fff;font-weight:800;line-height:1;}
.meta-row .badge::before{ content:"★"; font-weight:900; }
.meta-row .year{opacity:.9}

/* === Garantir que a pílula de nota na listagem não vire overlay === */
.meta-row .badge{position:static;display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:999px;background:#1b1f2a;color:#fff;font-weight:800;line-height:1;}
.meta-row .badge::before{ content:"★"; font-weight:900; }
.meta-row .year{opacity:.9}
