.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{font-family:Roboto;margin-bottom:4px}.image-wrapper .speaker-info .role{color:#fff;font-family:Roboto;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-family:Roboto;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}.centerSection .episodeMeta{color:#717171;font-family:Roboto;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-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:12px}.centerSection .playerControls .saveButton .svg{width:25px;height:25px}.centerSection .playerControls .playBar{display:flex;align-items:center;gap:12px}.centerSection .playerControls .playBar .playIcon{height:45px;width:45px;color:orange;cursor:pointer}.centerSection .playerControls .playBar span{color:#2e2f38;font-family:Poppins;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 .progress{width:30%;height:100%;background:#000;border-radius:2px}.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}.rightSection .actionItem svg{width:32px;height:32px;color:#000}.rightSection .actionItem span{font-size:14px}.rightSection .actionItem span,.rightSection .terms{color:#000;font-family:Roboto;font-style:normal;font-weight:400;line-height:12px}.rightSection .terms{font-size:12px;margin-top:12px}