.egig-protected-image{
    -webkit-user-drag:none!important;
    user-select:none!important;
    -webkit-user-select:none!important;
    -webkit-touch-callout:none!important;
}
.egig-protected-wrap{
    position:relative!important;
    display:inline-block;
    max-width:100%;
    vertical-align:top;
    line-height:0;
    overflow:hidden;
}
.egig-protected-wrap>.egig-protected-image{
    display:block;
    max-width:100%;
}
.egig-screen-watermark{
    position:absolute;
    inset:0;
    z-index:5;
    pointer-events:none;
    overflow:hidden;
    line-height:1.2;
}
.egig-screen-watermark>span{
    position:absolute;
    max-width:72%;
    padding:5px 9px;
    border-radius:4px;
    background:rgba(0,25,20,.28);
    color:rgba(255,255,255,.62);
    text-shadow:0 1px 2px rgba(0,0,0,.6);
    font:600 clamp(10px,1.15vw,14px)/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:.02em;
    white-space:nowrap;
}
.egig-screen-watermark>span:nth-child(1){right:3%;bottom:4%;}
.egig-screen-watermark>span:nth-child(2){left:4%;top:9%;transform:rotate(-14deg);opacity:.58;}
.egig-screen-watermark>span:nth-child(3){left:28%;top:48%;transform:rotate(-14deg);opacity:.38;}
.egig-copyright-notice{
    margin:24px 0;
    padding:12px 15px;
    border:1px solid rgba(175,137,60,.35);
    border-radius:8px;
    background:#fbf8ef;
    color:#32443c;
    font-size:13px;
    line-height:1.55;
}
@media print{
    .egig-protected-wrap>.egig-protected-image,
    img.egig-protected-image:not(.egig-protected-logo){visibility:hidden!important;}
    .egig-protected-wrap:after{
        content:"Protected supplier imagery – permission required for reproduction";
        display:block;
        min-height:100px;
        padding:24px;
        border:1px solid #777;
        line-height:1.4;
    }
}
