* {
    font-family: "Greta Arabic";
}
.wpwl-form {
    width: 100%;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    max-width: 100%;
}
.wpwl-label-brand {display:none}
.wpwl-form-card {
    border: 0px
}
.wpwl-group {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.wpwl-control,
input.wpwl-control {
    background: white;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0px;
    font-family: "ff-good-headline-web-pro-con", "Pathway Gothic One", sans-serif;
    text-transform: none;
    padding: 10px;
    font-size: 18px;
    height: 50px;
    border-radius: 16px;
}
.input-text:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
    background-color: white;
}
.wpwl-brand-SOFORTUEBERWEISUNG,
.wpwl-brand-GIROPAY {
    cursor: pointer
}
.wpwl-brand,
.wpwl-img {
    margin: 0 0 0 auto;
}
.wpwl-label {
    margin-bottom: 10px;
}
.wpwl-button-pay {
    border-radius: 16px;
    background: rgba(25, 105, 86, 1);
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    height: 50px;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    max-width: 100%;
}

.wpwl-form {
    max-width: 100%;
}

.wpwl-container {
    max-width: 100%;
}

.wpwl-clearfix:after {
    clear: none;
}

apple-pay-button {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#payment_method apple-pay-button {
    --apple-pay-button-height: 60px;
    --apple-pay-button-border-radius: 4px;
    --apple-pay-button-padding: 15px 5px;
    --apple-pay-button-box-sizing: border-box;
}