/* Visually OJS PKP footer */

.pkp_brand_footer {
    display: none;
}


/* Visually hide OJS skip links until they receive keyboard focus */
.cmp_skip_to_content,
.cmp_skip_to_content:not(:focus):not(:active) {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* Safely display them if a keyboard user tabs onto them */
.cmp_skip_to_content:focus,
.cmp_skip_to_content:active {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
