.ob-error-wrap {
  text-align: left;
  h2 {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;

    .dashicon {
      font-size: 50px;
      width: 50px;
      height: 50px;
      color: $error;
    }
  }

  ul {
    font-size: 15px;
    line-height: 25px;
    a {
      color: $primary;
      .dashicons {
        text-decoration: none;
      }
    }
  }
}