.votes__item{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:599.99px){.votes__item{gap:.5rem}}.votes__item *{white-space:nowrap}.votes__tag,.votes__username{overflow:hidden;text-overflow:ellipsis}.votes__date{font:var(--font--secondary);order:-2}@media(max-width:599.99px){.votes__date{margin-left:auto;order:1}}.votes__score{background:transparent;box-shadow:inset 0 0 0 1px;text-align:center;width:2rem}.votes--positive .votes__score{color:hsl(var(--text--success))}.votes--negative .votes__score{color:hsl(var(--text--error))}@media(max-width:599.99px){.votes__tag{order:-1}}@media(max-width:599.99px){.votes__username{order:2;width:100%}}