/* ============================================================
   calc-pages.css — additions for standalone calculator pages
   Layers on top of the site's existing styles.css. Does not
   modify that file.
   ============================================================ */

.breadcrumb-nav {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 24px 0;
  font-size: 13px;
  color: var(--muted, #6B7A78);
}
.breadcrumb-nav a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb-nav a:hover {
  color: var(--sage, #4C8067);
}
