.trending-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;align-content:start;align-items:start;grid-auto-rows:max-content}@media(max-width:1200px){.trending-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:992px){.trending-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.trending-grid{padding:0 1px;gap:1px;grid-template-columns:repeat(2,1fr)}}.trending-card__frame{width:100%;aspect-ratio:269/359;background-color:var(--bg-cream);cursor:pointer;border-radius:2px}.trending-card__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:2px;transition:transform .3s ease,filter .3s ease}.trending-card:hover .trending-card__frame{background-color:#f7f7fc}.trending-card:hover .trending-card__img{transform:scale(1.06);filter:brightness(.92)}.trending-card:hover .trending-card__name{background-color:#f7f7fc}.trending-card__stats{padding:.5rem .5rem .6rem;background:linear-gradient(0deg,rgba(0,0,0,.75) 0,transparent)}.trending-card__stat{color:#fff}.trending-card__stat-icon{filter:brightness(0) invert(1)}.trending-card__stat-count{font-size:.75rem;font-weight:500;color:#fff}.trending-card__name{width:100%;text-decoration:none;padding:.75rem .5rem;transition:background-color .3s ease}.trending-card__name span{max-width:9rem}.trending-card__live{top:8px;left:8px;padding:.1rem 0}.is-live{box-shadow:0 0 0 2pt #f11e11}.user-head{flex-basis:200px}.user-head img{aspect-ratio:7/5}.user-head video{aspect-ratio:7/5;object-fit:cover;width:100%}.user-content{flex-basis:200px}.qwerty{box-shadow:0 0 0 3pt var(--bg-color)}.live-badge-trending{top:74%;left:8%;padding:.1rem 0}@media screen and (max-width:992px){.live-badge-trending{top:74%;left:8%}}.user-profile-img{margin-top:-3rem}