/* DDC attendee organisation centering — 2026-08-27 V14
   Current-year logo and name-only cards are centred.
   The 2025 name-only history cards are intentionally untouched. */
#attendees .saudi-attendee-org.organisation-logo-card{
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
#attendees .organisation-logo-card>a{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  text-align:center!important;
}
#attendees .organisation-logo-card .attendee-logo-wrap{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
#attendees .organisation-logo-card .attendee-logo-wrap img{
  display:block!important;
  float:none!important;
  align-self:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
  object-fit:contain!important;
  object-position:50% 50%!important;
}
#attendees .organisation-logo-card strong{
  display:block;
  width:100%;
  text-align:center!important;
}


/* Current-year confirmed organisations without a supplied logo */
#attendees .saudi-attendee-org.organisation-name-card{
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
#attendees .organisation-name-card>a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  text-align:center!important;
}
#attendees .organisation-name-card strong{
  display:block!important;
  width:100%!important;
  text-align:center!important;
}
