.podcast-player{background:var(--white);border-top:10px solid var(--teal);-webkit-box-shadow:4px 4px 20px rgba(0,0,0,.1);box-shadow:4px 4px 20px rgba(0,0,0,.1);padding:6rem;position:relative;text-align:center}.podcast-player__sub-heading{margin-top:4rem}.podcast-player__networks{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--gap-sm);justify-content:center;margin-bottom:6rem}.podcast-player__network>img{height:6rem;width:6rem}.podcast-player__network:hover{opacity:.8;text-decoration:none}.podcast-player__accent{display:none}@media (min-width:1200px){.podcast-player__accent{display:block;left:-20rem;position:absolute;top:10rem;width:30rem}}