/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 26 2025 | 15:40:48 */
.xoo-wsc-btn {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000; /* fondo para que sea visible al enfocarlo */
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    text-decoration: none;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0; /* Aparece en la parte superior cuando se enfoca */
}
