/* Carbon Intensity 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; }
.ops-check { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ops-text-dim); cursor: pointer; }
.ops-check input { width: auto; }
.is-bad { color: var(--ops-danger, #e5484d) !important; }
.is-good { color: var(--ops-ok, #7ee081) !important; }
@media (max-width: 620px) { .ma-row2 { grid-template-columns: 1fr; } .ma-chart-wrap { height: 300px; } }
