/* Electricity CO2e Calculator - page-specific styles. Global .ops- system loads from the theme. */
.ma-chart-wrap { position: relative; height: 300px; margin-top: 22px; }
#chartCanvas { max-width: 100% !important; width: 100% !important; height: 100% !important; }
.ma-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.is-bad { color: var(--ops-danger, #e5484d) !important; }
.is-good { color: var(--ops-ok, #7ee081) !important; }
@media (max-width: 560px) { .ma-row2 { grid-template-columns: 1fr; } .ma-chart-wrap { height: 280px; } }
