.viewer-body:has(video){display:flex;align-items:center;justify-content:center;padding:24px;background:#08141d;overflow:hidden}
.viewer-body video{display:block;width:auto!important;height:auto!important;max-width:min(760px,calc(100% - 24px))!important;max-height:min(72vh,680px)!important;object-fit:contain!important;border-radius:12px;box-shadow:0 18px 60px rgba(0,0,0,.28)}
@media(max-width:680px){.viewer-body:has(video){padding:8px}.viewer-body video{max-width:100%!important;max-height:calc(100dvh - 154px)!important;border-radius:8px;box-shadow:none}}
