/* 광고 리포트 캠페인/유형 파이 iframe 호스트
 * adpick.report.css 가 chartRow iframe 에 height:180px 고정 → 캔버스(200px)+HTML범례가 잘림 */

.chartMixed.chartRow .chartbox iframe.chart1.om-gradientbox,
.chartMixed.chartRow .chartbox iframe.chart2.om-gradientbox {
	min-height: 236px;
	height: 236px;
}

@media (max-width: 639.98px) {
	.chartMixed.chartRow .chartbox {
		text-align: left;
	}

	.chartMixed.chartRow .chartbox iframe.chart1.om-gradientbox,
	.chartMixed.chartRow .chartbox iframe.chart2.om-gradientbox {
		display: block;
		width: 100% !important;
		max-width: 100%;
		min-height: 228px;
		height: 228px;
		margin-left: 0 !important;
		margin-right: auto !important;
		vertical-align: top;
	}
}
