.ai-style-change-1 {
  span& {
    font-weight: bold;
    color: red;
    font-size: 1.11em;
  }
}
.ai-style-change-2 {
  span& {
    font-weight: bold;
color: black;
  }
}
.ai-style-change-3 {
  .state.error& {
    display: flex;
flex-direction: column;
align-items: center;
  }
}