/*
Theme Name:   MCR Child
Theme URI:    https://mcragency.com
Template:     hello-elementor
Author:       Sergio Barranco — MCR Agency
Author URI:   https://mcragency.com
Description:  Child theme de Hello Elementor para MCR Agency. En esta fase solo añade la plantilla full-width del dashboard Pipeline. El diseño del sitio público se integrará en una fase posterior.
Version:      1.0.0
License:      Proprietary
Text Domain:  mcr-child
*/

/* ==========================================================================
   MCR CHILD — CSS mínimo
   Intencionalmente vacío excepto por reseteos defensivos para el dashboard.
   Los estilos del sitio público MCR vendrán en una fase posterior.
   ========================================================================== */

/* Fix defensivo: si alguien pone [mcr_pipeline] en una página normal
   (no la plantilla full-width), al menos quitar el wrapper max-width del tema */
body.page .mcr-pipeline,
body.single .mcr-pipeline {
    max-width: none;
}
