/* Optional color study. The canonical sitewide footer remains in footer.css. */
.footer-demo-type-b .site-footer {
  --site-footer-bg: #e9f1f1;
  --site-footer-text: #09272a;
  --site-footer-muted: #36575b;
  --site-footer-faint: #356d73;
  --site-footer-signal: #007680;
  --site-footer-line: rgba(9, 78, 84, .22);
  background: var(--site-footer-bg);
  border-top-color: #007680;
}

.footer-demo-type-b .site-footer__action:hover,
.footer-demo-type-b .site-footer__social-link:hover {
  color: #f4fbfb !important;
}

.footer-demo-type-b .site-footer__base {
  background: #0a3438;
}

.footer-demo-type-b .site-footer__legal a:hover {
  color: #62d6de;
}
