.et_pb_equal_columns>.et_pb_column{margin-top:auto;margin-bottom:auto}.spotify-podcast-module{background:#081221;padding:50px;border-radius:14px;display:grid;gap:22px}.podcast-card{display:flex;gap:20px;background:#223d57;border-radius:12px;padding:18px;cursor:pointer;transition:.25s ease;align-items:center}.podcast-card:hover{background:#1099D6;transform:translateY(-2px)}.podcast-art{position:relative;width:95px;height:95px;flex-shrink:0}.podcast-art img{width:100%;height:100%;object-fit:cover;border-radius:8px}.play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:26px;color:white;background:rgba(0,0,0,.35);border-radius:8px;opacity:0;transition:.25s}.podcast-card:hover .play-overlay{opacity:1}.podcast-body h3{color:#fff;margin:0 0 6px;font-size:18px}.podcast-meta{color:rgba(255,255,255,.6);font-size:13px;margin-bottom:10px}.podcast-meta .dot{margin:0 6px}.podcast-desc{color:rgba(255,255,255,.75);margin:10px 0}.podcast-links a{display:inline-block;padding:6px 14px;border-radius:20px;background:#fff;color:#081221;font-weight:600;text-decoration:none;font-size:13px}.podcast-card audio{display:none}.waveform{display:flex;align-items:flex-end;gap:3px;height:26px;margin:8px 0}.waveform span{width:3px;background:#1099D6;height:20%;border-radius:3px;animation:wave 1.2s infinite ease-in-out}.waveform span:nth-child(2){animation-delay:.1s}.waveform span:nth-child(3){animation-delay:.2s}.waveform span:nth-child(4){animation-delay:.3s}.waveform span:nth-child(5){animation-delay:.4s}.waveform span:nth-child(6){animation-delay:.5s}.waveform span:nth-child(7){animation-delay:.6s}.waveform span:nth-child(8){animation-delay:.7s}@keyframes wave{0%,100%{height:20%}50%{height:100%}}.podcast-card:not(.playing) .waveform span{animation:none;height:25%}