/* v0.4.9: keep conditional course navigation links visible before hover. */
body header nav a[href*="/11-plus-course-dashboard/"],
body header nav a[href*="/register-your-interest/"],
body header .wp-block-navigation a[href*="/11-plus-course-dashboard/"],
body header .wp-block-navigation a[href*="/register-your-interest/"]{
    opacity:1!important;
    visibility:visible!important;
    color:#065f46!important;
    -webkit-text-fill-color:#065f46!important;
    text-shadow:none!important;
}
body header nav a[href*="/11-plus-course-dashboard/"]:hover,
body header nav a[href*="/11-plus-course-dashboard/"]:focus-visible,
body header nav a[href*="/register-your-interest/"]:hover,
body header nav a[href*="/register-your-interest/"]:focus-visible{
    color:#0f766e!important;
    -webkit-text-fill-color:#0f766e!important;
}
