.shows-list{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:2rem;width:100%;height:100%;min-height:200px;padding:.6rem 0 .6rem .8rem;display:flex;overflow-y:auto}.shows-list::-webkit-scrollbar{display:none}.shows-list{width:100%;padding-left:12.5rem}@media (max-width:768px){.shows-list{width:100%;margin:0 auto;padding:0 1rem}}.infinite-loading-component{justify-content:center;width:100%;height:20px;display:flex}.loading-container{flex-direction:column;align-items:center;gap:12px;padding:20px;display:flex}.loading-spinner{border:2px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}.loading-text{color:#666;font-size:14px}.show-skeleton{background:#fff;border-radius:8px;gap:20px;margin-bottom:16px;padding:20px;animation:1.5s infinite pulse;display:flex}.show-skeleton__image{background:#e0e0e0;border-radius:8px;flex-shrink:0;width:120px;height:120px}.show-skeleton__content{flex-direction:column;flex:1;gap:12px;display:flex}.show-skeleton__title{background:#e0e0e0;border-radius:4px;width:60%;height:24px}.show-skeleton__description{background:#e0e0e0;border-radius:4px;width:80%;height:16px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.podcasts-page__container{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex;position:relative}.podcasts-page__header{flex-direction:column;align-items:flex-start;gap:20px;width:100%;margin:0 auto;padding-left:12.5rem;display:flex}@media (max-width:768px){.podcasts-page__header{display:none}}.podcasts-page__header-icon-container{align-items:center;gap:15px;display:flex}.podcasts-page__header-icon{width:60px;height:60px}.podcasts-page__header-text{text-align:left;flex:1}.podcasts-page__main-title{color:#fff;margin-left:-10px;font-size:1.5rem;font-weight:700;line-height:60px}@media (max-width:768px){.podcasts-page__main-title{font-size:1.25rem}}
