.list-trends{margin:var(--gridunit) 0 0 0}.list-trends+*{margin-top:var(--gridunit)}.list-trends__list{flex-wrap:nowrap;gap:21px;display:inline-flex}.list-trends__list>LI{width:calc((var(--content-maxwidth) - 105px)/6);min-width:180px}@media (max-width:759px),(max-width:1023px) and (orientation:landscape){.list-trends{margin-top:var(--gridunit-small)}.list-trends__list>LI{width:40vw;min-width:40vw}}@media (min-width:760px) and (orientation:portrait),(min-width:1024px) and (orientation:landscape){.well .list-trends__list>LI{width:calc((var(--content-maxwidth) - 105px - var(--gridunit) - var(--gridunit))/6);min-width:160px}}
.list-trends-item{box-sizing:border-box;position:relative}.list-trends-item:not(:first-child):before{content:"";background-color:var(--color-neutral-200);width:1px;position:absolute;top:0;bottom:0;left:-11px}.list-trends-item A{color:currentColor;text-decoration:none}.list-trends-item A>:first-child{margin-top:0}.list-trends-item A:hover{opacity:.7}.list-trends-item__title{white-space:nowrap;text-overflow:ellipsis;margin-top:.5em;font-size:.875rem;font-weight:600;overflow:hidden}.list-trends-item__details{gap:var(--gridunit-small);flex-flow:wrap;justify-content:space-between;align-items:flex-start;font-size:.75rem;display:flex}.list-trends-item__change{flex-flow:row;align-items:center;gap:.125rem;display:flex}