/*
 Theme Name:   RCAD PRO Child
 Theme URI:    https://recursoscad.com
 Description:  Tema hijo profesional de Orbital 2.6.5 — SEO, AdSense, Mega Menu, bbPress, Panel Usuario, Acordeón, Login Modal.
 Author:       RecursosCAD
 Author URI:   https://recursoscad.com
 Template:     orbital
 Version: 7.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  rcad-pro
*/

/*
 * MOBILE EMERGENCY FIX — Se carga siempre, máxima prioridad
 */
@media (max-width: 768px) {
    /* Overflow solo en móvil donde realmente hace falta,
       y solo en body, no en html (html con overflow:hidden
       rompe position:absolute full-width del mega-menu) */
    body { max-width: 100vw; overflow-x: clip; }

    .site-main, #content, main, .container, #content-wrapper,
    .site-content, .content-area, .entry-content {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body.home .site-main,
    body.home main {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
}
