/* User-approved enterprise KPI/fact panel, matched to renewable-enterprises. */
:where(.traditional-enterprises-page, .distribution-page, .coal-enterprises-page)
  :where(
    .traditional-enterprise__facts-layout,
    .distribution-facts,
    .coal-profile-facts-layout
  ) {
  box-sizing: border-box;
  padding: clamp(28px, 3.5vw, 52px);
  border-radius: 0;
  background: #edf3fb;
}

@media (max-width: 48rem) {
  :where(.traditional-enterprises-page, .distribution-page, .coal-enterprises-page)
    :where(
      .traditional-enterprise__facts-layout,
      .distribution-facts,
      .coal-profile-facts-layout
    ) {
    padding: clamp(20px, 6vw, 32px);
  }
}
