/* Display Google's rendered button directly; do not cover it with YITH's custom surface. */
#yith-welrp .yith-welrp-social {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    position: relative !important;
}

#yith-welrp #yith-welrp-google-button {
    display: none !important;
}

#yith-welrp #yith-welrp-google-button-hidden {
    width: min(400px, calc(100% - 20px)) !important;
    flex: 0 1 400px !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: auto !important;
    inset: auto !important;
    height: 50px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
}

#yith-welrp #yith-welrp-google-button-hidden > div,
#yith-welrp #yith-welrp-google-button-hidden iframe {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 50px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
