/* ============================================================================
   Coverage cost calculator (Pages/Resources/Tools/CoverageCostCalculator.cshtml).
   Ported from "Coverage Cost Calculator.dc.html". Page frame only: the widget's own rules ship with the island
   (Client/coverage-cost.css -> compiled/assets/coverage-cost.css). Shared tool-page pieces live in site.css.
   ============================================================================ */

/* "Hero Backdrop" tone Green, no bottom glow. */
.cc-glow {
    background:
        radial-gradient(62% 78% at 50% 6%, rgba(112, 190, 68, .30) 0%, rgba(112, 190, 68, .14) 42%, rgba(112, 190, 68, 0) 74%),
        linear-gradient(180deg, rgba(112, 190, 68, .10) 0%, rgba(112, 190, 68, 0) 68%);
}

/* "Print the summary": only the employee view goes to paper. */
@media print {
    .site-header, .site-footer, .subnav, .hero, .tool-foot, .skip-link, .cc__views { display: none !important; }
    .cc-body { padding: 0 !important; }
    .cc__employee { max-width: none; border: 0; box-shadow: none; }
    .cc__emp-head { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    a[href]::after { content: none !important; }
}
