/* Keep the Java progress bar inside its progress card on every screen size. */
.java-hero-progress .progress {
  width: min(230px, 100%) !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.java-hero-progress .progress > * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}
