/* QARAR Enterprise v26.3.138 — definitive Community hierarchy centering fix.
 * Higher-specificity overrides for the older v26.3.43 four-column rules.
 * DOM order and organisational levels are untouched; only row alignment changes.
 */
@media (min-width:781px){
  body.page-template-page-community .community-group-section--board .community-group-people .org-level .org-people-grid,
  body.page-template-page-community .community-group-section--management .community-group-people .org-level .org-people-grid,
  body.page-template-page-community .community-group-section--researchers .community-group-people .org-level .org-people-grid,
  body.page-template-page-community .community-group-section--trainers .community-group-people .org-level .org-people-grid,
  body.page-template-page-community .community-group-section--working-groups .community-group-people .org-level .org-people-grid{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:repeat(auto-fit,minmax(240px,286px))!important;
    justify-content:center!important;
    justify-items:stretch!important;
    gap:24px 20px!important;
    margin-inline:auto!important;
  }

  body.page-template-page-community .community-group-section--board .community-group-people .org-level,
  body.page-template-page-community .community-group-section--management .community-group-people .org-level,
  body.page-template-page-community .community-group-section--researchers .community-group-people .org-level,
  body.page-template-page-community .community-group-section--trainers .community-group-people .org-level,
  body.page-template-page-community .community-group-section--working-groups .community-group-people .org-level{
    width:100%!important;
    max-width:none!important;
    margin-inline:auto!important;
  }

  /* Keep the established card dimensions; only the track is centered. */
  body.page-template-page-community .community-group-section .community-group-people .org-level .person-card{
    width:100%!important;
    max-width:286px!important;
    margin-inline:auto!important;
  }

  /* Internal Community section pages and taxonomy views: center inside their content column. */
  body.page-template-page-community-group .community-internal-people .org-level .org-people-grid,
  body.tax-qarar_person_group .internal-content .org-level .org-people-grid,
  body.post-type-archive-qarar_person .internal-content .org-level .org-people-grid{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:repeat(auto-fit,minmax(220px,286px))!important;
    justify-content:center!important;
    justify-items:stretch!important;
    gap:24px 20px!important;
    margin-inline:auto!important;
  }
}
