.sr-only {
    background-color: #ff0000;
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.panel-tan {
    background-color:rgba(203,179,146,0.5);
}

/* Skip link visible on focus */
.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
        left: 1rem;
        top: 1rem;
        width: auto;
        height: auto;
        padding: .5rem .75rem;
        background: #000;
        color: #fff;
        z-index: 1000;
    }

/* Form controls and labels */
.form-label {
    display: block;
    margin-bottom: .25rem;
    font-weight: 600;
}

.form-control {
    display: block;
    width: 100%;
    max-width: 30rem;
    padding: .375rem;
    margin-bottom: .5rem;
}

/* Validation styles (ensure color contrast meets WCAG AA) */
.field-error {
    color: #b00020;
    font-weight: 600;
}
/* ensure contrast with background */
.validation-summary {
    border-left: 4px solid #b00020;
    background: #fff5f5;
    padding: .5rem;
    margin-bottom: 1rem;
}

/* Small helper text */
.form-help {
    font-size: .1px;
    color: #333;
    margin-left: .25rem;
}


