#glw-open.glw-floating{
    position:fixed;left:22px;bottom:22px;z-index:99998;
    width:58px;height:58px;border:0;border-radius:50%;
    background:var(--glw-button,#7a9b5a);color:#fff;
    box-shadow:0 5px 18px rgba(0,0,0,.25);
    font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;
    transition:transform .2s,box-shadow .2s;
}
#glw-open.glw-floating:hover{transform:scale(1.08);box-shadow:0 7px 24px rgba(0,0,0,.3)}
.glw-overlay{
    position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:99999;
    display:none;align-items:center;justify-content:center;padding:20px;
}
.glw-overlay.glw-show{display:flex}
.glw-modal{
    position:relative;width:min(94vw,500px);background:#fff;border-radius:18px;
    padding:26px 22px 24px;box-shadow:0 18px 60px rgba(0,0,0,.35);
    text-align:center;font-family:Arial,sans-serif;
}
.glw-close{
    position:absolute;right:10px;top:7px;width:38px;height:38px;border:0;
    background:transparent;font-size:31px;line-height:1;color:#666;cursor:pointer;
}
.glw-title{font-size:25px;font-weight:700;color:#333;margin:3px 35px 6px}
.glw-subtitle{font-size:14px;color:#777;margin-bottom:12px}
.glw-wheel-wrap{position:relative;width:min(82vw,420px);margin:0 auto}
#glw-canvas{width:100%;height:auto;display:block}
.glw-pointer{
    position:absolute;top:-1px;left:50%;transform:translateX(-50%);
    width:0;height:0;border-left:13px solid transparent;border-right:13px solid transparent;
    border-top:0;border-bottom:28px solid #d33;z-index:2;
    filter:drop-shadow(0 2px 2px rgba(0,0,0,.3));
}
.glw-spin{
    margin-top:14px;border:0;border-radius:9px;background:#7a9b5a;color:#fff;
    font-weight:700;padding:12px 28px;font-size:16px;cursor:pointer;
}
.glw-spin:disabled{opacity:.6;cursor:not-allowed}
.glw-result{min-height:24px;margin-top:12px;font-weight:700;color:#6c8b50}
@media(max-width:600px){
    #glw-open.glw-floating{left:15px;bottom:15px;width:52px;height:52px;font-size:25px}
    .glw-modal{padding:22px 12px 20px}
    .glw-title{font-size:21px}
}

#glw-open.glw-floating{
    overflow:hidden;
    padding:0;
    font-size:0;
}
#glw-open .glw-gift-icon{
    width:34px;
    height:34px;
    display:block;
}

/* Green Lucky Wheel: isolate the floating gift button from theme button styles */
html body button#glw-open.glw-floating{
    all: unset !important;
    position: fixed !important;
    left: 22px !important;
    right: auto !important;
    bottom: 22px !important;
    top: auto !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2147483647 !important;
    border-radius: 50% !important;
    background: #7a9b5a !important;
    background-color: #7a9b5a !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: 0 5px 18px rgba(0,0,0,.25) !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
}
html body button#glw-open.glw-floating:hover,
html body button#glw-open.glw-floating:focus,
html body button#glw-open.glw-floating:active{
    background: #7a9b5a !important;
    background-color: #7a9b5a !important;
    box-shadow: 0 7px 24px rgba(0,0,0,.3) !important;
    transform: scale(1.06) !important;
    outline: none !important;
}
html body button#glw-open.glw-floating .glw-gift-icon{
    display: block !important;
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 2 !important;
    pointer-events: none !important;
}
html body button#glw-open.glw-floating .glw-gift-icon *{
    opacity: 1 !important;
    visibility: visible !important;
}
@media(max-width:600px){
    html body button#glw-open.glw-floating{
        left: 15px !important;
        right: auto !important;
        bottom: 15px !important;
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        min-height: 52px !important;
        max-width: 52px !important;
        max-height: 52px !important;
    }
    html body button#glw-open.glw-floating .glw-gift-icon{
        width: 32px !important;
        height: 32px !important;
    }
}
