.cwd-podcast-grid{display:grid;gap:28px;margin:30px 0}.cwd-columns-1{grid-template-columns:1fr}.cwd-columns-2{grid-template-columns:repeat(2,1fr)}.cwd-columns-3{grid-template-columns:repeat(3,1fr)}.cwd-columns-4{grid-template-columns:repeat(4,1fr)}.cwd-podcast-card{background:#fff;border:1px solid #d9e7f2;border-radius:24px;overflow:hidden;box-shadow:0 12px 32px rgba(8,45,82,.08);transition:.25s ease}.cwd-podcast-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(8,45,82,.14)}.cwd-podcast-cover{position:relative;display:block;aspect-ratio:1/.78;background:linear-gradient(135deg,#082d52,#0a4e8a);overflow:hidden}.cwd-podcast-cover img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.cwd-podcast-card:hover .cwd-podcast-cover img{transform:scale(1.04)}.cwd-cover-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#fff;font-size:58px}.cwd-media-badge{position:absolute;left:16px;top:16px;background:rgba(255,255,255,.92);color:#082d52;border-radius:999px;padding:7px 13px;font-size:12px;text-transform:uppercase;font-weight:800}.cwd-podcast-body{padding:24px}.cwd-episode-no{display:inline-flex;background:#eaf5fd;color:#0a4e8a;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800;text-transform:uppercase;margin-bottom:12px}.cwd-podcast-body h3{margin:0 0 12px;font-size:24px;line-height:1.2;color:#082d52}.cwd-podcast-body h3 a{color:inherit;text-decoration:none}.cwd-podcast-meta,.cwd-single-meta{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:14px;color:#68798d;font-size:13px}.cwd-podcast-meta span,.cwd-single-meta span{background:#f7fbff;border:1px solid #d9e7f2;border-radius:999px;padding:5px 10px}.cwd-podcast-body p{color:#68798d;margin:0 0 18px}.cwd-podcast-btn{display:inline-flex;align-items:center;justify-content:center;background:#082d52;color:#fff!important;padding:13px 22px;border-radius:999px;text-decoration:none!important;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.4px}.cwd-podcast-btn:hover{background:#0a4e8a;color:#fff!important}.cwd-featured-podcast .cwd-podcast-card{display:grid;grid-template-columns:.9fr 1.1fr;align-items:stretch}.cwd-featured-podcast .cwd-podcast-cover{aspect-ratio:auto;min-height:420px}.cwd-single-player,.cwd-card-player{width:100%;margin:0 0 22px;background:#f7fbff;border:1px solid #d9e7f2;border-radius:18px;padding:18px;box-sizing:border-box}.cwd-card-player{margin:14px 0 18px;padding:12px}.cwd-single-player audio,.cwd-card-player audio,.cwd-single-player video,.cwd-card-player video{width:100%;display:block;border-radius:12px}.cwd-single-player iframe,.cwd-card-player iframe,.cwd-embed-wrap iframe{width:100%!important;max-width:100%!important;border-radius:14px}.cwd-player-empty{color:#68798d}.cwd-podcast-empty{background:#f7fbff;border:1px dashed #9cc6e3;border-radius:20px;padding:30px;color:#68798d;text-align:center}@media(max-width:1000px){.cwd-columns-3,.cwd-columns-4{grid-template-columns:repeat(2,1fr)}.cwd-featured-podcast .cwd-podcast-card{grid-template-columns:1fr}}@media(max-width:640px){.cwd-podcast-grid,.cwd-columns-2,.cwd-columns-3,.cwd-columns-4{grid-template-columns:1fr}.cwd-podcast-body h3{font-size:22px}}