/* WP Accessibility Suite – Frontend Styles */

/* ── Skip Link ─────────────────────────────────────────────────────────── */
.was-skip-link {
    position: absolute;
    top: -9999px;
    left: 6px;
    z-index: 999999;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    transition: top 0.1s;
}

.was-skip-link:focus {
    top: 0;
}

/* ── Screen Reader Text ────────────────────────────────────────────────── */
.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
