@charset "UTF-8";
/* CSS Document */

/* ──────────────────────────────────────────
   Frontend
────────────────────────────────────────── */

.efpc-chart-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;    /* altura = largura ÷ (16/9) */
}

#resultados .efpc-chart-wrapper {
  height: 250px;
}

.efpc-chart-wrapper canvas {
  width: 100% !important;
  height: 100% !important;
}

.efpc-chart-caption {
  font-style: italic;
  color: #666;
	font-size: 0.7rem;
	margin-top: 0.5rem;
	margin-bottom: 2rem !important;
}