.video-embed-container{aspect-ratio:16/9;contain:content;cursor:pointer;background:#000 50%/cover no-repeat;width:100%;display:block;position:relative;overflow:hidden}.video-embed-container.video-embed-active{cursor:default}.video-embed-container iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.video-embed-play-button-container{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.video-embed-play-button{filter:drop-shadow(0 4px 12px #0006);width:68px;height:48px;transition:transform .2s cubic-bezier(.4,0,.2,1),filter .2s cubic-bezier(.4,0,.2,1)}.video-embed-play-button-rounded{filter:drop-shadow(0 4px 16px #0000004d);width:80px;height:80px}.video-embed-play-bg{color:var(--theme-video-play-button-color,var(--play-button-brand-color,#000c))}.video-embed-container:hover .video-embed-play-button{filter:drop-shadow(0 6px 16px #00000080);transform:scale(1.08)}.video-embed-container:hover .video-embed-play-button-rounded{filter:drop-shadow(0 6px 20px #0006);transform:scale(1.1)}.video-embed-container:hover .video-embed-play-bg{color:var(--theme-video-play-button-hover-color,var(--theme-video-play-button-color,var(--play-button-brand-color,red)))}.video-embed-container:focus-visible{outline:3px solid var(--theme-focus-color,#fff);outline-offset:4px}.video-embed-container.video-embed-active .video-embed-play-button-container{display:none}.video-embed-container[data-aspect="4:3"]{aspect-ratio:4/3}.video-embed-container[data-aspect="1:1"]{aspect-ratio:1}.video-embed-container[data-aspect="9:16"]{aspect-ratio:9/16}@media (prefers-reduced-motion:reduce){.video-embed-play-button{transition:none}.video-embed-container:hover .video-embed-play-button{transform:none}}
