/* ==========================================================================
   Divi Graph & Charts — styles (frontend + VB)
   ========================================================================== */

.dgc-module {
	width: 100%;
	box-sizing: border-box;
}

.dgc-chart-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.dgc-chart-canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

/* VB wrapper */
.dgc-module.dgc-vb {
	padding: 4px;
}
