/* JP CE Polls Pro - custom styles. Only rules that UIkit/YOOtheme cannot cover remain. */

/* ECharts needs a minimum height until it initializes and sets its own height. */
.jp-poll .jp-poll-chart {
	min-height: 120px;
}

/* Chart border-radius has no sized UIkit utility, so a minimal plugin rule is used. */
.jp-poll .jp-poll-chart-wrapper.jp-chart-radius-small {
	border-radius: 6px;
}

.jp-poll .jp-poll-chart-wrapper.jp-chart-radius-default {
	border-radius: 12px;
}

.jp-poll .jp-poll-chart-wrapper.jp-chart-radius-large {
	border-radius: 24px;
}
