/* 共用頁尾 2026（精簡版）— 需先載入 calculator/style.css */

.footer-2026--simple {
  background: var(--contrast);
  color: rgba(255, 255, 255, 0.88);
  margin-top: 2rem;
}

.footer-2026--simple .footer-2026__rss {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 1rem 0;
}

.footer-2026--simple .footer-2026__bottom {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 1.25rem 1rem 1.75rem;
  font-size: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-2026--simple .footer-2026__bottom p {
  margin: 0;
  opacity: 0.92;
}
