.podcast-show-feature{display:grid;grid-template-columns:1fr;grid-template-areas:"name" "description" "hosts" "player" "subscribe";row-gap:1rem;padding-bottom:1.618rem;margin-bottom:1.618rem;border-bottom:.5px solid rgba(124,117,109,.3)}.podcast-show-feature:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}@media(min-width:768px){.podcast-show-feature{grid-template-columns:2fr 1fr;grid-template-areas:"name ." "description subscribe" "hosts subscribe" "player player";column-gap:2.617924rem;margin-bottom:2.617924rem}}.podcast-show-feature__name{-ms-grid-row:1;-ms-grid-column:1;grid-area:name}.podcast-show-feature__description{-ms-grid-row:3;-ms-grid-column:1;grid-area:description}.podcast-show-feature__hosts{-ms-grid-row:5;-ms-grid-column:1;grid-area:hosts}.podcast-show-feature__hosts__pictures{flex-shrink:0}.podcast-show-feature__hosts__pictures__image{height:72px;width:72px;flex-shrink:0}.podcast-show-feature__hosts__pictures__image .component-image,.podcast-show-feature__hosts__pictures__image .component-image>img{object-fit:cover;border-radius:50%}.podcast-show-feature__hosts__name>a{font-weight:700}.podcast-show-feature__player{-ms-grid-row:7;-ms-grid-column:1;grid-area:player}.podcast-show-feature__subscribe{-ms-grid-row:9;-ms-grid-column:1;grid-area:subscribe}@media (min-width:768px){.podcast-show-feature__name{-ms-grid-row:1;-ms-grid-column:1}.podcast-show-feature__description{-ms-grid-row:2;-ms-grid-column:1}.podcast-show-feature__hosts{-ms-grid-row:3;-ms-grid-column:1}.podcast-show-feature__player{-ms-grid-row:4;-ms-grid-column:1;-ms-grid-column-span:3}.podcast-show-feature__subscribe{-ms-grid-row:2;-ms-grid-row-span:2;-ms-grid-column:3}}.podcast-show-feature__services{display:grid;grid-template-columns:repeat(2,1fr);row-gap:.3819820591rem;justify-content:space-between}@media(min-width:768px){.podcast-show-feature__services{grid-template-columns:1fr}}