.episode-card{position:relative;display:block;aspect-ratio:16 / 9;width:100%;overflow:hidden;border:0;border-radius:8px;background:var(--in2-show-card-background);color:inherit;cursor:pointer;font:inherit;padding:0;text-align:inherit;text-decoration:none}.episode-card:focus-visible{outline:3px solid var(--in2-show-card-focus-ring);outline-offset:3px}.episode-card__image{display:block;width:100%;height:100%;object-fit:cover}.episode-card__title{position:absolute;bottom:0;left:0;box-sizing:border-box;width:fit-content;max-width:calc(100% - 16px);padding:3px 8px 5px;color:var(--in2-show-card-title-color);font-size:.7em;font-weight:700;background:#000000b3}.episode-card--selected:after{position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--in2-show-card-selected-indicator);content:""}.episode-card__theatre{position:fixed;z-index:calc(var(--in2-z-drawer) + 100);inset:0;display:grid;box-sizing:border-box;place-items:center;padding:64px clamp(20px,5vw,96px)}.episode-card__theatre-backdrop{position:absolute;inset:0;background:#000000eb}.episode-card__theatre-dialog{position:relative;z-index:1;width:min(100%,1200px);background:#000;box-shadow:0 24px 80px #0009}.episode-card__theatre-dialog:focus{outline:none}.episode-card__theatre-close{position:absolute;z-index:2;top:-48px;right:0;display:grid;width:44px;height:44px;place-items:center;padding:0;border:0;border-radius:50%;color:var(--color-white);background:transparent;cursor:pointer}.episode-card__theatre-close:hover{background:#ffffff24}.episode-card__theatre-close:focus-visible{outline:3px solid var(--in2-show-card-focus-ring);outline-offset:2px}.episode-card__video{width:100%}@media(max-width:640px){.episode-card__theatre{padding:56px 16px 16px}}
