/* One consistent public footer. Existing Blocksy and V1 footers are hidden to prevent duplicate legal information. */
footer.ct-footer,
.innersun-v1-production-page .iv1-footer {
  display: none !important;
}
.innersun-compliance-footer {
  position: relative;
  z-index: 1;
  padding: 58px 24px max(58px, env(safe-area-inset-bottom));
  background: #eee6d8;
  color: #746c60;
  text-align: center;
}
.innersun-compliance-footer__inner {
  max-width: 860px;
  margin: 0 auto;
}
.innersun-compliance-footer p,
.innersun-compliance-footer__legal {
  margin: 0;
  color: inherit;
  font: 400 clamp(18px, 2.1vw, 28px)/1.55 "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: .015em;
}
.innersun-compliance-footer__legal { margin-bottom: 8px; }
.innersun-compliance-footer__legal a,
.innersun-compliance-footer p a {
  color: inherit;
  text-decoration: none;
}
.innersun-compliance-footer__legal a:hover,
.innersun-compliance-footer p a:hover { color: #4d453b; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 640px) {
  .innersun-compliance-footer { padding: 42px 20px max(48px, env(safe-area-inset-bottom)); }
  .innersun-compliance-footer p,
  .innersun-compliance-footer__legal { font-size: 17px; }
}
