/*! Copyright (c) 2026 Digital Element */.errorInfo{--errorInfoWidth:100%;--errorInfoBorderRadius:2rem;--errorInfoDataMaxHeight:20rem;--errorInfoDataWhiteSpace:pre-line;--errorInfoDataPadding:3rem;--errorInfoBorder:1px solid var(--deUIColorBlueHaze);--errorInfoDataBg:var(--deUIColorAthensGray);--errorInfoDataColor:var(--deUIColorRedRibbon);--errorInfoDataFontFamily:Consolas, Menlo, Monaco, Lucida Console, Droid Sans Mono, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, Courier New, serif;--errorTitleMb:2rem;--errorTitleFontSize:3rem;--errorTitleFontWeight:600;width:var(--errorInfoWidth)}.errorInfo__data{white-space:var(--errorInfoDataWhiteSpace);overflow-y:auto;max-height:var(--errorInfoDataMaxHeight);padding:var(--errorInfoDataPadding);background:var(--errorInfoDataBg);color:var(--errorInfoDataColor);font-family:var(--errorInfoDataFontFamily);border-radius:var(--errorInfoBorderRadius);border:var(--errorInfoBorder)}@supports (scrollbar-color:auto){.errorInfo__data{scrollbar-width:thin;scrollbar-gutter:auto;scrollbar-color:var(--scrollBarCustomThumbColor) var(--scrollBarCustomTrackColor)}}@supports selector(::-webkit-scrollbar){.errorInfo__data::-webkit-scrollbar{width:var(--defaultScrollBarCustomWidth)}.errorInfo__data::-webkit-scrollbar-track{background-color:var(--scrollBarCustomTrackColor);border-radius:var(--scrollBarCustomTrackBorderRadius)}.errorInfo__data::-webkit-scrollbar-thumb{background-color:var(--scrollBarCustomThumbColor);border-radius:var(--scrollBarCustomThumbBorderRadius)}}