/* SPEC2で追加した分納・納期一覧・見積依頼の表示補助 */
.plan small { grid-column: 1 / -1; color: var(--muted); font-weight: 700; }
.tablebox tr.warning td { background: #fff8dc; }
.tablebox tr.danger td { background: #fff0f0; }
.quoteReply { display: grid; grid-template-columns: 1fr 1fr auto; gap: 6px; }
@media (max-width: 700px) { .quoteReply { grid-template-columns: 1fr; } }
