.podcast-show-feature{row-gap:var(--spacer4);padding-bottom:var(--spacer5);margin-bottom:var(--spacer5);border-bottom:.5px solid #7c756d4d;grid-template-columns:1fr;grid-template-areas:"name""description""hosts""player""subscribe";display:grid}.podcast-show-feature:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}@media (width>=768px){.podcast-show-feature{column-gap:var(--spacer6);margin-bottom:var(--spacer6);grid-template-columns:2fr 1fr;grid-template-areas:"name.""description subscribe""hosts subscribe""player player"}}.podcast-show-feature__name{grid-area:name}.podcast-show-feature__description{grid-area:description}.podcast-show-feature__hosts{grid-area:hosts}.podcast-show-feature__player{grid-area:player}.podcast-show-feature__subscribe{grid-area:subscribe}