.podcast_box{background:var(--grey-5);border-bottom-right-radius:6px;border-bottom-left-radius:6px}.podcast_img{width:100%;height:140px;background:linear-gradient(270deg,var(--pink-500) 0,var(--pblue-500) 100%);color:var(--white);padding:24px 24px 12px 24px;font-weight:bold}.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;background-color:var(--pblue-500);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;color:white;font-size:16px}.podcast_pause_button{display:none}.podcast_follow_icon{width:21px;height:21px;margin-right:3px}