.podcasts-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;margin:2rem 5rem;display:grid}.podcast-card{background-color:#137d35;border-radius:1.25rem;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0003}.podcast-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000004d}.podcast-card-logo{aspect-ratio:1;background-color:#0d5c27;flex-shrink:0;width:100%;position:relative;overflow:hidden}.podcast-card-logo img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.podcast-card-logo-placeholder{background:linear-gradient(135deg,#0d5c27 0%,#199441 100%);width:100%;height:100%}.podcast-card-body{flex-direction:column;flex:1;gap:1rem;padding:1.5rem 1.5rem 1.25rem;display:flex}.podcast-card-title{color:#fff;margin:0;font-size:1.25rem;font-weight:900}.podcast-card-desc{color:#ffffffd1;margin:0;font-size:.9rem;line-height:1.5}.podcast-card-latest{border-top:1px solid #fff3;flex-direction:column;gap:.35rem;padding-top:.75rem;display:flex}.podcast-card-latest-label{text-transform:uppercase;letter-spacing:.05em;color:#ffffff8c;font-size:.72rem;font-weight:700}.podcast-card-latest-title{color:#ffffffeb;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.88rem;font-weight:600;overflow:hidden}.podcast-card-latest audio{accent-color:#199441;width:100%;height:32px}.podcast-card-footer{border-top:1px solid #ffffff2e;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.podcast-card-links{align-items:center;gap:.25rem;display:flex}.podcast-card-links a{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;display:inline-flex}.podcast-card-links img{-o-object-fit:contain;object-fit:contain;opacity:.9;width:28px;height:28px;transition:opacity .15s}.podcast-card-links a:hover img{opacity:1}.podcast-card-btn{color:#fff;white-space:nowrap;background-color:#199441;border-radius:.6rem;justify-content:center;align-items:center;min-height:44px;padding:.45rem 1.1rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.podcast-card-btn:hover{color:#137d35;background-color:#fff}@media (max-width:768px){.podcasts-grid{grid-template-columns:1fr;gap:1.25rem;margin:1rem 1.25rem}.podcast-card-logo{aspect-ratio:16/9}}
.container-podcasts{box-sizing:border-box;color:#f5f5f5;text-align:center;background-color:#137d35;border:1px solid #137d35;border-radius:2rem;width:auto;margin:1rem 5rem 2rem;padding:1.5rem 2%;font-size:1.1rem;display:block}.container-podcasts h1{font-weight:900}.container-podcasts p{text-align:center}@media (max-width:768px){.container-podcasts{flex-direction:column;margin:1rem 2rem}}
