.content_card_podcast{height:450px;min-height:450px;max-height:450px;display:flex;flex-direction:column;background:var(--meno-bg-card,#fff);border:1px solid var(--meno-border,#ece6f6);border-radius:10px;overflow:hidden;box-shadow:0 1px 4px 0 rgba(80,60,120,.08);transition:box-shadow .18s,border-color .18s}.content_card_podcast:hover{box-shadow:0 4px 16px 0 rgba(80,60,120,.13);border-color:#d1b3ff}.content_card_podcast .podcast-card-title{font-size:1rem;font-weight:600;color:var(--color-foreground,#222);margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:2}.content_card_podcast .podcast-card-artwork{position:relative;width:100%;aspect-ratio:4/3;min-height:250px;background-color:var(--color-muted,#f4f4f4);display:flex;align-items:center;justify-content:center;overflow:hidden}.content_card_podcast .podcast-card-artwork img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.content_card_podcast .podcast-card-artwork .podcast-card-no-artwork{color:var(--color-muted-foreground,#888);font-size:var(--font-size-sm,.9rem)}