/* 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;
}