.umbraco-forms-page .check-icon {
    background: unset;
}

.umbraco-forms-page .form-group + .form-group {
    margin-top: 20px;
}

.umbraco-form {
    width: 100%;
}

.umbraco-form .team-store-form__button.team-store-form__button--enquiry {
    text-align: left;
}

.colour-text-neutral .label {
    color: inherit;
}

.umbraco-forms-page .row {
    margin-top: 0;
    gap: 20px 0
}