/* Block: cnm-icon-pillars
 * Extracted from theme CSS by wp-arch-agent.
 * Classes: cnm-icon, cnm-icon-pillars, home-pillars
 */

.home-why__caption .cnm-icon {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  color: var(--accent, #FF6B0F);
}

/* No background fill — mirrors the same removal in assets/css/home.css, and THIS
   is the copy that actually wins: the block stylesheet is a <link> that lands
   after inc/enqueue.php has inlined the theme CSS, so an opaque white here
   overrode the transparent rule there and kept cutting the tissue image off at
   this band's top edge (86ak0h1bt). Body is already #fff, so the band still
   reads white; it just stops occluding what passes behind it.
   If either copy is ever restored, restore both or they silently disagree. */
.home-pillars {
  padding-block: 90px;
}

.home-stats > .container,
.home-pillars > .container,
.home-connect--researchers > .container {
  max-width: calc(79.25rem + (var(--gutter) * 2));
}

@media (max-width: 991px) {
  .home-pillars {
    padding-block: 56px;
  }
}

.person-profile .close .cnm-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  vertical-align: 0;
}

