.webform-button--submit {
      padding: .5rem 1rem;
    color: inherit;
    font-weight: inherit;
    display: flex;
    gap: .5rem;
    align-items: center;
    border-radius: 4px;
    border: .5px solid #c6e5ff;
    background: #f3faff;
}
.field--tnc--label:after{
  display:none
}
.field--tnc--label:before{
display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(/themes/contrib/classy/images/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}