/* Filled CTA buttons: black text on white hover overlay */
.tf-btn.btn-fill:hover,
.tf-btn:not(.btn-reset):not(.btn-line):not(.btn-white):hover,
.tf-btn.btn-fill:hover .text,
.tf-btn.btn-fill:hover .icon,
.tf-btn.btn-fill:hover span,
.tf-btn:not(.btn-reset):not(.btn-line):not(.btn-white):hover .text,
.tf-btn:not(.btn-reset):not(.btn-line):not(.btn-white):hover .icon,
.tf-btn:not(.btn-reset):not(.btn-line):not(.btn-white):hover span {
  color: #000;
  -webkit-text-fill-color: #000;
}
