pfe-cta a {
  color: inherit !important;
  text-decoration: none !important;
}

pfe-cta a:focus {
  outline: none !important;
}

pfe-cta[variant="wind"] a:hover,
pfe-cta[variant="wind"] a:hover {
  text-decoration: underline !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ */
  .pfe-cta--wrapper {
    white-space: nowrap;
  }
  .pfe-cta--wrapper > a,
  .pfe-cta--wrapper > button {
    white-space: normal;
  }
}

@supports (-ms-ime-align: auto) {
  /* Microsoft Edge Browser 16+ (All) */
  .pfe-cta--wrapper {
    white-space: nowrap;
  }
  .pfe-cta--wrapper > a,
  .pfe-cta--wrapper > button {
    white-space: normal;
  }
}

/*# sourceMappingURL=pfe-cta--lightdom.css.map */
