/* =====================================================
   SECURE EVENT REGISTRATION FORMS
   Shared form behaviour for public event actions.
===================================================== */

.event-registration-form {
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 0;
}

.event-registration-form button {
    font-family: inherit;
    cursor: pointer;
}

.modal-footer
.event-registration-form {
    margin: 0;
}
