.podcastContainer{display:flex;justify-content:space-between;align-items:flex-start;border:1px solid #ddd;border-radius:12px;gap:24px;width:100%;max-width:1205;height:auto;margin:auto;background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.2)}.image-wrapper{position:relative;width:280px;height:250px;flex-shrink:0}.image-wrapper .episode-image{-o-object-fit:cover;object-fit:cover;z-index:1}.image-wrapper .batch{position:absolute;top:0;right:0;z-index:100}.image-wrapper .speaker-info{position:absolute;bottom:0;left:0;width:100%;background:#f8810b;padding:.5rem 1rem;display:flex;justify-content:space-between;z-index:10}.image-wrapper .speaker-info,.image-wrapper .speaker-info .name{color:#fff;font-size:12px;font-style:normal;font-weight:600;line-height:12px}.image-wrapper .speaker-info .name{margin-bottom:4px}.image-wrapper .speaker-info .role{color:#fff;font-size:10px;font-style:normal;font-weight:400;line-height:12px}.image-wrapper .speaker-info .companyLogo{width:28.32px;height:36px}.centerSection{flex:1;padding-right:24px;border-right:2px solid #ccc;padding-top:32px}.centerSection .titleRow{display:flex;align-items:center;justify-content:space-between;position:relative}.centerSection .titleRow h1{color:#000;font-size:24px;font-style:normal;font-weight:500;line-height:40px;max-width:95%;margin:0;flex:1;word-break:break-word}.centerSection .titleRow .spotifyIcon{font-size:26px;color:#1db954;position:absolute;right:0;top:8px;flex-shrink:0;transition:transform .2s ease,opacity .2s ease}.centerSection .titleRow .spotifyIcon:hover{transform:scale(1.1);opacity:.8}.centerSection .episodeMeta{color:#717171;font-size:12px;font-style:normal;font-weight:400;line-height:12px;margin-bottom:18px}.centerSection .playerControls{display:flex;flex-direction:column;gap:12px}.centerSection .playerControls .saveButton{display:flex;align-items:center;gap:8px;border:none;background:none;cursor:pointer;color:#717171;font-size:12px;font-style:normal;font-weight:400;line-height:12px;transition:color .2s ease,opacity .2s ease}.centerSection .playerControls .saveButton:hover:not(:disabled){color:#1db954}.centerSection .playerControls .saveButton:disabled{cursor:not-allowed;opacity:.5}.centerSection .playerControls .saveButton .svg{width:25px;height:25px;transition:transform .2s ease}.centerSection .playerControls .saveButton:hover:not(:disabled) .svg{transform:rotate(90deg)}.centerSection .playerControls .playBar{display:flex;align-items:center;gap:12px}.centerSection .playerControls .playBar .playToggle{border:none;background:none;padding:0;line-height:0;cursor:pointer}.centerSection .playerControls .playBar .playToggle:disabled{cursor:not-allowed;opacity:.45}.centerSection .playerControls .playBar .playIcon{height:45px;width:45px;color:orange;cursor:pointer}.centerSection .playerControls .playBar span{color:#2e2f38;font-size:12px;font-style:normal;font-weight:400;line-height:12px}.centerSection .playerControls .playBar .progressBar{width:100%;max-width:78%;height:4px;background:#eee;border-radius:2px;position:relative}.centerSection .playerControls .playBar .progressBar.progressBarSeekable{cursor:pointer}.centerSection .playerControls .playBar .progressBar.progressBarSeekable:focus-visible{outline:2px solid #f8810b;outline-offset:2px}.centerSection .playerControls .playBar .progressBar .progress{width:0;height:100%;background:#000;border-radius:2px}.centerSection .playerControls .playBar .volumeBtn{border:none;background:none;padding:0;line-height:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.centerSection .playerControls .playBar .volumeBtn:disabled{cursor:default;opacity:.55}.centerSection .playerControls .playBar .volumeBtn.volumeBtnMuted{opacity:.45}.centerSection .playerControls .spotifyEmbedWrap{width:100%;margin-top:10px}.centerSection .playerControls .spotifyEmbed{width:100%;max-width:100%;height:152px;border:0;border-radius:12px}.rightSection{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:40px;padding-right:10px}.rightSection .actionItem{display:flex;align-items:center;gap:18px;font-size:14px;color:#000;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.rightSection .actionItem:hover:not([style*="opacity: 0.5"]){opacity:.8;transform:translateX(2px)}.rightSection .actionItem:active:not([style*="opacity: 0.5"]){transform:translateX(0)}.rightSection .actionItem svg{width:32px;height:32px;color:#000;transition:color .2s ease}.rightSection .actionItem:hover:not([style*="opacity: 0.5"]) svg{color:#1db954}.rightSection .actionItem span{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:12px;transition:color .2s ease}.rightSection .actionItem:hover:not([style*="opacity: 0.5"]) span{color:#1db954}.rightSection .terms{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:12px;margin-top:12px}@media(max-width:1024px){.podcastContainer{flex-direction:column;align-items:center;padding:16px;gap:20px}.podcastContainer .image-wrapper{width:220px;height:200px}.podcastContainer .centerSection{border-right:none;padding:0;text-align:center}.podcastContainer .centerSection .titleRow{justify-content:center}.podcastContainer .centerSection .titleRow h1{font-size:20px;line-height:28px}.podcastContainer .centerSection .titleRow .spotifyIcon{position:static;margin-left:8px}.podcastContainer .centerSection .playerControls{align-items:center}.podcastContainer .centerSection .playerControls .playBar{max-width:100%}.podcastContainer .rightSection{flex-direction:row;justify-content:center;gap:16px;padding:0}.podcastContainer .rightSection .terms{text-align:center;width:100%}}@media(max-width:768px){.podcastContainer{padding:12px;gap:16px}.podcastContainer .image-wrapper{width:180px;height:160px}.podcastContainer .centerSection h1{font-size:18px;line-height:24px}.podcastContainer .centerSection .episodeMeta,.podcastContainer .centerSection .saveButton{font-size:11px}.podcastContainer .centerSection .playBar{gap:8px}.podcastContainer .centerSection .playBar .playIcon{width:36px;height:36px}.podcastContainer .centerSection .playBar span{font-size:11px}.podcastContainer .rightSection{flex-direction:column;align-items:center;gap:12px}.podcastContainer .rightSection .actionItem{font-size:12px;gap:8px}.podcastContainer .rightSection .actionItem svg{width:24px;height:24px}.podcastContainer .rightSection .terms{font-size:11px}}