html body a.wcagaat-skip-link {
    position: absolute;
    top: -1000px;
    left: -1000px;
    background: #000 !important;
    color: #fff !important;
    padding: 8px 12px;
    z-index: 999;
    text-decoration: underline;
}

html body.wcagaat-dark-mode a.wcagaat-skip-link,
html body.wcagaat-dark-mode a.skip-link,
html body a.skip-link {
    background: #000 !important;
    color: #fff !important;
    text-decoration: underline !important;
}

.wcagaat-skip-link:focus {
    top: 10px;
    left: 10px;
}