div#wfgs_strip_smart_button.wfgs_disabled_btn button {
    background: gray;
}

#wfgs_smart_strip_custom_request_button {
    max-width: 100%;
}

#wfgs_smart_strip_custom_request_button .wfgs_smart_buttons {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    font-size: 16px;
    width: 100%;
    min-height: 40px;
    min-width: 262px;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button {
    position: relative;
    min-height: 32px;
    max-height: 64px;
    border: 0;
    cursor: pointer;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button_logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 27.5vh 7.375vw;
    background-origin: content-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--dark {
    background-color: #000 !important;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--dark:focus,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--dark:hover {
    background-color: #3c4043 !important;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--dark:active {
    background-color: #5f6368;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--light,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--light-outline {
    background-color: #fff !important;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--light:focus,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--light:hover,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--light-outline:focus,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--light-outline:hover {
    background-color: #f8f8f8;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--light:active,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--light-outline:active {
    background-color: #fff;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_payment_button--dark,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_payment_button--dark:hover {
    background: #32325d !important;
    color: #fff !important;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_payment_button--dark,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--dark,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_applepay_button--dark {
    color: #fff !important;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_payment_button--light,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--light,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_applepay_button--light,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_payment_button--light-outline,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_googlepay_button--light-outline,
#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_applepay_button--light-outline {
    color: #39325c !important;
    border: solid 1px #ebebeb !important;
}

#wfgs_smart_strip_custom_request_button .wfgs_express_checkout_button_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wfgs_express_checkout_button_icon {
    flex-shrink: 0;
    z-index: 10;
    will-change: opacity;
    margin: 0 -1px -1px 7px;
    width: 40px;
    vertical-align: middle;
}

#wfgs_smart_strip_custom_request_button .wfgs-express_checkout_button_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wfgs_strip_smart_button_wrapper {
    display: none;
}
#wfgs_strip_smart_button_wrapper.left #wfgs-payment-request-title {
    margin-left: -2px;
    padding: 0 2px;
}
#wfgs_strip_smart_button_wrapper.right #wfgs-payment-request-title {
    margin-left: auto;
    margin-right: -2px;
    padding: 0 2px;
}
#wfgs-expresscheckout-fieldset {
    border: 1px solid #E5E5E5;
    padding: 1em;
    border-radius: 5px;
}

#wfgs-expresscheckout-fieldset #wfgs-payment-request-title {
    background: #fff;
    width: max-content;
    max-width: calc(100% - 50px);
    margin: 0;
    display: inline-block;
    transform: translateY(-33px);
}
#wfgs-expresscheckout-fieldset #wfgs-payment-request-tagline {
    margin-top: -1em;;
}


@media screen and (max-width: 921px) {
    #wfgs-expresscheckout-fieldset #wfgs-payment-request-title {
        transform: translateY(-28px);
    }
}