/* YouTube embed keyboard bypass links (WCAG 2.1.2) */

.sater-a11y-youtube-skip.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.sater-a11y-youtube-skip.screen-reader-text:focus {
    background-color: #fff;
    clip: auto;
    clip-path: none;
    color: #000;
    display: block;
    height: auto;
    margin: 0 0 0.5rem;
    overflow: visible;
    padding: 0.75rem 1rem;
    position: static;
    width: auto;
    z-index: 1;
}

.sater-a11y-youtube-exit {
    margin: 0.75rem 0 0;
}

.sater-a11y-youtube-target:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
