.podcast_box{background:var(--grey-5);border-radius:24px;overflow:hidden}.podcast_img{width:100%;height:140px;background:linear-gradient(270deg,var(--pink-400) 0%,var(--pblue-500) 100%);color:var(--white);padding:24px 24px 12px 24px;font-weight:700}.podcast_details{height:82px}.podcast_img.active{position:relative}.podcast_img.active::after{content:'';position:absolute;top:50%;left:50%;width:120px;height:30px;background:url(https://images.parfumo.de/three-dots.svg) no-repeat;background-size:cover;display:block;transform:translate(-50%,-50%)}.podcast_play_button,.podcast_pause_button{cursor:pointer;width:42px;height:42px;display:flex;justify-content:center;align-items:center}.podcast_play_button img,.podcast_pause_button img{width:100%;height:100%}.podcast_pause_button{display:none}.podcast_follow_icon{width:21px;height:21px;margin-right:3px}