.webform-submission-form {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.webform-actions {
    margin-bottom: 1.5rem;
}

.webform-progress-tracker .progress-step.is-complete .progress-marker::before {
    background-color: #8c1d40 !important;
}

.progress-step.is-active .progress-marker::before {
    background-color: #ffc627 !important;
}
  
[data-webform-wizard-current-page="last_step"] #edit-disclaimer-text {
    display: none;
}

.button-asterisk {
    margin-left: 0.2rem;
    position: relative;
    top: -10px;
    font-weight: bold;
    font-size: 1.2rem;
}

.custom-asterisk:after {
    content: "*";
    display: inline-block;
}
