/* Final compact-screen fixes loaded after the legacy page stylesheet. */
@media (max-width: 1199px) {
  .battery-architecture > .battery-architecture__line--cloud-mobile {
    margin-top: 63px;
  }

  .battery-architecture__card--mobile h3 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 600px) {
  .battery-architecture > .battery-architecture__line--cloud-mobile {
    margin-top: 55px;
  }
}
