.podcast-episodes-list-loading{display:flex;overflow:hidden;gap:14px}.podcast-episodes-list-loading .podcast-episode-loading{position:relative;border:1px solid rgba(0,0,0,.1);border-radius:10px;width:200px;height:335px;padding:20px}.podcast-episodes-list-loading .podcast-episode-loading>span{display:block;line-height:0}.podcast-episodes-list-loading .podcast-episode-loading .image-loading{width:160px;height:160px;border-radius:10px;display:block}.podcast-episodes-list-loading .podcast-episode-loading .text-section-loading{width:100%;height:140px;display:flex;justify-content:center;flex-direction:column}.podcast-episodes-list-loading .podcast-episode-loading .text-section-loading>span{width:100%}.podcast-episodes-list-loading .podcast-episode-loading .text-section-loading .play-button-loading{margin-top:20px;border-radius:20px}.podcast-episodes .podcast-episode-slider-card{border-radius:10px;width:200px;padding:15px;background-color:light-dark(var(--color-bw-10),var(--black));box-shadow:0 4px 4px 0 var(--shadow-color);display:flex;flex-direction:column;gap:5px}.podcast-episodes .podcast-episode-slider-card img{border-radius:10px;margin-bottom:10px;display:block}.podcast-episodes .podcast-episode-slider-card .podcast-name{display:-webkit-box;line-height:1rem;font-size:14px;font-weight:400;width:160px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;min-height:32px}.podcast-episodes .podcast-episode-slider-card .episode-name{font-size:16px;line-height:1.2;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;min-height:58px}