/* NEW Influence Index */
/* Leaderboard */
#comp-lmrozg3j {
    width: 100% !important;
    height: auto !important;
    min-height: 100vh !important;
    margin-top: 0 !important;

    @media only screen and (min-width: 640px) {
        width: 100% !important;
        aspect-ratio: 10 / 7 !important;
    }
}

/* Parliament Chart */
#comp-lmrqovdz {
    width: 100% !important;
    height: auto !important;
    min-height: 70vh !important;
    margin-top: 0 !important;

    @media only screen and (min-width: 640px) {
        width: 100% !important;
        aspect-ratio: 5 / 3 !important;
    }
}

/* Heatmap */
#comp-lmrr0hs8 {
    width: 100% !important;
    height: auto !important;
    min-height: 70vh !important;
    margin-top: 0 !important;

    @media only screen and (min-width: 640px) {
        width: 100% !important;
        aspect-ratio: 4 / 3 !important;
    }
}


/* OLD Influence-Index */
/* only way to address the iFrame since velo forbids all fixed identifiers for their components */
#comp-lbjppf69,
#comp-lcc0s1ug,
#comp-lcxa5oio3,
#comp-ldhgs6ri {
    width: 100vw !important;
    max-width: 1200px !important;
    height: auto !important;
    margin-top: 0 !important;
}

/* PM Chart */
#comp-lbjppf69 {
    aspect-ratio: 2 / 1.1 !important;
}

/* Scatterplot */
#comp-lcc0s1ug {
    aspect-ratio: 4 / 2 !important;
}

/* Map */
#comp-lcxa5oio3 {
    // aspect-ratio: 3 / 4 !important;
    aspect-ratio: 1 / 1 !important;
    max-width: 750px !important;
}

/* Leaderboard */
#comp-ldhgs6ri {
    aspect-ratio: 4 / 3 !important;
}

/*
iframe[title="pmchart"] {
    width: 100vw;
    max-width: 1200px;
    height: auto;
    aspect-ratio: 16 / 9;
}
*/
