.dl-trending-list ol { list-style: none; margin: 0; padding: 0; }
.dl-trending-list li { border-bottom: 1px solid #e5e5e5; padding: .85rem 0; }
.dl-trending-list a { align-items: center; display: flex; gap: .65rem; text-decoration: none; }
.dl-trending-list .dl-trending-rank { flex: 0 0 1.3em; font-size: 2.25rem; font-weight: 800; line-height: 1; text-align: center; font-variant-numeric: tabular-nums; }
.dl-trending-list img { flex: 0 0 64px; height: 64px; width: 64px; object-fit: cover; border-radius: 4px; }
.dl-trending-title { font-weight: 700; overflow-wrap: anywhere; min-width: 0; }
.dl-trending-views { display: block; font-size: .85em; margin-top: .35rem; }
.dl-trending-list a:hover .dl-trending-title { text-decoration: underline; }
.dl-trending-list a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
