.stripe-checkout-wrapper,
.paypal-checkout-wrapper {
    width: 50%;
    float: left;
    text-align: center;
}

.stripe-checkout-wrapper {
    margin-top: 5px;
}

a#stripe-checkout-button,
a#stripe-checkout-button-mitgliedschaft {
    padding: 4px 10px;
    text-decoration: none;
    height: 36px;
    background: #556cd6;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 5.5px 0 rgba(0, 0, 0, 0.07);
}

a#stripe-checkout-button:hover,
a#stripe-checkout-button-mitgliedschaft:hover,
#close-popup-btn:hover {
    opacity: 0.8;
}

a#stripe-checkout-button.disabled,
a#stripe-checkout-button-mitgliedschaft.disabled {
    cursor: not-allowed;
}

.bezahlen-smart-button-container .stripe-checkout-wrapper {
    margin-top: 0;
}
.bezahlen-smart-button-container .stripe-checkout-wrapper a {
    width: 100%;
    display: block;
    height: 45px !important;
    padding: 10px 10px !important;
    font-size: 16px;
}

@media only screen and (max-width: 450px) {
    .paypal-checkout-wrapper {
        width: 70%;
        margin: 0 auto;
        float: none;
    }

    .stripe-checkout-wrapper {
        width: 70%;
        margin: 0 auto;
        float: none;
    }

    a#stripe-checkout-button {
        height: 20px;
        padding: 8px 10px;
        display: block;
        margin-top: 5px;
    }
}

#close-popup-btn {
    padding: 15px;
    text-decoration: none;
    background: #ee6814;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 5.5px 0 rgba(0, 0, 0, 0.07);
}

body.stripe-content {
    background-color: #f9efe3 !important;
    color: #444;
    font-family: Tahoma;
    text-align: center;
    margin-top: 50px;
}
