.mz-withdrawal-form,
.mz-contact-form {
    max-width: 720px;
}

.mz-withdrawal-intro {
    margin-bottom: 2rem;
}

.mz-field {
    margin: 0 0 1.25rem;
}

.mz-field label,
.mz-field legend {
    display: block;
    margin-bottom: .4rem;
    font-weight: 600;
}

.mz-field input[type="text"],
.mz-field input[type="email"],
.mz-field input[type="date"],
.mz-field select,
.mz-field textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: .75rem .85rem;
    border: 1px solid currentColor;
    background: transparent;
    color: inherit;
    font: inherit;
}

.mz-field select {
    appearance: auto;
}

.mz-field small {
    display: block;
    margin-top: .35rem;
    opacity: .7;
}

.mz-fieldset {
    padding: 0;
    border: 0;
}

.mz-radio {
    display: flex !important;
    gap: .6rem;
    align-items: center;
    margin: .6rem 0;
    font-weight: 400 !important;
}

.mz-confirm {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    margin: 1.5rem 0;
}

.mz-confirm a {
    color: inherit;
}

.mz-withdrawal-submit,
.mz-contact-submit {
    padding: .8rem 1.2rem;
    cursor: pointer;
    font: inherit;
}

.mz-withdrawal-success,
.mz-withdrawal-error,
.mz-contact-success,
.mz-contact-error {
    max-width: 720px;
    padding: 1.25rem 0;
}

.mz-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.mz-optional {
    font-weight: 400;
    opacity: .7;
}
