/* Compatibility guard for the deliberately transparent account block in _Header.cshtml.
 * The adaptive engine may tune the header shell, but it must not turn the account
 * summary back into an opaque card or suppress its existing interaction states.
 */
@media (forced-colors: none) {
    html[data-iw-visual-ready="true"] body.iwrite-body #iwriteHeader .iw-account__summary,
    html[data-iw-visual-ready="true"] body.iwrite-body #iwriteHeader .iw-account__summary:hover,
    html[data-iw-visual-ready="true"] body.iwrite-body #iwriteHeader .iw-account__summary:focus-visible,
    html[data-iw-visual-ready="true"] body.iwrite-body #iwriteHeader .iw-account-menu[open] > .iw-account__summary {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}
