/* v131 — wspólny wzorzec video po potwierdzonym teście City Park */
.v131-player{position:relative;display:block;overflow:hidden;background:#17191b}
.v131-player--landscape{width:100%;aspect-ratio:16/9}
.v131-frame{position:absolute;inset:0;width:100%;height:100%;border:0;background:#17191b}
.v131-cover{position:absolute;inset:0;z-index:3;width:100%;height:100%;padding:0;border:0;background:#17191b;cursor:pointer;color:#fff}
.v131-cover img,.v131-adobe-cover img{display:block;width:100%;height:100%;object-fit:cover}
.v131-shade{position:absolute;inset:0;background:rgba(0,0,0,.16);transition:background .2s ease}
.v131-cover:hover .v131-shade,.v131-cover:focus-visible .v131-shade{background:rgba(0,0,0,.28)}
.v131-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:rgba(0,0,0,.64);color:#fff;font-size:28px;line-height:1;padding-left:4px;border:1px solid rgba(255,255,255,.3);transition:transform .2s ease,background .2s ease}
.v131-cover:hover .v131-play,.v131-cover:focus-visible .v131-play{transform:translate(-50%,-50%) scale(1.06);background:rgba(0,0,0,.78)}
.v131-player.is-playing .v131-cover{display:none}
.v90-film-card .v131-player{border-radius:inherit}

/* Adobe CCV: player jest załadowany pod własną okładką. Okładka nie przechwytuje kliknięcia,
   więc klik trafia bezpośrednio w natywny przycisk Adobe. Po fokusie iframe okładka znika. */
.v131-adobe{position:relative;display:block;overflow:hidden;width:100%;aspect-ratio:16/9;background:#17191b}
.v131-adobe-cover{position:absolute;inset:0;z-index:3;width:100%;height:100%;padding:0;border:0;cursor:pointer;background:#17191b;color:#fff;transition:opacity .12s ease,visibility .12s ease}
.v131-adobe-cover .v131-play{pointer-events:none}
.v131-adobe-cover:hover .v131-shade,.v131-adobe-cover:focus-visible .v131-shade{background:rgba(0,0,0,.28)}
.v131-adobe-cover:hover .v131-play,.v131-adobe-cover:focus-visible .v131-play{transform:translate(-50%,-50%) scale(1.06);background:rgba(0,0,0,.78)}
.v131-adobe.is-playing .v131-adobe-cover{opacity:0;visibility:hidden;pointer-events:none}
.v90-film-card .v131-adobe{border-radius:inherit}

/* Naprawa konfliktu v52 + v129: top i bottom jednocześnie rozciągały badge REEL na całą wysokość. */
.v129-format{top:auto !important}

@media(max-width:767px){.v131-play{width:58px;height:58px;font-size:23px}}
