.top_trending_card_container{display:flex;align-items:center;gap:6px;overflow-x:auto;scroll-behavior:auto;user-select:none;-webkit-overflow-scrolling:touch;cursor:grab;scrollbar-width:none;-ms-overflow-style:none}.top_trending_card_container:active{cursor:grabbing}.top_trending_card_container::-webkit-scrollbar{display:none}.top_trending_card_container .top_trending_card{user-select:none;flex-shrink:0;flex:0 0 auto;cursor:pointer;box-shadow:0 0 5px 0 rgba(38,51,77,.0509803922);background-color:#fff;border-radius:14px;padding:2px;width:194px;height:100%;transition:transform .2s ease}.top_trending_card_container .top_trending_card .trending_card_para{font-weight:400;font-size:14px;line-height:1.5!important;color:#393939;margin:8px 5px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.top_trending_card_container .top_trending_card .trending_card_wrap{background-color:#8e121e;border-radius:10px}.top_trending_card_container .top_trending_card .trending_card_wrap .trending_card_title{font-weight:400;font-size:10px;line-height:100%;text-transform:uppercase;color:#fff;padding:8px 6px 6px}.top_trending_card_container .top_trending_card .trending_card_wrap .trending_card_image{pointer-events:none}.top_trending_card_container .top_trending_card .trending_card_wrap .trending_card_image .live_badge{position:absolute;bottom:0;right:0;background:#fc0303;font-weight:400;font-size:12px;color:#fff;padding:3px 14px;display:flex;align-items:center;gap:8px;border-top-left-radius:12px}.top_trending_card_container .top_trending_card .trending_card_wrap .trending_card_image .live_badge .live_txt{margin-top:3px;line-height:100%!important}.top_trending_card_container .top_trending_card .trending_card_wrap .trending_card_image .live_badge .red_pulsing_dot{position:relative;width:8px;height:8px;background-color:#fff;border-radius:50%;opacity:.85}.top_trending_card_container .top_trending_card .trending_card_wrap .trending_card_image .live_badge .red_pulsing_dot span{position:absolute;width:100%;height:100%;background:inherit;border-radius:inherit;animation:red_pulse 2s ease-out infinite;opacity:.8}@keyframes red_pulse{to{transform:scale(2);opacity:0}}.top_trending_card_container .top_trending_card .trending_card_wrap .trending_card_image .trending_card_img{width:100%;height:auto;border-radius:11px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}.top_trending_card_container{scroll-snap-type:x mandatory}