.video-item{list-style:none;margin-top:1rem;padding:0}.video-item:first-of-type{margin-top:0}.video-title{font-weight:700;margin:0 0 .8rem}.player{display:grid;place-items:center;grid-template-rows:1fr}.player video{grid-area:1/1;width:100%;height:100%;aspect-ratio:16/9;max-width:100%;pointer-events:none}.player .play-icon{grid-area:1/1;opacity:.85;background-color:#e5e7eb;box-shadow:0 0 0 0 transparent,0 0 0 0 transparent,0 25px 50px -12px rgba(0,0,0,.25);padding:1.3rem;width:5rem;height:5rem;border-radius:100%}.player svg{max-width:100%;fill:#111827}.player .playing+.play-icon{opacity:0}.player button{grid-area:1/1;opacity:0;width:100%;height:100%}