/* ============================================
   RESPONSIVE IMPRESIÓN — TABLET
   Breakpoint: 768px – 1023px

   Ajustes intermedios del módulo Impresión.
   ============================================ */

@media screen and (min-width: 768px) and (max-width: 1023px) {

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

    .ipr-section {
        padding: 16px;
    }
}
