/* AutoGaatha 2.2.0 — site-wide stability layer */
html{overflow-x:hidden;-webkit-text-size-adjust:100%}
body{overflow-x:clip}
*,*::before,*::after{box-sizing:border-box}
img,svg,video,canvas,iframe{max-width:100%;height:auto}
figure{max-width:100%;margin-inline:0}
input,select,textarea,button{max-width:100%;font:inherit}
.site-main,.site-content,main{min-width:0}
.wp-block-image img,.post-thumbnail img{display:block;width:100%}
.entry-content{overflow-wrap:anywhere}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{overflow-wrap:normal;word-break:normal}
@media(max-width:1100px){
  .ag-home-grid,.ag-hero-grid,.archive-grid,.posts-grid{min-width:0}
}
@media(max-width:767px){
  body{width:100%}
  .alignwide,.alignfull{max-width:100vw}
  .entry-content table{display:block;max-width:100%;overflow-x:auto}
}
