.podcast-player{align-items:center;border:1px solid #b7b8d2;display:flex;flex-direction:column;position:relative}.podcast-player .podcast-player__button{background-color:#fff;cursor:pointer;padding:24px;text-align:center;width:100%}.podcast-player .podcast-player__button svg,.podcast-player .podcast-player__button svg *{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.podcast-player .podcast-player__button svg #Oval{fill:transparent}.podcast-player .podcast-player__button:hover svg #Oval{fill:#ecebf3;stroke:#312f82}.podcast-player .podcast-player__button:hover svg #Triangle{fill:#312f82}.podcast-player .podcast-player__button:hover svg #Fill_1{fill:#b7b8d2}.podcast-player .podcast-player__button:hover svg #Fill_3{fill:#9798be}.podcast-player .podcast-player__button:hover svg #Fill_5{fill:#656697}.podcast-player .podcast-player__cta{border-top:1px solid #b7b8d2;width:100%}.podcast-player .podcast-player__cta a{background-color:#c4af8f;color:#312f82;display:block;font-size:1.5rem;font-weight:600;letter-spacing:.58px;line-height:26px;padding:10px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease;-webkit-transition:all .3s ease}.podcast-player .podcast-player__cta a:focus,.podcast-player .podcast-player__cta a:hover{background-color:#d6c8b3;text-decoration:none}@media (min-width:768px){.podcast-player{margin:0 auto;max-width:360px}}