.episodeSection{width:100%;max-width:1100px;margin:35px auto 45px;padding:0 20px}.episodeSection h2{color:#ffffff;font-size:26px;font-weight:800;margin:0 0 18px;letter-spacing:1px}.episodeList{flex-direction:column;gap:12px}.episode,.episodeList{display:flex;width:100%}.episode{min-height:90px;align-items:center;gap:18px;padding:16px 20px;background:#171717;border:1px solid #2c2c2c;border-radius:12px;color:#ffffff;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.episode:hover{background:#222222;border-color:#ff4b0b;transform:translateY(-2px)}.episode.active{background:#21150f;border:2px solid #ff4b0b}.episodeNumber{width:58px;min-width:58px;height:58px;display:flex;align-items:center;justify-content:center;background:#0d0d0d;border-radius:10px;color:#ff4b0b;font-size:24px;font-weight:900}.episodeInfo{display:flex;flex-direction:column;gap:5px;flex:1 1}.episodeInfo strong{color:#ffffff;font-size:18px;font-weight:800}.episodeInfo span{color:#9d9d9d;font-size:14px}.episodePlay{width:44px;height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ff4b0b;color:#ffffff;font-size:17px;padding-left:3px}.episode.active .episodePlay{box-shadow:0 0 18px rgba(255,75,11,.45)}@media (max-width:600px){.episodeSection{margin-top:25px;padding:0 14px}.episodeSection h2{font-size:22px}.episode{min-height:78px;padding:12px;gap:12px;border-radius:10px}.episodeNumber{width:48px;min-width:48px;height:48px;font-size:19px}.episodeInfo strong{font-size:16px}.episodeInfo span{font-size:12px}.episodePlay{width:38px;min-width:38px;height:38px;font-size:14px}}