/* Transportation Problem Calculator - page-specific styles. Global .ops- system loads from the theme. */
.tp-chart-wrap { position: relative; height: 300px; margin-top: 22px; }
#chartCanvas { max-width: 100% !important; }
#tp-costs { font-family: ui-monospace, "Cascadia Code", Menlo, Consolas, monospace; min-height: 96px; white-space: pre; }
@media (max-width: 560px) { .tp-chart-wrap { height: 260px; } }
