/*
Theme Name: Winnefox Training
Template: twentytwentyfive
*/

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.indicate-external-link:after, 
.indicate-external-link > a:after, 
a.indicate-external-link:after,
a[target="_blank"]:not(.components-external-link):after {
    content: '↗';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.5rem;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
    margin-bottom: 5px;
    display: inline;
    white-space: nowrap;
}