.fullpage-dashboard-section {
    background: #0A0E27;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 76px);
}

.fullpage-dashboard-container {
    width: 100%;
    max-width: 1440px; /* or 1440px depending on your report size */
    aspect-ratio: 16 / 9; /* IMPORTANT */
    position: relative;
}

.fullpage-dashboard-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
