.video-exercise-page{flex:1;width:100%;max-width:1344px;padding:0 32px;margin:64px auto;display:flex;flex-direction:row;justify-content:space-between;gap:64px}.video-exercise-page--showing-transcript{max-width:1536px}.exercise-page:has(.video-exercise-page--showing-transcript){min-width:1280px}.video-exercise-page__heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.video-exercise-page__heading-right{width:400px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:24px}.video-exercise-page__continue-button{max-width:268px}.video-exercise-page__video-container{position:sticky;top:32px;display:flex;flex-direction:column;gap:32px;flex:6;height:fit-content}.video-exercise-page__video{max-width:1280px;height:auto;aspect-ratio:16/9;border:none;background-color:var(--bg-secondary-alt)}.video-exercise-page__video-stub-container{max-width:1280px;height:auto;aspect-ratio:16/9;overflow:hidden;position:relative}.video-exercise-page__video-stub{position:absolute;transform:scale(.6666666667);width:1920px;height:1080px;transform-origin:0 0;border:none}.video-exercise-page__transcript-container{flex:4}.video-exercise-page__transcript-container p{margin-top:8px}.video-exercise-page__transcript-container p:has(strong){margin-top:16px}.video-exercise-page__info-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.video-exercise-page__info-text{color:var(--text-tertiary)}
