/* Fuel Combustion CO2e (Scope 1) 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; }
.fc-row .ops-select, .fc-row .ops-input { padding: 6px 8px; font-size: 13px; }
.fc-head span { font: 600 11px/1 var(--ops-mono); letter-spacing: .04em; color: var(--ops-text-dim); }
.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; }
  .fc-head { display: none !important; }
  .fc-row { grid-template-columns: 1fr 1fr !important; }
  .ma-chart-wrap { height: 300px; }
}
