.skip-link a {
    position: absolute!important;
    left: -999em;
    z-index: 1;
}

.skip-link a:focus,.skip-link a:hover,.skip-link a:active {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
    left: 1em;
    top: 1em;
    background: #f6f3fa;
    color: #00c;
    padding: 5px;
    border: 1px solid #357;
    -webkit-box-shadow: 2px 2px 2px #777;
    box-shadow: 2px 2px 2px #777;
    border-radius: 5px;
    font-size: 1.4em
}

.wcag-buttons-helpers {
    display: flex;
    gap: 0.5rem;
    margin-inline: .625rem;
}

.wbh-trigger {
    padding: .3125rem;
    border-radius: .3125rem;
    background: transparent;
    transition: .2s ease-in-out background;
    cursor: pointer;
}

.wbh-trigger:hover {
    background: rgba(110, 182, 255, 0.3);
}

.wbh-trigger.active {
    background: rgba(110, 182, 255, 1);
}

.wcag-buttons-helpers {
    color: #fff;
}


body.wcag-user-is-tabbing *:focus {
    outline: 3px solid #ff0000!important;
    outline-offset: 4px;
}