.sc-warning {
    cursor: help;
    font-weight: bold;
    -webkit-text-fill-color: #ffa900;
  }
  
  label.sc-required-label::after {
    content: " *";
    font-weight: bold;
    -webkit-text-fill-color: #ffa900;
  }
  
