/* Site footer for the public sales pages (bundle checkout, upsell, success).
   Include templates/_site_footer.html and link this file in the page's head. */

.site-footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  font-size: 12px;
}

.site-footer-copy {
  margin: 0 0 6px;
  color: #fff;
}

.site-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer-links a {
  color: #cfd6e4;
  text-decoration: none;
}

.site-footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}
