/* Instituto Brasbol v4.15.7
   Protección contra subrayados y decoraciones heredadas de Astra/WordPress.
   Se limita a componentes creados por el plugin y no modifica Tutor LMS nativo. */

body .brasbol-home-root a,
body .brasbol-home-root a:link,
body .brasbol-home-root a:visited,
body .brasbol-home-root a:hover,
body .brasbol-home-root a:focus,
body .brasbol-home-root a:active,
body .brasbol-global-header a,
body .brasbol-global-header a:link,
body .brasbol-global-header a:visited,
body .brasbol-global-header a:hover,
body .brasbol-global-header a:focus,
body .brasbol-global-header a:active,
body .brasbol-independent-footer a,
body .brasbol-independent-footer a:link,
body .brasbol-independent-footer a:visited,
body .brasbol-independent-footer a:hover,
body .brasbol-independent-footer a:focus,
body .brasbol-independent-footer a:active,
body .brasbol-live-overlay a,
body .brasbol-live-overlay a:hover,
body .brasbol-live-modal a,
body .brasbol-live-modal a:hover,
body .brasbol-presential-soldout a,
body .brasbol-register-before-buy a,
body .brasbol-student-welcome a,
body .brasbol-student-help a,
body .brasbol-enrolled-course-access a,
body .brasbol-product-whatsapp,
body .brasbol-view-course-button,
body .brasbol-student-course-button,
body .brasbol-v410-item-actions a,
body .brasbol-commerce-head a,
body .brasbol-account-head a,
body .brasbol-checkout-trust a,
body .brasbol-commerce-steps a {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: 0 !important;
    -webkit-text-decoration: none !important;
}

/* Astra puede recrear el subrayado en pseudoestados. */
body .brasbol-home-root a:hover,
body .brasbol-home-root a:focus-visible,
body .brasbol-global-header a:hover,
body .brasbol-global-header a:focus-visible,
body .brasbol-independent-footer a:hover,
body .brasbol-independent-footer a:focus-visible {
    text-decoration: none !important;
    text-decoration-line: none !important;
}

/* Conserva accesibilidad: foco visible sin subrayado. */
body .brasbol-home-root a:focus-visible,
body .brasbol-global-header a:focus-visible,
body .brasbol-independent-footer a:focus-visible,
body .brasbol-live-modal a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
