/* MushollaPress Phase 1F — UI/UX Audit polish */
:where(a,button,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,#167a4b 70%,#fff);outline-offset:2px}
img{max-width:100%;height:auto}
pre,code{max-width:100%}
table{max-width:100%}
.screen-reader-text:focus{clip:auto!important;clip-path:none!important;height:auto!important;width:auto!important;left:8px!important;top:8px!important;padding:12px 16px!important;background:#fff!important;color:#111!important;z-index:100000}
@media(max-width:782px){
  html{overflow-x:hidden}
  body{overflow-x:hidden}
  .container{width:min(100% - 28px,1200px)}
  input,select,textarea{max-width:100%;font-size:16px}
}
