/* ClinicaMOB v229 — alignment and container repair.
   Loaded last on every public page. Does not alter routing, forms, scripts, SEO, or content. */

/* Search brief: keep the form centered in the same site grid. */
body.cm-fixed-search .form-shell{
  width:min(calc(100% - 48px), 980px)!important;
  max-width:980px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.cm-fixed-search main > section > .container{
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Knowledge search is itself a direct section, so the global full-bleed section rule
   must not wipe out its centered card margins. */
body.cm-fixed-interior #clinicamob-knowledge-search{
  width:min(calc(100% - 48px), 1080px)!important;
  max-width:1080px!important;
  margin:42px auto!important;
  padding:28px!important;
  box-sizing:border-box!important;
}
body.cm-fixed-interior #clinicamob-knowledge-search .ks-form{
  width:100%!important;
}
body.cm-fixed-interior #clinicamob-knowledge-search .ks-form input{
  width:auto!important;
}

/* Defensive grid discipline for authored content inside the fixed-target system. */
body.cm-fixed-target main .container{
  box-sizing:border-box!important;
}
body.cm-fixed-target main img,
body.cm-fixed-target main video,
body.cm-fixed-target main iframe,
body.cm-fixed-target main table{
  max-width:100%!important;
}

@media(max-width:760px){
  body.cm-fixed-search .form-shell,
  body.cm-fixed-interior #clinicamob-knowledge-search{
    width:min(calc(100% - 28px), 1080px)!important;
  }
  body.cm-fixed-interior #clinicamob-knowledge-search{
    margin:28px auto!important;
    padding:20px!important;
  }
}
