/* =========================================
   POWER BI FULLSCREEN (HEADER + FOOTER KEPT)
   ========================================= */

/* Ensure full height calculation works */
html, body {
    height: 100%;
}

/* Remove default page padding */
.site-content {
    padding: 0;
    max-width: 100%;
}

/* Wrapper fills available vertical space */
.report-wrapper {
    height: calc(100vh - 140px); /* header + footer height */
}

/* Power BI iframe fills wrapper */
.powerbi-frame {
    width: 100%;
    height: 100%;
    border: 0;
}
