.ketchup-error-container {
  display: none;
  position: absolute;
  width: auto;
}

.ketchup-error-container ol {
  font-size: 11px;
  color: #FFF;
  background: red;
  background: #fb073b;
  padding: 10px;
 
  list-style: none;
  line-height: 16px;
}

.ketchup-error-container span {
  display: none;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid #fff;
  border-top: 10px solid rgba(255, 255, 255, 1);
  border-bottom: 0;
  margin-left: 10px;
}