/* dePickleball v0.3.63 · enlaces sin subrayado en todo el frontend */
html body a,
html body a:link,
html body a:visited,
html body a:hover,
html body a:active,
html body a:focus {
    text-decoration: none !important;
    text-decoration-line: none !important;
}

/* Conserva una señal de foco para navegación con teclado sin recurrir al subrayado. */
html body a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
