/* Keep plugin-rendered frontend media inside the document without overriding theme UI. */
html,body{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;overscroll-behavior-x:none}
@supports(overflow:clip){html,body{overflow-x:clip}}
img,video,iframe,canvas,svg{max-width:100%}
