#ds_icon_expansion-settings p.agsdi-icon-sets-error {
  border           : none !important;
  padding          : 10px 10px 10px 50px !important;
  line-height      : 1.5;
  font-size        : 15px !important;
  color            : #3d3b38 !important;
  box-shadow       : 0 2px 7px 0 rgba(0, 0, 0, 0.08);
  position         : relative;
  border-radius    : 4px;
  background-color : #ffe5e5 !important;

  a {
    color       : inherit !important;
    font-weight : 700;
    }

  &:before {
    content: '!' !important;
    background: #d64444;
    color         : #fff;
    text-align    : center;
    position      : absolute;
    top           : 0;
    left          : 0;
    font-size     : 20px;
    width         : 36px;
    line-height   : 42px;
    height        : 100%;
    border-radius : 4px;
    display       : block !important;
    }
  }