/* Web Artist - Accessibility Helpers
 * Loaded by theme functions.php
 * Provides sr-only class for visually-hidden content (B02 fix).
 */

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

.sr-only-focusable:focus,
.sr-only-focusable:active {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

/* Error page styling (500, 503) */
.error-500 .error-code,
.error-503 .error-code {
    color: #b91c1c;
}

.error-503 .error-code {
    color: #7c3aed;
}
