/* Kanban Sizing Calculator - page-specific styles. Global .ops- system loads from the theme. */

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

.kb-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }

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