.podcast-section{background-color:transparent;border-bottom:1px solid #f3f4f6;font-family:sans-serif;padding:6rem 0}.podcast-container{margin:0 auto;max-width:1280px;padding:0 1rem}.podcast-grid{display:grid;gap:3rem}@media (min-width:1024px){.podcast-grid{gap:2rem;grid-template-columns:5fr 7fr}}.podcast-text-content{display:flex;flex-direction:column;justify-content:center}.podcast-eyebrow{color:#84cc16;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.podcast-eyebrow,.podcast-headline{font-weight:700;margin-bottom:1.5rem}.podcast-headline{color:#111827;font-size:2.25rem;letter-spacing:-.025em;line-height:1.1}.podcast-headline p{margin:0}@media (min-width:768px){.podcast-headline{font-size:3rem}}@media (min-width:1024px){.podcast-headline{font-size:3.75rem}}.podcast-description{color:#4b5563;font-size:1.125rem;line-height:1.625}.podcast-description p{margin:0}.podcast-episode-card,.podcast-episodes-list{display:flex;flex-direction:column;gap:1.5rem}.podcast-episode-card{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:1.5rem;padding:1.5rem;transition:box-shadow .2s ease-in-out}.podcast-episode-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}@media (min-width:640px){.podcast-episode-card{align-items:center;flex-direction:row}}.podcast-episode-image-wrapper{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:1rem;flex-shrink:0;height:8rem;overflow:hidden;width:100%}@media (min-width:640px){.podcast-episode-image-wrapper{width:12rem}}.podcast-episode-image{height:100%;object-fit:cover;width:100%}.podcast-episode-details{flex-grow:1}.podcast-episode-eyebrow{color:#6b7280;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.podcast-episode-title{color:#111827;font-size:1.5rem;font-weight:700;margin-bottom:.75rem;margin-top:0}.podcast-episode-desc{color:#4b5563;display:-webkit-box;font-size:.875rem;-webkit-line-clamp:2;margin-bottom:1rem;margin-top:0;-webkit-box-orient:vertical;overflow:hidden}.podcast-episode-button{align-items:center;border:1px solid #d1d5db;border-radius:9999px;color:#111827;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s ease-in-out}.podcast-episode-button:hover{background-color:#f9fafb}