/* DMC 9.11B1: accessible session-expired message; does not cover navigation. */
.dmc-csrf-alert {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    margin: .75rem;
    padding: 1rem;
    border: 1px solid #b91c1c;
    border-radius: .75rem;
    background: #fff1f2;
    color: #881337;
    font: inherit;
    overflow-wrap: anywhere;
}
.dmc-csrf-alert span { flex: 1 1 16rem; min-width: 0; }
.dmc-csrf-alert button {
    min-height: 44px;
    padding: .5rem 1rem;
    border: 1px solid currentColor;
    border-radius: .5rem;
    background: #fff;
    color: #881337;
    font: inherit;
    cursor: pointer;
}
.dmc-csrf-alert button:focus-visible { outline: 3px solid #166534; outline-offset: 3px; }
