
.fgh-share-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;font-family:Arial,Helvetica,sans-serif}
.fgh-share-modal{width:min(620px,100%);background:#fff;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.35);padding:30px;position:relative;color:#222325}
.fgh-share-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:1px solid #e4e5e7;background:#fff;font-size:24px;line-height:34px;cursor:pointer;text-align:center;text-decoration:none;color:#222325}
.fgh-share-badge{display:inline-flex;background:#e8fff3;color:#087443;border-radius:999px;padding:7px 12px;font-weight:900;font-size:13px;margin-bottom:14px}
.fgh-share-head h2{font-size:32px;line-height:1.08;letter-spacing:-.04em;margin:0 0 12px;font-weight:900;color:#222325}
.fgh-share-head p{font-size:15px;line-height:1.6;color:#62646a;margin:0 0 18px}
.fgh-share-url-box{background:#f7f7f8;border:1px solid #eee;border-radius:14px;padding:14px;margin-bottom:16px}
.fgh-share-url-box strong{display:block;font-size:13px;margin-bottom:8px;color:#404145}
.fgh-share-url-box input{width:100%;height:42px;border:1px solid #d8dce3;border-radius:10px;padding:0 12px;box-sizing:border-box;background:#fff}
.fgh-share-click-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}
.fgh-share-click-btn{display:flex;align-items:center;gap:10px;justify-content:center;min-height:48px;border-radius:14px;background:#222325;color:#fff!important;text-decoration:none!important;font-weight:900;font-size:14px}
.fgh-share-click-btn.done{background:#1dbf73!important}
.fgh-share-check{font-size:18px;line-height:1}
.fgh-share-progress{background:#f8f9fa;border:1px solid #eee;border-radius:14px;padding:14px;margin-bottom:14px}
.fgh-share-progress strong{display:block;color:#222325;margin-bottom:4px}
.fgh-share-progress p{margin:0;color:#62646a;font-size:13px}
.fgh-share-message{font-size:14px;font-weight:800;margin:8px 0;color:#62646a}
.fgh-share-message.success{color:#087443;background:#e8fff3;border-radius:12px;padding:12px}
.fgh-share-later,.fgh-share-view-gig{display:flex;align-items:center;justify-content:center;border:1px solid #e4e5e7!important;border-radius:999px!important;min-height:46px!important;background:#fff!important;color:#222325!important;font-weight:900!important;font-size:14px!important;cursor:pointer!important;width:100%;text-decoration:none!important;margin-top:10px}
.fgh-share-view-gig{background:#1dbf73!important;color:#fff!important;border-color:#1dbf73!important}
@media(max-width:640px){.fgh-share-modal{padding:24px 18px;border-radius:18px}.fgh-share-head h2{font-size:26px}.fgh-share-click-grid{grid-template-columns:1fr}}


/* v14.2.3 beautiful vertical floating social buttons */
.fgh-share-floating-bar{
    position:absolute;
    right:-78px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:2;
}

.fgh-share-floating-bar .fgh-share-click-btn{
    width:58px;
    height:58px;
    min-height:58px;
    border-radius:18px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0;
    color:#fff!important;
    font-size:0!important;
    font-weight:900;
    text-decoration:none!important;
    box-shadow:0 14px 34px rgba(0,0,0,.22);
    border:1px solid rgba(255,255,255,.18);
    transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    position:relative;
}

.fgh-share-floating-bar .fgh-share-click-btn:hover{
    transform:translateX(-6px) scale(1.04);
    box-shadow:0 18px 42px rgba(0,0,0,.28);
}

.fgh-share-floating-bar .fgh-share-click-btn.done{
    background:#1dbf73!important;
}

.fgh-share-floating-bar .fgh-share-click-btn .fgh-share-check{
    position:absolute;
    top:-7px;
    right:-7px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#fff;
    color:#1dbf73;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:900;
    box-shadow:0 5px 16px rgba(0,0,0,.18);
}

.fgh-share-floating-bar .fgh-share-click-btn:after{
    font-size:22px;
    line-height:1;
}

.fgh-share-floating-bar .fgh-share-facebook{background:linear-gradient(135deg,#1877f2,#0a4fb8)!important;}
.fgh-share-floating-bar .fgh-share-facebook:after{content:"f";font-family:Arial,Helvetica,sans-serif;font-size:28px;font-weight:900;}

.fgh-share-floating-bar .fgh-share-linkedin{background:linear-gradient(135deg,#0a66c2,#004182)!important;}
.fgh-share-floating-bar .fgh-share-linkedin:after{content:"in";font-family:Arial,Helvetica,sans-serif;font-size:19px;font-weight:900;}

.fgh-share-floating-bar .fgh-share-x{background:linear-gradient(135deg,#111,#000)!important;}
.fgh-share-floating-bar .fgh-share-x:after{content:"𝕏";font-size:24px;font-weight:900;}

.fgh-share-floating-bar .fgh-share-reddit{background:linear-gradient(135deg,#ff4500,#c93600)!important;}
.fgh-share-floating-bar .fgh-share-reddit:after{content:"r";font-family:Arial,Helvetica,sans-serif;font-size:27px;font-weight:900;}

.fgh-share-floating-bar .fgh-share-whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)!important;}
.fgh-share-floating-bar .fgh-share-whatsapp:after{content:"☎";font-size:22px;font-weight:900;}

.fgh-share-modal{
    overflow:visible!important;
}

@media(max-width:820px){
    .fgh-share-floating-bar{
        position:static;
        transform:none;
        display:grid;
        grid-template-columns:repeat(5,1fr);
        gap:10px;
        margin:0 0 16px;
    }

    .fgh-share-floating-bar .fgh-share-click-btn{
        width:100%;
        height:52px;
        min-height:52px;
        border-radius:14px;
    }

    .fgh-share-floating-bar .fgh-share-click-btn:hover{
        transform:translateY(-2px);
    }
}

@media(max-width:520px){
    .fgh-share-floating-bar{
        grid-template-columns:repeat(3,1fr);
    }
}
