/* ============================================================
   INFLUENCE · Ajustes específicos de WordPress
   Correcciones al integrar el mockup dentro de WP (barra de
   administración, reset de Hello Elementor, etc.). El diseño de
   marca vive intacto en influence.css.
   ============================================================ */

/* La barra de admin de WP (32px / 46px en móvil) desplaza el layout
   fijo del shell. Compensamos el sidebar y el topbar sticky. */
body.admin-bar .side   { top: 32px; height: calc(100vh - 32px); }
body.admin-bar .topbar { top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar .side   { top: 46px; height: calc(100vh - 46px); }
  body.admin-bar .topbar { top: 46px; }
}

/* Hello Elementor puede inyectar paddings de página; el portal ocupa
   todo el ancho por sí mismo. */
body.influence-portal { margin: 0; }
body.influence-portal .site-header,
body.influence-portal .site-footer { display: none; }

/* Los enlaces del contenido heredan el color de marca, no el del tema. */
body.influence-portal a { color: inherit; }
