.cardViews{color:var(--secondary-text-color,#b3b3b3);align-items:center;gap:2px;padding:0;display:flex}.cardViews .view-icon{width:1rem;height:1rem}@media only screen and (min-width:600px){.cardViews{padding:1px 0}}
.cardRating{color:var(--secondary-text-color,#b3b3b3);justify-self:end;align-items:center;gap:2px;padding:0;display:flex}.cardRating .rating-icon{width:.9rem;height:.9rem}@media only screen and (min-width:600px){.cardRating{padding:1px 0}}
.cardStats{justify-content:space-between;align-items:center;gap:var(--spacing-xs);color:var(--secondary-text-color);flex-wrap:wrap;font-size:.75rem;display:flex}.cardStats .cardStat{align-items:center;gap:var(--spacing-xs);flex:0 auto;display:flex}.cardStats .cardStat svg{flex-shrink:0;width:14px;height:14px}.cardStats .cardStat:nth-child(odd){justify-content:flex-start}.cardStats .cardStat:nth-child(2n){justify-content:flex-end}@media (min-width:768px){.cardStats{font-size:.8125rem}.cardStats .cardStat svg{width:16px;height:16px}}
.cardDate{color:var(--secondary-text-color,#b3b3b3)}
