/* static/css/cost_calc_graph.css */
/* 原価計算シミュレーション専用の損益分岐点グラフ（他ツールとは独立したスタイル） */

.cost-graph-card {
    margin-top: 1rem;
}

.cost-graph-wrap {
    background: #fbfdff;
    border: 0.0625rem solid #dbe4f0;
    border-radius: 1rem;
    padding: 1rem;
}

.cost-graph-wrap canvas {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cost-graph-note {
    margin: 0.75rem 0 0;
    font-size: 0.8125rem;
    color: #6b7280;
    text-align: center;
}
