/* v1138R — make Fast Track price action visibly clickable on Price Lists. */
html body.fees-page .price-fasttrack-link-v1138R{
  color:#0b63ce !important;
  font-weight:800 !important;
  text-decoration:underline !important;
  text-decoration-thickness:2px !important;
  text-underline-offset:4px !important;
  cursor:pointer !important;
}
html body.fees-page .price-fasttrack-link-v1138R:hover{
  color:#084d9f !important;
}
html body.fees-page .price-fasttrack-link-v1138R:focus-visible{
  outline:3px solid rgba(11,99,206,.24) !important;
  outline-offset:3px !important;
  border-radius:4px !important;
}
