/* Additions to the theme: accessibility helpers, form feedback, small fixes. */

/* "Skip to content" link, visible only when focused with the keyboard. */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10000;
    padding: 10px 16px;
    background: #272974;
    color: #fff;
}
.skip-link:focus {
    left: 10px;
    top: 10px;
    color: #fff;
}

/* Honeypot field: hidden from people, visible to form-filling bots. */
.form-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.site-form textarea {
    min-height: 58px;
    resize: vertical;
}
.site-form label {
    font-weight: 600;
    margin-bottom: 4px;
}
.field-hint {
    font-weight: 400;
    font-size: 14px;
    color: #555;
}
.field-error {
    display: block;
    margin-top: 4px;
    color: #c0161d;
    font-size: 15px;
    line-height: 1.4;
}
.site-form [aria-invalid="true"] {
    border-color: #c0161d !important;
}
.form-notice {
    margin-bottom: 20px;
    padding: 12px 16px;
    border-left: 4px solid #272974;
    background: #fff;
    line-height: 1.5;
}
.form-notice-error {
    border-left-color: #c0161d;
    color: #7a0e12;
}

/* Award cards open the certificate in a pop-up. */
.award-trigger {
    display: inline-block;
    cursor: zoom-in;
}
.award-trigger:focus-visible {
    outline: 3px solid #ff7029;
    outline-offset: 3px;
}

.investor-documents .document-meta {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}
