.podcast-show-feature{border-bottom:.5px solid rgba(124,117,109,.3);display:grid;grid-template-areas:"name" "description" "hosts" "player" "subscribe";grid-template-columns:1fr;margin-bottom:var(--spacer5);padding-bottom:var(--spacer5);row-gap:var(--spacer4)}.podcast-show-feature:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}@media(min-width:768px){.podcast-show-feature{column-gap:var(--spacer6);grid-template-areas:"name ." "description subscribe" "hosts subscribe" "player player";grid-template-columns:2fr 1fr;margin-bottom:var(--spacer6)}}.podcast-show-feature__name{grid-area:name;-ms-grid-column:1;-ms-grid-row:1}.podcast-show-feature__description{grid-area:description;-ms-grid-column:1;-ms-grid-row:3}.podcast-show-feature__hosts{grid-area:hosts;-ms-grid-column:1;-ms-grid-row:5}.podcast-show-feature__player{grid-area:player;-ms-grid-column:1;-ms-grid-row:7}.podcast-show-feature__subscribe{grid-area:subscribe;-ms-grid-column:1;-ms-grid-row:9}@media (min-width:768px){.podcast-show-feature__name{-ms-grid-column:1;-ms-grid-row:1}.podcast-show-feature__description{-ms-grid-column:1;-ms-grid-row:2}.podcast-show-feature__hosts{-ms-grid-column:1;-ms-grid-row:3}.podcast-show-feature__player{-ms-grid-column:1;-ms-grid-row:4;-ms-grid-column-span:3}.podcast-show-feature__subscribe{-ms-grid-row:2;-ms-grid-row-span:2;-ms-grid-column:3}}