/* BASICALLY HAVE TO USE AN EXTERNAL CSS FILE RATHER THAN ADDING FIXES TO HTML DUE
TO RACE CONDITIONS INTRODUCED BY THE JS */

/*260508: globally, to give more height to tall highlighted characters */
h1.c-entrance-animation__heading .e-highlight__line::before {
    height: 1.2em !important;
    top: 47% !important;
}
  
h1.c-entrance-animation__heading .e-highlight__line {
  line-height: normal !important;
}

.site-footer__ticker .e-highlight__line::before {
    height: 1.1em !important;
    top: 45% !important;
}
  
.site-footer__ticker .e-highlight__line {
  line-height: normal !important;
}

/*260508: also here due to a race condition as seen on the quotes on /products/vulnerability-management */
q:before,q:after{content:''}