/* ABC Analysis Calculator - page-specific styles. Global .ops- system loads from the theme. */

.abc-chart-wrap { position: relative; height: 340px; margin-top: 22px; }
#chartCanvas { max-width: 100% !important; }

#abc-items { font-family: ui-monospace, "Cascadia Code", Menlo, Consolas, monospace; min-height: 150px; white-space: pre; }

.abc-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.abc-table-scroll { max-height: 460px; overflow-y: auto; margin-top: 18px; }

@media (max-width: 560px) {
  .abc-row2 { grid-template-columns: 1fr; }
  .abc-chart-wrap { height: 300px; }
}
