.podcast-player{position:fixed;left:0;right:0;bottom:0;z-index:2000;width:100%;background:#333;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px}@media screen and (min-width:992px){.podcast-player{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-gap:30px;gap:30px;padding:0}}@media screen and (min-width:1200px){.podcast-player{gap:60px}}.podcast-player .player-image{max-height:110px;max-width:220px;position:relative;height:100%;flex-shrink:0;display:none}@media screen and (min-width:992px){.podcast-player .player-image{display:block}}.podcast-player .player-image.isLink{cursor:pointer}.podcast-player .player-image .feature-media-wrapper{margin-bottom:0;min-width:110px}.podcast-player .player-image .feature-media-wrapper img{width:auto!important;object-fit:contain}.podcast-player .player-content{display:flex;gap:16px;justify-content:space-between;align-items:center;width:calc(100% - 100px)}@media screen and (min-width:992px){.podcast-player .player-content{width:100%}}.podcast-player .player-info{font-weight:700;background-image:linear-gradient(90deg,#fff 20%,hsla(0,0%,60%,0) 95%);-webkit-background-clip:text;background-clip:text;color:transparent;flex:1 1;max-width:100%;overflow:hidden}.podcast-player .player-info .title{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700;font-size:12px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;color:#fff;animation:marquee linear infinite}.podcast-player .player-info .title.isLink{text-decoration:none;cursor:pointer}.podcast-player .player-info .title span{padding-right:200px}@media screen and (min-width:992px){.podcast-player .player-info .title{margin-bottom:12px;font-size:16px;display:inline-block;text-align:unset;color:unset;animation:unset}.podcast-player .player-info .title:hover{display:inline-block;color:#fff;white-space:nowrap;animation:marquee linear infinite}}.podcast-player .player-info .subtitle{font-weight:500;font-size:16px;line-height:100%;color:hsla(0,0%,86%,.6);width:max-content;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:none}.podcast-player .player-info .subtitle.isLink{color:hsla(0,0%,86%,.6);cursor:pointer}@media screen and (min-width:992px){.podcast-player .player-info .subtitle{display:-webkit-box}}.podcast-player .player-controls{display:flex;gap:16px;align-items:center;justify-content:center;flex:0 0 auto;margin:0 auto;order:-1}@media screen and (min-width:992px){.podcast-player .player-controls{order:0}}.podcast-player .player-controls .time-control{cursor:pointer;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.podcast-player .player-controls .time-control img{width:21px;height:21px}@media screen and (min-width:992px){.podcast-player .player-controls .time-control img{width:35px;height:35px}}.podcast-player .player-controls .play-control{background:#00b910;border-radius:50%;justify-content:center;display:flex;align-items:center;cursor:pointer;width:40px;height:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (min-width:992px){.podcast-player .player-controls .play-control{width:64px;height:64px}}.podcast-player .player-status{flex:1 1;display:flex;align-items:center;justify-content:center;gap:5px;width:100%}@media screen and (min-width:992px){.podcast-player .player-status{gap:14px;margin-right:20px;padding:10px;width:unset}}@media screen and (min-width:1200px){.podcast-player .player-status{margin-right:45px}}.podcast-player .player-status .player-progress{flex:1 1;background:hsla(0,0%,100%,.302);height:6px;cursor:pointer;min-width:0}.podcast-player .player-status .player-progress .progress-bar{background:#fff;transition:width .2s ease}.podcast-player .player-status .player-volume{display:none;align-items:center;gap:11px;width:115px}@media screen and (min-width:992px){.podcast-player .player-status .player-volume{display:flex;margin-left:10px}}@media screen and (min-width:1200px){.podcast-player .player-status .player-volume{margin-left:30px}}.podcast-player .player-status .player-volume-icon{flex-shrink:0;width:24px;height:24px;padding:0;border:none;background:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center}.podcast-player .player-status .player-volume .player-volume-range{flex:1 1;min-width:0;width:100%;height:22px;margin:0;padding:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.podcast-player .player-status .player-volume .player-volume-range:focus{outline:none}.podcast-player .player-status .player-volume .player-volume-range::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:linear-gradient(to right,#fff 0,#fff var(--volume-pct,0),hsla(0,0%,100%,.149) var(--volume-pct,0),hsla(0,0%,100%,.149) 100%)}.podcast-player .player-status .player-volume .player-volume-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;margin-top:-4.5px;border-radius:50%;background:#fff;border:none;box-shadow:0 1px 4px 0 rgba(0,0,0,.122)}.podcast-player .player-status .player-volume .player-volume-range::-moz-range-track{height:6px;background:hsla(0,0%,100%,.302);border-radius:3px}.podcast-player .player-status .player-volume .player-volume-range::-moz-range-progress{height:6px;background:#fff;border-radius:3px}.podcast-player .player-status .player-volume .player-volume-range::-moz-range-thumb{-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;border:none;box-shadow:0 1px 4px 0 rgba(0,0,0,.122)}.podcast-player .player-status .player-time{min-width:40px;font-weight:500;line-height:100%;color:#fff;font-size:12px}@media screen and (min-width:992px){.podcast-player .player-status .player-time{font-size:16px;min-width:45px}}.podcast-player .player-status .player-time.duration{text-align:right;color:hsla(0,0%,100%,.302)}.podcast-player .player-close{position:absolute;top:6px;right:6px;z-index:1;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center}.podcast-player .player-close .close-icon{width:10px;height:10px}@media screen and (min-width:992px){.podcast-player .player-close .close-icon{width:13px;height:13px}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.podcast-items-wrapper .header-component{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.podcast-items-wrapper .header-component .title{font-weight:700;font-size:18px;line-height:20px;text-transform:uppercase;color:#000;margin-bottom:0}@media screen and (min-width:992px){.podcast-items-wrapper .header-component .title{font-size:20px}}.podcast-items-wrapper .header-component .all-see-button{font-weight:700;font-size:14px;line-height:110%;text-transform:uppercase;color:#00b910;display:flex;justify-content:space-between;align-items:center;background-color:transparent;white-space:nowrap;fill:#00b910;gap:10px;text-decoration:none}.podcast-items-wrapper .header-component .all-see-button:hover{text-decoration:underline}@media screen and (min-width:992px){.podcast-items-wrapper .header-component .all-see-button{font-size:16px}}.podcast-items-wrapper .podcasts-block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;margin-top:16px}@media screen and (min-width:992px){.podcast-items-wrapper .podcasts-block{margin-top:40px}}.podcast-items-wrapper .podcasts-block .podcast-card{width:100%;position:relative;display:flex;align-items:flex-start;justify-content:center;padding:16px;gap:16px;border-radius:4px;border:1px solid #dcdcdc;background-color:hsla(0,0%,95%,.302);text-decoration:none;flex-direction:column;transition:all .2s}@media screen and (min-width:992px){.podcast-items-wrapper .podcasts-block .podcast-card{flex-direction:row}}.podcast-items-wrapper .podcasts-block .podcast-card:hover{background-color:hsla(0,0%,95%,.8)}.podcast-items-wrapper .podcasts-block .podcast-card .inner-link-wrapper{position:absolute;z-index:10;width:100%;height:100%;top:0;left:0}.podcast-items-wrapper .podcasts-block .podcast-card .feature-media-wrapper{border-radius:4px;overflow:hidden;flex-shrink:0;margin-bottom:0}.podcast-items-wrapper .podcasts-block .podcast-card .card-content{width:100%}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main{display:grid;grid-template-columns:1fr max-content;grid-gap:9px 8px;gap:9px 8px;align-items:center}@media screen and (min-width:992px){.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main{flex-wrap:nowrap;display:flex;justify-content:space-between;align-items:flex-start;gap:37px}}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main .title{font-weight:700;font-size:16px;line-height:22px;color:#000;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:0}@media screen and (min-width:992px){.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main .title{font-size:20px;-webkit-line-clamp:2;line-height:26px;margin-bottom:10px}}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main .data{text-wrap:nowrap;font-weight:500;font-size:12px;line-height:100%;color:gray;order:3;width:100%;cursor:default;z-index:10}@media screen and (min-width:992px){.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main .data{font-size:14px;margin-top:13px;order:unset;width:unset;margin-left:auto}}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main .play-button{display:flex;justify-content:center;align-items:center;z-index:25;cursor:pointer;width:40px;height:40px;border-radius:50%;background-color:#00b910;flex-shrink:0;border:unset;padding:0;transition:background-color,opacity .2s}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main .play-button:hover:not(:disabled){background-color:#00940d}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main .play-button.error:disabled{opacity:.3;cursor:not-allowed}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main .play-button .loading{animation:rotation 2s linear infinite}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-main .play-button.active-track{background-color:#00940d;cursor:default}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional{display:flex;align-items:center;gap:165px;height:100%}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .description{font-weight:400;font-size:14px;line-height:20px;color:gray;display:none}@media screen and (min-width:992px){.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;width:calc(100% - 180px)}}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block{position:absolute;top:0;right:16px}@media screen and (min-width:992px){.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block{top:unset;right:12px;bottom:20px}}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options .popover{z-index:100}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options .popover-inner{display:flex;width:175px;border-radius:4px;border:1px solid #dcdcdc;background-color:#fff;flex-direction:column}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options .option{padding:14px 16px;color:#000;font-weight:600;font-size:12px;line-height:100%;vertical-align:middle;text-decoration:none;cursor:pointer}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options .option:hover{background-color:hsla(0,0%,95%,.6)}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options .option.share-success{display:flex;align-items:center;justify-content:space-between}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options .copy-to-clipboard-text{cursor:default;font-weight:400}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options .copy-to-clipboard-text:hover{background-color:unset}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options-button{z-index:15;position:relative;display:flex;gap:4px;align-items:center;justify-content:center;margin-top:18px;padding:21px 11px;cursor:pointer;background:unset;border:unset;border-radius:4px;transition:background-color .2s}@media screen and (min-width:992px){.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options-button{margin-top:unset}}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options-button:hover{background-color:hsla(0,0%,86%,.302)}.podcast-items-wrapper .podcasts-block .podcast-card .card-content .card-additional .options-block .options-button span{width:6px;height:6px;border-radius:3px;background-color:gray}@media screen and (min-width:992px){.podcast-items-wrapper .podcasts-block .podcast-card .horizontal-line-style{display:none}}