/*
 * Lakers Accessibility Fixes — design-safe stylesheet.
 *
 * IMPORTANT: Every rule in this file targets ONLY the skip link created by
 * this plugin. It does not target Elementor, theme, header, footer, menu,
 * typography, form, image, spacing, color, alignment or responsive classes.
 */

.lakers-a11y-skip-link {
    position: fixed;
    top: 0;
    left: 12px;
    z-index: 2147483647;
    padding: 10px 14px;
    background: #ffffff;
    color: #111111;
    border: 2px solid currentColor;
    font: 600 16px/1.25 Arial, sans-serif;
    text-decoration: none;
    transform: translateY(-150%);
}

.lakers-a11y-skip-link:focus,
.lakers-a11y-skip-link:focus-visible {
    transform: translateY(12px);
}

/* Empty, focusable skip target. Plugin-owned and layout-neutral. */
.lakers-a11y-main-target {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
