.podcast-feed__playlists-grid-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(22%,1fr));column-gap:32px;row-gap:16px}.podcast-feed__primary-current-playlist{grid-column:1 / 3;grid-row:1 / 3;background-color:var(--grey-200)}.podcast-feed__past-playlist-item{display:flex;flex-direction:column;width:100%}.podcast-feed__past-title-playlist-wrapper{display:flex;flex-direction:row;gap:16px;padding:8px 0px;justify-content:space-between;align-content:center;align-items:center}.podcast-feed__past-playlist-link{color:var(--p-navy-blue);font-size:16px;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;padding:12px 16px;white-space:nowrap;border:1px solid var(--grey-300)}.podcast-feed__past-playlist-image{width:100%}.podcast-feed__past-playlist-icon{width:16px;height:16px}.podcast-feed__inner-wrapper{padding-top:64px;padding-bottom:64px}@media screen and (max-width:760px){.podcast-feed__playlists-grid-wrapper{grid-template-columns:1fr 1fr;grid-template-columns:repeat(auto-fill,minmax(40%,1fr));column-gap:16px}.podcast-feed__primary-current-playlist{grid-column:1 / -1;grid-row:1 / 2;background-color:var(--grey-200);min-height:clamp(560px,100vw,840px)}.podcast-feed__past-title-playlist-wrapper{flex-wrap:wrap}.podcast-feed__inner-wrapper{padding-top:32px;padding-bottom:32px}}@media screen and (max-width:380px){.podcast-feed__playlists-grid-wrapper{grid-template-columns:repeat(auto-fill,minmax(48%,1fr))}}