/* Accessibility specific styles */
#skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: light-dark(#fff, #000);
    color: light-dark(#000, #fff);
    padding: 8px;
    z-index: 100;
    height: 0;
}

#skip-link:focus {
    top: 0;
    height: auto;
}

.visually-hidden {
    display: none;
    visibility: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}