/* FIX FINAL PARA GHL 2.0 — eliminar fondo blanco del canvas interno */
.page-content,
.page-content-wrapper,
.funnel-step,
.funnel-step-content,
.funnel-page,
.funnel-page-content,
#funnel-page,
#funnel-page-content {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
}
/* Eliminar fondo blanco del wrapper que GHL inyecta después */
body > div:not(.ja-loader):not(#ja-app) {
background: transparent !important;
}
/* ELIMINAR EL FONDO QUE GHL INYECTA EN EL BODY */
body {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
--bg-main: transparent !important;
}
.hl_page-preview--content,
.hl_page-preview--content * {
background: transparent !important;
background-color: transparent !important;
}