@supports (box-shadow: none) {
  .text-content a:where(:not(.button)),
  .cke_editable a:where(:not(.button)) {
    transition: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-shadow: none;
  }

  .text-content a:where(:not(.button)):hover,
  .cke_editable a:where(:not(.button)):hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--color--black);
    box-shadow: none;
    text-decoration-color: var(--color--primary-80);
  }
}


.site-footer .text-content a {
  -webkit-text-decoration: underline;
  text-decoration: none;
  color: var(--color--white);
  box-shadow: none;
}


.site-footer .text-content {
  color: #fff ;
}

.site-footer .text-content * {
  color: #fff ;
}

.site-footer .text-content .temp-footer-demo-button,
.site-footer .text-content .temp-footer-demo-button * {
  color: #004c97;
}