.live-shows-list-loading{display:flex;overflow:hidden;gap:14px;padding-top:10px}.live-shows-list-loading .live-show-loading{position:relative;border-radius:10px}.live-shows-list-loading .live-show-loading>span{display:block}.live-shows-list-loading .live-show-loading .image-loading{display:block;height:0;min-width:170px;border-bottom-right-radius:0;border-bottom-left-radius:0}.live-shows-list-loading .live-show-loading .text-section-loading{margin-top:10px;width:100%;height:47px;display:flex;justify-content:center;align-items:center;flex-direction:column}.live-shows-list-loading .live-show-loading .text-section-loading>span{width:100%;text-align:center}.live-shows-list-loading .live-show-loading .circle-loading{text-align:center;top:120px;left:40px}.live-shows-list-loading .live-show-loading .circle-loading .react-loading-skeleton{border:1px solid rgba(0,0,0,.1)}.liveShowsListtem{width:184px;height:186px;padding:10px 0 0;gap:10px;border-radius:3px;border:3px 0 0}.liveShowsList .block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.liveShowsList .block-header h2{margin-bottom:0}.liveShowsList .block-header .view-all{color:var(--foreground);font-size:16px;font-weight:600;white-space:nowrap}.liveShowsList .swiper-slide{width:172px;border-radius:10px;border:2px solid transparent;margin-right:14px}.liveShowsList .swiper-slide img{display:block;border-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;width:100%;height:100%;object-fit:cover}.liveShowsList .shows-slider-card{cursor:pointer}.liveShowsList .shows-slider-card .image-section{border-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative}.liveShowsList .shows-slider-card .image-section img{width:170px;object-fit:cover}.liveShowsList .shows-slider-card .image-section .tick{border-bottom-left-radius:10px;background:hsla(0,0%,100%,.3);height:27px;position:absolute;top:0;right:0}.liveShowsList .shows-slider-card .radio-img{border-radius:50%;width:150px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);margin:auto auto 6px}.liveShowsList .shows-slider-card .radio-img img{border-radius:50%;border:5px solid transparent}.liveShowsList .shows-slider-card .show-details{color:var(--foreground);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.liveShowsList .shows-slider-card .show-details .radio-region{font-size:12px;font-weight:400;line-height:14.62px;text-align:center;padding:3px 8px;background-color:var(--color-bw-10);border-radius:10px;width:-moz-fit-content;width:fit-content;margin:10px auto auto}.liveShowsList .shows-slider-card .show-details .radio-tagline{margin-top:10px;font-size:12px;font-weight:800;line-height:14.62px;text-align:center}.liveShowsList .shows-slider-card .link-title{margin:auto;text-align:center;padding-top:4px;font-size:18px;font-style:normal;font-weight:600;line-height:24px;line-height:normal;text-decoration:underline;align-self:stretch;display:-webkit-box;color:var(--foreground);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}