/* ==========================================================================
   Riprap Calculator - page-specific styles
   (Layout, inputs, results, and the Guide/FAQ accordions all come from the
   global design system; only genuinely unique tweaks belong here.)
   ========================================================================== */

/* Formula panel keeps its line breaks readable */
#calculation-formula-breakdown {
    white-space: pre-line;
}
