.pph-chart-wrapper {
	direction: rtl;
	text-align: right;
	margin: 24px 0;
	padding: 18px 20px;
	border: 1px solid #eee;
	border-radius: 8px;
	background: #fff;
	font-family: 'DanaFaNum' !important;
}

.pph-chart-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin-bottom: 14px;
	font-family: 'DanaFaNum' !important;
}

.pph-chart-title-bar {
	display: inline-block;
	width: 4px;
	height: 18px;
	background: #333;
	border-radius: 2px;
	font-family: 'DanaFaNum' !important;
}

.pph-chart-canvas-holder {
	position: relative;
	height: 180px;
	width: 100%;
	font-family: 'DanaFaNum' !important;
}
