/* Page Designer — Chart Block | Namespace: pd-blk-chart-* */
/* v1.0.0 (introduced in PAGE_DESIGNER_VERSION 2.7.10)    */
/* Container styles for chart blocks in both editor and    */
/* published output. No shared selectors.                  */

[data-pd-chart-cfg],
[data-pd-chart-config],
[data-pd-chart] {
    position: relative;
    min-height: 200px;
    width: 100%;
    box-sizing: border-box;
}

[data-pd-chart-cfg] canvas,
[data-pd-chart-config] canvas,
[data-pd-chart] canvas {
    display: block;
    width: 100% !important;
    max-width: 100%;
}
