/* ==========================================================================
   HX Console — Phase 13 design layer

   The estimated cost block in the recipe editor. Set apart from the bill of
   materials above it, because it is a consequence of what was typed rather
   than another thing to type into.
   ========================================================================== */

.rc-estimate {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 2px solid var(--line-strong);
}
.rc-estimate table.dt tbody tr,
.rc-estimate table.dt tbody tr:nth-child(even),
.rc-estimate table.dt tbody tr:hover { background: transparent; }
.rc-estimate table.dt tbody td,
.rc-estimate table.dt tfoot td { padding: 9px 14px 9px 0; }
.rc-estimate table.dt tfoot td { border-top: 2px solid var(--line-strong); }
.rc-estimate .money { font-size: var(--t-num); }
.rc-estimate tbody td.num strong.money { font-size: var(--t-base); }
