/* =========================================================
   ACCESSIBILITY OVERRIDES — southerndatasystems.com
   Loaded after style.css so these rules win.
   ========================================================= */

/* 1. Skip link */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #000;
    color: #fff;
    padding: 12px 20px;
    z-index: 10000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 4px 0;
}
.skip-link:focus {
    left: 0;
    outline: 3px solid #ffeb8c;
}

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

/* 3. Visible focus indicators */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible {
    outline: 3px solid #007a94 !important;
    outline-offset: 2px !important;
}
a:focus, button:focus, input:focus, textarea:focus, select:focus {
    outline: 3px solid #007a94;
    outline-offset: 2px;
}

/* 4. Color-contrast fixes, measured directly:
   nav hover/active   #fff / #10c4f6 = 2.05  -> bg #0a6b80 = 6.13
   breadcrumb links   #00ADDD / #fff = 2.62  -> #007a94 = 4.99
   breadcrumb text    #777 / #fff    = 4.48  -> #595959 = 7.00
   page-title accent  #00addd / #fff = 2.62  -> #007a94 = 4.99
   ------------------------------------------------- */
#navigation li a:hover,
#navigation li a.active {
    background-color: #0a6b80;
}
#crumbs li a {
    color: #007a94 !important;
}
#crumbs li {
    color: #595959;
}
#titlediv {
    color: #007a94;
}

/* 5. Layout table (certification badges) is presentational,
   not real tabular data. */
table[role="presentation"] {
    border-collapse: collapse;
}
