/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

/* Estilos para gráficos - Versão Corrigida */
.chart-header {
	width: 100% !important;
	text-align: center !important;
	margin: 2rem 0;
	position: relative;
}

.chart-title {
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
	color: #2c3338;
}

.chart-title small {
	display: block;
	font-size: 0.8em;
	color: #666;
	margin-top: 5px;
}

.chart-period {
	font-size: 0.75em;
	color: #666;
	margin-top: 0.5em;
	display: block;
	font-weight: 400;
}

.chart-wrapper {
	margin: 2rem auto;
	max-width: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.chart-canvas {
	width: 100% !important;
	height: 400px !important;
	min-height: 300px;
	background: white;
	border-radius: 8px;
}


@media (max-width: 768px) {
	.chart-title {
		font-size: 1.4em;
		font-weight: 600;
		margin-bottom: 15px;
		text-align: center;
		color: #2c3338;
	}

	.chart-title small {
		display: block;
		font-size: 0.8em;
		color: #666;
		margin-top: 5px;
	}

	.chart-period {
		font-size: 0.65em;
	}

	.chart-canvas {
		height: 300px !important;
	}
}


.wp-block-group .chart-header,
.wp-block-column .chart-header {
	text-align: center !important;
}

.google-visualization-chart-line {
	stroke-width: 2px;
}

.google-visualization-chart-line[series-index="1"] {
	stroke-dasharray: 5, 5;
}