/* Screen reader only class for/* Accessibility CSS */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{position:static;width:auto;height:auto;padding:.5rem 1rem;margin:.5rem;font-weight:600;background:#13560c;color:#fff;z-index:1000}

/* High-contrast overrides */
.text-muted, .form-text {
  color:#545b62 !important; /* WCAG AA contrast on white */
}
.nav a {color:#2c3e50;}

/* Screen reader only class for accessibility labels */
.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;
}

/* Inline error message styles */
.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.input-wrp.has-error .textfield {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Noscript fallback for lazy-loaded images */
noscript img {
    display: block;
    max-width: 100%;
    height: auto;
}
