﻿.skip-to-content {
        position: absolute;
        left: -9999px;
        top: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
        z-index: 10000;
    }
    .skip-to-content:focus {
        left: 12px;
        top: 12px;
        width: auto;
        height: auto;
        padding: 10px 16px;
        background: var(--brand, #262633);
        color: #fff;
        border-radius: 10px;
        font-weight: 700;
        outline: 2px solid #fff;
        outline-offset: 2px;
    }
    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible,
    [role="button"]:focus-visible,
    [tabindex]:focus-visible {
        outline: 2px solid var(--brand, #2563eb);
        outline-offset: 2px;
        border-radius: 4px;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0;
    }
