.ximaj-withdrawal-form {
    max-width: 980px;
    margin: 0 0 1rem;
}

.ximaj-withdrawal-form .fieldset {
    margin: 0 0 1.5rem;
}

.ximaj-withdrawal-form .field {
    margin-bottom: 1rem;
}

.ximaj-withdrawal-form .field.company_website {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -10000px !important;
}

.ximaj-withdrawal-form .legend,
.ximaj-withdrawal-form .label,
.ximaj-withdrawal-form .label span {
    color: #222222;
    opacity: 1;
}

.ximaj-withdrawal-form textarea,
.ximaj-withdrawal-form input.input-text,
.ximaj-withdrawal-form input[type="email"],
.ximaj-withdrawal-form input[type="text"],
.ximaj-withdrawal-form select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    color: #111111 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #111111;
}

.ximaj-withdrawal-form textarea::placeholder,
.ximaj-withdrawal-form input.input-text::placeholder,
.ximaj-withdrawal-form input[type="email"]::placeholder,
.ximaj-withdrawal-form input[type="text"]::placeholder {
    color: #777777;
    opacity: 1;
    -webkit-text-fill-color: #777777;
}

.ximaj-withdrawal-form textarea::-webkit-input-placeholder,
.ximaj-withdrawal-form input.input-text::-webkit-input-placeholder,
.ximaj-withdrawal-form input[type="email"]::-webkit-input-placeholder,
.ximaj-withdrawal-form input[type="text"]::-webkit-input-placeholder {
    color: #777777;
    opacity: 1;
    -webkit-text-fill-color: #777777;
}

.ximaj-withdrawal-form textarea::-moz-placeholder,
.ximaj-withdrawal-form input.input-text::-moz-placeholder,
.ximaj-withdrawal-form input[type="email"]::-moz-placeholder,
.ximaj-withdrawal-form input[type="text"]::-moz-placeholder {
    color: #777777;
    opacity: 1;
}

.ximaj-withdrawal-form textarea {
    min-height: 90px;
}

.ximaj-withdrawal-form .note {
    color: #333333;
    font-size: 0.95em;
}

.ximaj-withdrawal-form .actions-toolbar {
    margin-top: 1rem;
}

.ximaj-withdrawal-form .actions-toolbar .primary {
    float: none;
}

.ximaj-withdrawal-form .ximaj-withdrawal-submit {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100%;
    min-height: 0 !important;
    padding: 9px 28px !important;
    background: #ffffff !important;
    border: 2px solid #87631a4d !important;
    border-radius: 0;
    color: #87631a !important;
    cursor: pointer;
    font-size: 16px !important;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2 !important;
    text-align: center;
    text-decoration: none;
    transition: border-color 120ms ease-in-out, color 120ms ease-in-out, background-color 120ms ease-in-out;
}

.ximaj-withdrawal-form .ximaj-withdrawal-submit:hover,
.ximaj-withdrawal-form .ximaj-withdrawal-submit:focus,
.ximaj-withdrawal-form .ximaj-withdrawal-submit:active {
    background: #ffffff !important;
    border-color: #87631a !important;
    color: #87631a !important;
    text-decoration: none;
}

.ximaj-withdrawal-form .privacy_accepted {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ximaj-withdrawal-form .privacy_accepted .label {
    margin: 0;
}

.ximaj-withdrawal-form .privacy_accepted a {
    color: #87631a;
    text-decoration: underline;
}

.ximaj-withdrawal-form .privacy_accepted a:hover,
.ximaj-withdrawal-form .privacy_accepted a:focus,
.ximaj-withdrawal-form .privacy_accepted a:active {
    color: #87631a;
    text-decoration: underline;
}

.ximaj-withdrawal-form .privacy_notice {
    margin: 0 0 1rem;
    color: #333333;
    line-height: 1.5;
}

/* reCAPTCHA wird direkt im Formularbereich gerendert. */
.ximaj-withdrawal-form .ximaj-withdrawal-recaptcha {
    margin: 0.75rem 0 1rem;
    color: #555555;
    font-size: 13px;
    line-height: 1.4;
}

.ximaj-withdrawal-form .ximaj-withdrawal-recaptcha .field {
    margin-bottom: 0;
}

.ximaj-withdrawal-has-recaptcha .grecaptcha-badge {
    visibility: hidden !important;
}

.ximaj-withdrawal-success {
    max-width: 980px;
    margin: 0 auto 1rem;
    text-align: center;
}

.ximaj-withdrawal-success h1 {
    margin: 0 0 1rem;
}

.ximaj-withdrawal-success p {
    margin: 0 0 0.75rem;
}
