.c-podcast-grid{--pc-bg:#fff;--pc-text:#16162e;--pc-sub:rgba(22,22,46,.8);--pc-accent:#4e3cbb;--pc-radius:12px;--pc-shadow:0 8px 22px rgba(22,22,46,.08);display:grid;gap:28px}@media (min-width:900px){.c-podcast-grid{gap:36px;grid-template-columns:repeat(2,minmax(0,1fr))}}.c-podcast-card{background:var(--pc-bg);border-radius:var(--pc-radius);box-shadow:var(--pc-shadow);color:var(--pc-text);overflow:hidden}.c-podcast-card__inner{align-items:start;display:grid;gap:14px;grid-template-columns:1fr;padding:14px}@media (min-width:900px){.c-podcast-card__inner{gap:18px;grid-template-columns:auto 1fr;padding:18px}}.c-podcast-card__media{order:0}.c-podcast-card__img,.c-podcast-card__placeholder{border-radius:10px;display:block;height:115px;object-fit:cover;width:115px}.c-podcast-card__placeholder{background:#f3f4f8;display:grid;place-items:center}.c-podcast-card__placeholder img{opacity:.7;width:55%}@media (min-width:900px){.c-podcast-card__img,.c-podcast-card__placeholder{border-radius:12px;height:175px;width:175px}}.c-podcast-card__body{display:flex;flex-direction:column;justify-content:center}.c-podcast-card__providers{margin:0 0 10px}.c-podcast-card__providers-box{align-items:center;background:#eef0ff;border-radius:6px;display:inline-flex;gap:6px;padding:6px 8px}.c-podcast-card__providers-leading-icon,.c-podcast-card__providers-leading-icon img{display:inline-block;height:14px;margin-bottom:2px;width:14px}.c-podcast-card__providers-label{color:var(--pc-accent);font-size:13px;font-weight:700;white-space:nowrap}.c-podcast-card__provider-list{display:inline-flex;gap:6px;list-style:none!important;margin:0!important;padding:0!important}.c-podcast-card__provider-item{align-items:center;display:flex;height:26px!important;list-style:none!important;margin-bottom:0!important;min-height:26px!important;padding-left:0!important}.c-podcast-card__provider-item:after,.c-podcast-card__provider-item:before{content:none!important}.c-podcast-card__provider-link{align-items:center;background:transparent;border-radius:6px;display:inline-flex;height:26px;justify-content:center;text-decoration:none;transition:transform .12s ease;width:26px}.c-podcast-card__provider-link:hover{transform:translateY(-1px)}.c-podcast-card__provider-icon{display:block;height:20px;width:20px}.c-podcast-card__title{font-size:24px;font-weight:800;line-height:1.15;margin:4px 0 6px}.c-podcast-card__desc{color:var(--pc-sub);font-size:14px;line-height:1.55;margin:0 0 12px}.c-podcast-card__cta{display:flex}.c-podcast-card__btn{align-items:center;background:var(--pc-text);border:1px solid var(--pc-text);border-radius:6px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:700;gap:6px;padding:8px 12px;text-decoration:none;transform:scale(1);transform-origin:center;transition:transform .18s ease,background .12s ease,border-color .12s ease,color .12s ease}.c-podcast-card__btn:focus,.c-podcast-card__btn:hover{background:#0f0f22;border-color:#0f0f22;color:#fff;transform:scale(1.035)}.c-podcast-card__btn-text{color:#fff}.c-podcast-card__btn-icon-img{display:block;flex:0 0 14px;height:14px;width:14px}@media (max-width:899.98px){.c-podcast-card__media{order:0}.c-podcast-card__providers{order:1}.c-podcast-card__title{order:2}.c-podcast-card__desc{order:3}.c-podcast-card__cta{order:4}}