.mws-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 10000;
    padding: 10px 14px;
    border: 1px solid var(--mws-accent);
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-160%);
}
.mws-skip-link:focus-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}
#main-content:focus {
    outline: none;
}
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.mws-hp {
    position: absolute !important;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
