label.error, .new li.error {
  border: none;
  color: #AA0808 !important;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 18px;
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 3px;
  background: transparent;

  &::before {
    content: url(../../../images/redesign_2023_icons/warning.svg);
    vertical-align: middle;
    margin-right: 3px;
  }

  &::after {
    content: none;
  }
}
