.DebugDetails-view {
  margin-left: -12px; }
  .DebugDetails-view .error-message, .DebugDetails-view .comment, .DebugDetails-view .stack-trace {
    background-color: rgba( 244, 244, 244 ,  1 );
    background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
    font-size: 14px;
    font-family: Menlo, Consolas, Courier New, monospace;
    text-align: left;
    line-height: 24px;
    padding-left: 25px;
    padding-right: 20px; }
  .DebugDetails-view .error-message {
    white-space: pre-wrap; }
  .DebugDetails-view .stack-trace {
    white-space: pre; }
  .DebugDetails-view .test-error-markdown-renderer a {
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1));
    text-decoration: none; }
