
/* v25: use agreed uploaded Movement Science icons exactly as supplied; keep the rest unchanged */
.stage-icon-image,
.stage-panel-performance .stage-icon-image {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 0 !important;
  display: block !important;
  margin: 0.1rem 0 0.95rem !important;
}
.stage-icon-image img {
  display: block;
  height: 4.1rem;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .stage-icon-image img {
    height: 3.65rem;
  }
}
