.pl-gal-videos{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:0.85rem}.pl-gal-video-box{width:min(100%,340px);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.08)}.pl-gal-video-frame{background:#000;line-height:0;overflow:hidden}.pl-gal-video-frame.is-embed{position:relative;width:100%;aspect-ratio:16/9}.pl-gal-video-frame.is-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.pl-yt-facade{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#000;cursor:pointer;display:block}.pl-yt-facade img{width:100%;height:100%;object-fit:cover;display:block;opacity:0.92;transition:opacity .2s}.pl-yt-facade:hover img{opacity:1}.pl-yt-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:0;filter:drop-shadow(0 2px 8px rgba(0,0,0,0.45));transition:transform .15s}.pl-yt-facade:hover .pl-yt-play{transform:translate(-50%,-50%) scale(1.08)}.pl-gal-video-frame.is-file video{display:block;width:100%;max-width:340px;max-height:min(72vh,600px);height:auto;object-fit:contain;background:#000;margin:0 auto}.pl-gal-video-cap{padding:0.65rem 0.8rem;font-weight:600;color:var(--pl-blue-dark,#0d7fb0);font-size:0.92rem;line-height:1.45}.pl-gal-video-cap strong{font-weight:800}.pl-gal-video-cap a{color:var(--pl-blue,#1a9fd4);text-decoration:underline}