/* v605U — Add-on Services hero CTA route fix.
   The primary hero CTA now opens the Fast Track add-on booking modal instead of sending users into the visa order form. */
.addon-hero-book-btn-v605U{
  border:0;
  cursor:pointer;
}
.addon-hero-book-btn-v605U:focus-visible{
  outline:3px solid rgba(255,255,255,.85);
  outline-offset:3px;
}
