.graph {
    width: 100%;
    min-height: 32rem;
}

.graph :global(.js-plotly-plot) {
    width: 100% !important;
}

.graph :global(.plotly) {
    border-radius: 1.6rem;
    box-shadow: inset 0 0 0 1px var(--colour-BLUE_LIGHT_3);
}
