.episode-card{border:1px solid #eee;display:flex;flex-direction:column;padding:16px 20px}.episode-card .title{font-size:16px;line-height:1.2;margin-bottom:8px;width:fit-content}.episode-card.simple{border:none;border-bottom:1px solid #eee;padding:12px 0}.episode-card.simple:first-of-type{padding-top:5px}.episode-card.simple .title{font-size:14px}.episode-card .bottom{align-items:center;display:flex}.episode-card .bottom a.play{align-items:center;background:#f7f7f7;border:none;border-radius:16px;color:#d65e38;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;height:16px;padding:5px 15px 5px 10px}.episode-card .bottom a.play>svg{margin-right:5px}.episode-card .bottom a.play[disabled]{background:#eee;color:#999;cursor:not-allowed}.episode-card .bottom>span{color:#666;display:inline-block;font-size:12px;height:15px;margin-left:12px}