/* Accessibility Styles */

/* Skip link - visible only on focus */
.skip-link.screen-reader-text {
    background-color: #3c763d;
    color: #fff;
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 1px;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    text-decoration: none;
    top: 5px;
    width: 1px;
    z-index: 100000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.skip-link.screen-reader-text:focus {
    clip: auto;
    height: auto;
    width: auto;
    z-index: 100000;
}

/* Screen reader only text */
.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 !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Focus tylko dla formularzy */
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #3c763d;
    outline-offset: 2px;
}

/* Wszystkie inne elementy - BEZ ramek */
a:focus,
a:active,
button:focus,
button:active,
.eokna-nav-toggle:focus,
.eokna-nav-toggle:active,
.eokna-nav ul li a:focus,
.eokna-nav ul li a:active {
    outline: none !important;
    box-shadow: none !important;
}

