.highlighted{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size:0.8rem;
}
  .highlighted .intervention-status-messages,
  .highlighted .messages__wrapper{
    margin:1rem 0;
  }
  .highlighted .intervention-status-messages .intervention-status-message,
    .highlighted .intervention-status-messages .messages,
    .highlighted .messages__wrapper .intervention-status-message,
    .highlighted .messages__wrapper .messages{
      background-color:#eee;
      border:1px solid #ddd;
      padding:1rem;
    }
  .highlighted .intervention-status-messages .intervention-status-message.error,
      .highlighted .intervention-status-messages .intervention-status-message.messages--error,
      .highlighted .intervention-status-messages .messages.error,
      .highlighted .intervention-status-messages .messages.messages--error,
      .highlighted .messages__wrapper .intervention-status-message.error,
      .highlighted .messages__wrapper .intervention-status-message.messages--error,
      .highlighted .messages__wrapper .messages.error,
      .highlighted .messages__wrapper .messages.messages--error{
        background-color:#fdd;
        border:1px solid #e5c5c5;
      }
  .highlighted .intervention-status-messages .intervention-status-message.warning,
      .highlighted .intervention-status-messages .intervention-status-message.messages--warning,
      .highlighted .intervention-status-messages .messages.warning,
      .highlighted .intervention-status-messages .messages.messages--warning,
      .highlighted .messages__wrapper .intervention-status-message.warning,
      .highlighted .messages__wrapper .intervention-status-message.messages--warning,
      .highlighted .messages__wrapper .messages.warning,
      .highlighted .messages__wrapper .messages.messages--warning{
        background-color:#fec;
        border:1px solid #eadbbb;
      }
  .highlighted .intervention-status-messages .intervention-status-message.status,
      .highlighted .intervention-status-messages .intervention-status-message.messages--status,
      .highlighted .intervention-status-messages .messages.status,
      .highlighted .intervention-status-messages .messages.messages--status,
      .highlighted .messages__wrapper .intervention-status-message.status,
      .highlighted .messages__wrapper .intervention-status-message.messages--status,
      .highlighted .messages__wrapper .messages.status,
      .highlighted .messages__wrapper .messages.messages--status{
        background-color:#dfd;
        border:1px solid #cec;
      }
  .highlighted .intervention-status-messages .intervention-status-message .alert,
      .highlighted .intervention-status-messages .intervention-status-message .messages--alert,
      .highlighted .intervention-status-messages .messages .alert,
      .highlighted .intervention-status-messages .messages .messages--alert,
      .highlighted .messages__wrapper .intervention-status-message .alert,
      .highlighted .messages__wrapper .intervention-status-message .messages--alert,
      .highlighted .messages__wrapper .messages .alert,
      .highlighted .messages__wrapper .messages .messages--alert{
        padding:0;
      }
  .highlighted .intervention-status-messages .intervention-status-message p:first-of-type, .highlighted .intervention-status-messages .messages p:first-of-type, .highlighted .messages__wrapper .intervention-status-message p:first-of-type, .highlighted .messages__wrapper .messages p:first-of-type{
        margin-top:0;
      }
  .highlighted .intervention-status-messages .intervention-status-message p:last-of-type, .highlighted .intervention-status-messages .messages p:last-of-type, .highlighted .messages__wrapper .intervention-status-message p:last-of-type, .highlighted .messages__wrapper .messages p:last-of-type{
        margin-bottom:0;
      }
  .highlighted .intervention-status-messages .intervention-status-message ul, .highlighted .intervention-status-messages .messages ul, .highlighted .messages__wrapper .intervention-status-message ul, .highlighted .messages__wrapper .messages ul{
        list-style:none;
      }
  .highlighted .intervention-status-messages .intervention-status-message ul li, .highlighted .intervention-status-messages .messages ul li, .highlighted .messages__wrapper .intervention-status-message ul li, .highlighted .messages__wrapper .messages ul li{
          padding:0.5rem 0;
        }
  .highlighted .intervention-status-messages .intervention-status-message ul li:before, .highlighted .intervention-status-messages .messages ul li:before, .highlighted .messages__wrapper .intervention-status-message ul li:before, .highlighted .messages__wrapper .messages ul li:before{
            content:none;
          }
  .highlighted .backtrace{
    white-space:pre-wrap;
  }
