.vv-module--podcast-card .vv-pc{align-items:stretch;background:hsl(var(--card));border:1px solid hsl(var(--border)/.6);border-radius:var(--radius-squircle-lg);box-shadow:var(--shadow-strong);display:grid;gap:1.5rem;grid-template-columns:1fr;margin:1.5rem auto 0;max-width:64rem;padding:1.25rem}.vv-module--podcast-card .vv-pc__cover{aspect-ratio:1/1;border-radius:var(--radius-squircle);box-shadow:var(--shadow-card);overflow:hidden;position:relative}.vv-module--podcast-card .vv-pc__img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.vv-module--podcast-card .vv-pc__tint{inset:0;mix-blend-mode:multiply;opacity:.9;position:absolute}.vv-module--podcast-card .vv-pc--blue .vv-pc__tint{background:linear-gradient(to bottom,hsl(var(--primary)/.85) 0,hsl(var(--primary)/.4) 45%,transparent 100%)}.vv-module--podcast-card .vv-pc--orange .vv-pc__tint{background:linear-gradient(to bottom,hsl(var(--vivira-terracotta)/.85) 0,hsl(var(--vivira-terracotta)/.4) 45%,transparent 100%)}.vv-module--podcast-card .vv-pc__shade{background:linear-gradient(to top,hsl(var(--foreground-strong)/.6) 0,transparent 55%);inset:0;position:absolute}.vv-module--podcast-card .vv-pc__pill{left:1.25rem;position:absolute;top:1.25rem}.vv-module--podcast-card .vv-pc__pill span{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:hsl(var(--card)/.15);border:1px solid hsl(var(--card)/.7);border-radius:9999px;color:hsl(var(--card));display:inline-flex;font-size:.875rem;font-weight:600;padding:.375rem 1rem}.vv-module--podcast-card .vv-pc__caption{bottom:1.25rem;left:1.25rem;position:absolute;right:1.25rem}.vv-module--podcast-card .vv-pc__guest{color:hsl(var(--card)/.9);font-size:.875rem;font-weight:500;margin:0;text-shadow:0 1px 2px hsl(var(--foreground-strong)/.4)}.vv-module--podcast-card .vv-pc__role{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:hsl(var(--foreground-strong)/.55);border-radius:.375rem;color:hsl(var(--card));display:inline-block;font-size:1.25rem;font-weight:700;line-height:1.15;margin:.125rem 0 0;padding:.05rem .5rem}.vv-module--podcast-card .vv-pc__body{display:flex;flex-direction:column;justify-content:space-between;min-width:0}.vv-module--podcast-card .vv-pc__title{color:hsl(var(--foreground-strong));font-size:clamp(1.25rem,1.1rem + .5vw,1.75rem);font-weight:600;line-height:1.2;margin:0 0 1rem}.vv-module--podcast-card .vv-pc__desc{color:hsl(var(--foreground)/.8);line-height:1.7}.vv-module--podcast-card .vv-pc__desc :last-child{margin-bottom:0}.vv-module--podcast-card .vv-pc__footer{border-top:1px solid hsl(var(--border)/.7);display:flex;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.vv-module--podcast-card .vv-pc__cta{align-items:center;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;text-decoration:none;transition:opacity .2s ease}.vv-module--podcast-card .vv-pc--blue .vv-pc__cta{color:hsl(var(--primary))}.vv-module--podcast-card .vv-pc--orange .vv-pc__cta{color:hsl(var(--vivira-terracotta))}.vv-module--podcast-card .vv-pc__cta:hover{opacity:.8}.vv-module--podcast-card .vv-pc__cta-arrow{transition:transform .2s ease}.vv-module--podcast-card .vv-pc__cta:hover .vv-pc__cta-arrow{transform:translateX(4px)}@media (min-width:768px){.vv-module--podcast-card .vv-pc{gap:2.5rem;grid-template-columns:minmax(0,300px) 1fr;padding:2rem}.vv-module--podcast-card .vv-pc__role{font-size:1.5rem}}@media (prefers-reduced-motion:reduce){.vv-module--podcast-card .vv-pc__cta,.vv-module--podcast-card .vv-pc__cta-arrow{transition:none}.vv-module--podcast-card .vv-pc__cta:hover .vv-pc__cta-arrow{transform:none}}