.docid-auth-error-notice {
    position: relative;
    z-index: 99999;
    box-sizing: border-box;
    width: 100%;
    border-left: 4px solid #be123c;
    background: #fff1f2;
    color: #881337;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
}

.docid-auth-error-notice--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.docid-auth-error-notice__content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.875rem 1rem;
}

.docid-auth-error-notice a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.docid-auth-error-notice a:focus-visible {
    border-radius: 2px;
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
