.podcast-listing-header{padding:40px 0 60px}.podcast-index{display:grid;gap:14px;grid-template-columns:1fr;padding-bottom:60px}.podcast-index .podcast-post{margin:0 auto;max-width:430px;overflow:hidden;position:relative;width:100%}.podcast-index .podcast-post:after{content:"";display:block;padding-top:100%}.podcast-index .podcast-post .podcast-post--content{display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:20px;position:absolute;top:0;width:100%}.podcast-index .podcast-post .podcast-post--content .podcast-post--episode{font-size:1.125rem;margin-bottom:0;position:relative}.podcast-index .podcast-post .podcast-post--content h2{margin:10px 0}.podcast-index .podcast-post .podcast-post--content h2 a{color:var(--body)}.podcast-index .podcast-post .podcast-post--content h2 a:focus,.podcast-index .podcast-post .podcast-post--content h2 a:hover{text-decoration:none}.podcast-index .podcast-post .podcast-post--content h2 a:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.podcast-index .podcast-post .podcast-post--content .podcast-post--date{align-items:center;display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:0}.podcast-index .podcast-post.podcast-post--preview{pointer-events:none}@media (min-width:768px){.podcast-listing-header{padding:60px 0 100px}.podcast-index{grid-template-columns:repeat(2,1fr);padding-bottom:80px}.podcast-index .podcast-post:nth-child(odd){margin:0 0 0 auto}.podcast-index .podcast-post:nth-child(2n){margin:0 auto 0 0}.podcast-index .podcast-post .podcast-post--content .podcast-post--date svg{opacity:0;transform:translateX(-150%);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.podcast-index .podcast-post:focus .podcast-post--content .podcast-post--date svg,.podcast-index .podcast-post:hover .podcast-post--content .podcast-post--date svg{opacity:1;transform:none}}@media (min-width:1200px){.podcast-index{grid-template-columns:repeat(3,1fr)}.podcast-index .podcast-post:nth-child(2n),.podcast-index .podcast-post:nth-child(odd){margin:0 auto}}