/* Reset standalone-app layout assumptions from common.css when embedded in the root app */
.contentPageArea.wfl-embedded {
    left: 0 !important;
    width: 100% !important;
    min-height: unset !important;
    padding-top: 0 !important;
    transition: none !important;
}

/* The root app PrimaryLayout already constrains height; let the chart fill available space */
#workflow-root {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
