.video-download-page{--video-download-page-bottom: max(20px, env(safe-area-inset-bottom));--video-download-page-top: max(20px, env(safe-area-inset-top));--video-download-actions-height: 100px;height:100dvh;overflow:hidden}.video-download-content{padding-top:var(--video-download-page-top)}.video-download-media{overflow:hidden;padding-bottom:12px}.video-download-stage{border-radius:16px;box-shadow:0 18px 54px rgba(0,0,0,.34)}.video-download-player{display:block;max-width:100%;max-height:100%}.video-download-poster{z-index:1;opacity:1;transition:opacity .14s ease-out}.video-download-poster-hidden{opacity:0;pointer-events:none}.video-download-poster-play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:rgb(var(--mb-color-text-inverse));cursor:pointer}.video-download-poster-play-icon{width:80px;height:80px;object-fit:contain}.video-download-poster-play:focus-visible{outline:2px solid rgb(var(--mb-color-text-inverse));outline-offset:-4px}.video-download-stage-with-ratio{width:min(100%,var(--video-download-stage-max-width));max-height:min(640px,calc(100dvh - var(--video-download-page-top) - var(--video-download-actions-height)));aspect-ratio:var(--video-download-aspect-ratio);flex:none;background-position:center;background-repeat:no-repeat;background-size:contain}.video-download-stage-without-ratio{width:100%;height:min(640px,calc(100dvh - var(--video-download-page-top) - var(--video-download-actions-height)))}.video-download-actions{margin-inline:-20px;width:calc(100% + 40px);padding:28px 20px var(--video-download-page-bottom);background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.92) 22%,#000 52%)}.video-download-button{width:min(100%,var(--video-download-stage-max-width, 100%));height:52px;flex:none;border:1px solid rgb(var(--mb-color-text-inverse) / .2)!important;border-radius:100px!important;background:rgb(var(--mb-color-text-inverse) / .16)!important;backdrop-filter:blur(20px)}.video-download-button:hover,.video-download-button:focus-visible{border-color:rgb(var(--mb-color-text-inverse) / .35)!important;background:rgb(var(--mb-color-text-inverse) / .2)!important}.video-download-step{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;margin-right:10px;border-radius:999px;background:rgb(var(--mb-color-action-primary) / .12);color:rgb(var(--mb-color-action-primary));font-size:12px;font-weight:600}@media(max-height:620px){.video-download-page{--video-download-actions-height: 92px}.video-download-actions{padding-top:20px}}
