/* =============================================
   Application Flow — shared component
   SP flow image display toggle
   (Studio CSS handles breakpoints, this is a safety override)
   ============================================= */

img[data-s-53406de9-5493-4393-80e9-344cfe413fe1] {
  display: none;
}

@media screen and (max-width: 480px) {
  img[data-s-53406de9-5493-4393-80e9-344cfe413fe1] {
    display: flex;
  }
}
