.episodes-list{display:flex;flex-direction:column;gap:1rem;width:100%;margin:2rem 0;padding:0}.episodes-list>.episodes-list-heading{width:100%;display:block;margin-top:2rem;margin-bottom:.2rem;font-size:1.2em;color:#fff;font-weight:600;letter-spacing:.01em}.episode-row{display:flex;align-items:center;background:#23242a;border-radius:8px;box-shadow:0 2px 8px rgba(40,167,233,.08);padding:.8rem 1.2rem;min-height:56px;width:100%;box-sizing:border-box;gap:1.2rem}.episode-img{width:48px;height:48px;border-radius:6px;object-fit:cover;margin-right:1.2rem;background:#18191a;flex-shrink:0}.episode-num{color:#aaa;font-weight:700;min-width:70px;font-family:monospace;font-size:1.25em}.episode-name{color:#28a7e9;font-weight:500;text-decoration:none;font-size:1.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.episode-name:focus,.episode-name:hover{text-decoration:underline;color:#0ff;outline:2px solid #0ff;outline-offset:2px}@media (max-width:600px){.episode-row{flex-direction:column;align-items:flex-start;gap:.3rem;padding:.7rem .7rem;min-height:unset}.episode-img{margin-bottom:.5rem;margin-right:0}.episode-name,.episode-num{white-space:normal;overflow:visible;text-overflow:unset}}