.stories-trending-list{flex-direction:column;gap:0;display:flex}.stories-trending-item{border-bottom:1px solid #c8922a1f;align-items:flex-start;gap:.85rem;padding:.75rem 0;transition:transform .18s;display:flex}.stories-trending-item:last-child{border-bottom:none;padding-bottom:0}.stories-trending-item:hover{transform:translate(4px)}.stories-trending-item__num{text-align:right;color:#c8922a59;flex-shrink:0;width:2rem;margin-top:-.1rem;font-size:1.7rem;font-weight:800;line-height:1}.stories-trending-item__content{flex:1;min-width:0}.stories-trending-item__cat{letter-spacing:.08em;text-transform:uppercase;color:#c8922a;margin-bottom:.1rem;font-size:.66rem;font-weight:700}.stories-trending-item__title{color:var(--text-color);margin-bottom:.2rem;font-size:1rem;font-weight:700;line-height:1.35}.stories-trending-item__meta{color:var(--text-color-secondary);align-items:center;gap:.4rem;font-size:.82rem;display:inline-flex}.stories-widget-count{text-align:right;min-width:2.25rem;color:var(--text-color-secondary);font-size:.95rem}.stories-tag-cloud{flex-wrap:wrap;gap:.5rem;display:flex}.stories-tag-chip{color:#7f5a36;cursor:pointer;background:#fff;border:1.5px solid #c8922a29;border-radius:999px;align-items:baseline;gap:.22rem;padding:.38rem .8rem;font-size:.92rem;font-weight:600;transition:all .18s;display:inline-flex}.stories-tag-chip:hover{color:#c8922a;background:#c8922a14;border-color:#c8922a;transform:translateY(-1px)}.stories-tag-chip.is-active{color:#8b1a1a;background:#8b1a1a14;border-color:#8b1a1a}.stories-tag-chip__count{color:#1209006b;font-size:.82rem}