/* ============================================
   RESPONSIVE IMPRESIÓN — DESKTOP
   Breakpoint: min-width 1024px

   Refinamientos de escritorio del módulo Impresión.
   ============================================ */

@media screen and (min-width: 1024px) {

    /* Guía: hasta 4 steps en fila */
    .ipr-guide-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
