.featured-channel-card{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:24px;gap:12px;text-align:center;color:var(--tv-text);background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460)}.featured-channel-card__eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:var(--tv-text-dim)}.featured-channel-card__title{font-size:22px;font-weight:700;color:var(--tv-yellow)}.featured-channel-card__blurb{max-width:360px;font-size:14px;line-height:1.5;color:var(--tv-text-dim)}.featured-channel-card .featured-channel-card__cta{text-decoration:none}.featured-channel-card__cta--disabled{opacity:.6;cursor:not-allowed}.featured-channel-card--with-media{padding:14px 18px;gap:10px}.featured-channel-card__media{width:100%;flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000;border-radius:4px}.featured-channel-card__media-el{max-width:100%;max-height:100%;object-fit:contain;display:block}.featured-channel-card--with-media .featured-channel-card__blurb{font-size:13px;line-height:1.4}