/* DIGITAL OPUS BOUNDED RESPONSIVE REPAIR */
html,body{max-width:100%;overflow-x:hidden}*,*::before,*::after{box-sizing:border-box}
main,img,svg,canvas,video{max-width:100%}img,svg,canvas,video{height:auto}
button,input,select,textarea{max-width:100%;min-height:36px}.toolbar,[role=toolbar],.controls,.actions{flex-wrap:wrap;min-width:0}
dialog,[role=dialog],[aria-modal=true]{max-width:calc(100vw - 2rem);max-height:calc(100dvh - 2rem);overflow:auto}
@media(max-width:600px){.grid,.columns,.row{min-width:0;grid-template-columns:minmax(0,1fr);flex-wrap:wrap}}
@media(max-width:900px){
  #sidebar-left:not(.mobile-open),#sidebar-right:not(.mobile-open){visibility:hidden;pointer-events:none}
  #sidebar-left.mobile-open,#sidebar-right.mobile-open{visibility:visible;pointer-events:auto}
}
