/* ==========================================================================
   RESET LOCAL PARA RST SECTION BUILDER (Reset Videogames)
   Aísla los componentes internos de la contaminación del tema de la tienda
   ========================================================================== */

/* 1. Reset para el contenedor maestro y absolutamente todo lo que viva dentro */
.rst-builder-section, 
.rst-builder-section *, 
.rst-builder-section ::after, 
.rst-builder-section ::before {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    line-height: 1.5 !important;
    text-transform: none !important; /* Evita que el tema fuerce todo a MAYÚSCULAS */
    letter-spacing: normal !important;
}

/* 2. Forzar comportamiento limpio y predecible en elementos comunes */
.rst-builder-section p {
    margin-bottom: 1rem !important;
    font-size: 14px !important;
    color: inherit; /* Hereda el color que se defina en el JSON o cuadro CSS */
}

.rst-builder-section h1, 
.rst-builder-section h2, 
.rst-builder-section h3, 
.rst-builder-section h4 {
    margin-bottom: 0.5rem !important;
    font-weight: 600 !important;
    color: inherit;
}

.rst-builder-section img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

.rst-builder-section a {
    text-decoration: none !important;
    color: inherit !important;
}