/* CONSAI responsive polish: restore existing mobile container gutters overridden by legacy hero rule. */
@media(max-width:760px){
 html[data-consai-theme] .page-hero .container.hero-grid{
  width:calc(100% - 28px);max-width:1200px;margin-inline:auto;min-width:0;
 }
 html[data-consai-theme] .page-hero .hero-actions{min-width:0}
 html[data-consai-theme] .page-hero .hero-actions .button{white-space:normal;text-align:center;overflow-wrap:anywhere}
}
