/* Process Yield Calculator - page-specific styles. Global .ops- system loads from the theme. */

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

#py-steps { font-family: ui-monospace, "Cascadia Code", Menlo, Consolas, monospace; min-height: 130px; white-space: pre; }

.py-table-scroll { max-height: 420px; overflow-y: auto; margin-top: 18px; }

@media (max-width: 560px) {
  .py-chart-wrap { height: 280px; }
}
