/*
Theme Name: Spyn Child
Theme URI: https://tppadel.com/
Description: Tema hijo de Spyn con mejoras de accesibilidad WCAG 2.1 AA (Kit Digital).
Author: TP Padel
Template: spyn
Version: 1.0.0
Text Domain: spyn-child
*/

/* Skip link accesible (visible solo al enfocar) */
.skip-link.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link.screen-reader-text:focus,
.skip-link.screen-reader-text:active {
    position: absolute;
    left: 8px;
    top: 8px;
    width: auto;
    height: auto;
    padding: 12px 18px;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 4px;
    z-index: 100000;
    clip: auto;
    clip-path: none;
}

/* Asegurar que <main> no altere el layout existente */
main#main {
    display: block;
}
