/*
 * Per-page CSS for about-bricks
 * Loaded conditionally via functions.php $page_css map.
 * Handles classes that Bricks emits via _cssGlobalClasses walker but whose
 * _cssCustom blocks need the bricks-child stylesheet as the cascade source.
 *
 * All layout/spacing/typography is authored in bricks-classes.json.
 * This file only adds:
 *   - Stats counter JS animation trigger class (.about-stats__number[data-counting])
 */

/* -------------------------------------------------------
   Stats counter — page-inline GSAP count-up guard
   The inline <script> in the Bricks Code element polls
   for GSAP before wiring; no extra CSS needed here
   beyond what bricks-classes.json already carries.
------------------------------------------------------- */

/* Ensure images in about-team__photo don't get Bricks flex-stretch
   (flex-column card with child img). */
.about-team__photo img {
  align-self: flex-start;
  width: 100%;
}

/* Ensure cert logos don't stretch inside flex-column cert items */
.about-certs__logo {
  align-self: center;
}
