[data-owner-id="kz-s01-coal-enterprises"] .coal-enterprises-heading-rail {
  grid-template-columns: minmax(0, 1fr);
}
[data-owner-id="kz-s01-coal-enterprises"] .coal-profile-parent-heading {
  overflow-wrap: anywhere;
}
@media (max-width: 64rem) {
  [data-owner-id="kz-s01-coal-enterprises"] .coal-profile-facts-layout {
    grid-template-rows:
      repeat(3, var(--coal-fact-icon) minmax(calc(var(--coal-fact-step) - var(--coal-fact-icon)), auto))
      var(--coal-fact-icon)
      minmax(calc(var(--coal-fact-long-step) - var(--coal-fact-icon)), auto)
      minmax(var(--coal-fact-icon), auto);
  }
  [data-owner-id="kz-s01-coal-enterprises"] .coal-profile-facts,
  [data-owner-id="kz-s01-coal-enterprises"] .coal-profile-facts__rail {
    grid-row: 1 / span 9;
    grid-template-rows: subgrid;
  }
  [data-owner-id="kz-s01-coal-enterprises"] .coal-profile-fact:nth-of-type(1) { grid-row: 1 / span 2; }
  [data-owner-id="kz-s01-coal-enterprises"] .coal-profile-fact:nth-of-type(2) { grid-row: 3 / span 2; }
  [data-owner-id="kz-s01-coal-enterprises"] .coal-profile-fact:nth-of-type(3) { grid-row: 5 / span 2; }
  [data-owner-id="kz-s01-coal-enterprises"] .coal-profile-fact:nth-of-type(4) { grid-row: 7 / span 2; }
  [data-owner-id="kz-s01-coal-enterprises"] .coal-profile-fact:nth-of-type(5) { grid-row: 9; }
}
@media (max-width: 64rem) {
  [data-owner-id="kz-s01-coal-enterprises"] .coal-profile-facts__rail img {
    min-height: 0;
    contain: size;
  }
  [data-owner-id="kz-s01-coal-enterprises"] .coal-profile-facts__icon {
    height: var(--coal-fact-icon);
  }
}
