/* AMC Reviews BTCPay checkout help button - top fixed */

#Checkout{
    position: relative !important;
    padding-top: 58px !important;
}

/* Style and move BTCPay Support URL link to very top */
#ContactLink{
    position: absolute !important;
    top: 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;

    display: inline-block !important;
    margin: 0 !important;
    padding: 10px 18px !important;

    background: #16a34a !important;
    color: #fff !important;
    border-radius: 8px !important;
    text-decoration: none !important;

    font-size: 0 !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

/* Replace "Contact us" text */
#ContactLink::before{
    content: "How to pay via Cash App?";
    font-size: 15px !important;
    color: #fff !important;
}

/* Hide extra footer items if needed */
.store-powered-by,
#DefaultLang{
    display: none !important;
}
