.radio-podcasts{margin:42px 0}.podcast-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.podcast-card{overflow:hidden;border:1px solid #dfe7ef;border-radius:15px;background:#fff;box-shadow:0 10px 28px #0416330d}.podcast-card--featured{border-color:#e79548;box-shadow:0 12px 32px #d8621324}.podcast-card__cover,.podcast-card__placeholder{width:100%;aspect-ratio:1.6/1;object-fit:cover}.podcast-card__placeholder{display:grid;place-items:center;color:#10c8ef;background:linear-gradient(145deg,#082d57,#041633);font-size:44px}.podcast-card__body{padding:18px}.podcast-card__meta{display:flex;justify-content:space-between;gap:10px;color:#d86213;font-size:11px;font-weight:900}.podcast-card h3{margin:8px 0}.podcast-card p{color:#65778a;font-size:13px;line-height:1.5}.podcast-card audio{width:100%;height:42px;margin-top:8px}.podcast-card__link{display:inline-flex;margin-top:12px;color:#1478ef;font-size:12px;font-weight:900}@media(max-width:850px){.podcast-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.podcast-grid{grid-template-columns:1fr}}
