/* Owner-selected transparent illustrations. Demo-only release, 15 Sep 2026. */
#three-steps .ry-steps-visual,
#three-steps .ry-how-stage {
  background: transparent;
  border: 0;
  box-shadow: none;
}
#three-steps .ry-steps-visual > img,
#three-steps .ry-how-panel > img {
  object-fit: contain;
}
#three-steps .ry-steps-number {
  color: #231f23;
}
#app-preview .ry-app-feature-visual {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
#app-preview .ry-selected-feature-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
