.sec-podcast-player__inner{display:grid;grid-template-areas:"title" "embed" "link";row-gap:12px}@media (min-width:992px){.sec-podcast-player__inner{align-items:center;column-gap:20px;grid-template-areas:"title link" "embed embed";grid-template-columns:minmax(0,1fr) auto;row-gap:20px}}.sec-podcast-player__title{color:var(--color-neutral-black);grid-area:title;margin:0}.sec-podcast-player__link{flex-shrink:0;grid-area:link;margin-top:8px;@media (min-width:992px){margin-top:0}}.sec-podcast-player__embed{grid-area:embed;width:100%}.sec-podcast-player__embed iframe{display:block;max-width:100%;width:100%!important}