/* =====================================================
   Photocard by Gramin IT
   Version 2.0
===================================================== */

.pgi-wrapper{
    margin:20px 0;
}

.pgi-download-btn{

    display:inline-block;

    padding:12px 24px;

    border:none;

    border-radius:6px;

    cursor:pointer;

    font-size:16px;

    font-weight:600;

    background:#0d6efd;

    color:#fff;

    transition:all .2s ease;
}

.pgi-download-btn:hover{

    opacity:.9;
}

/* =====================================================
   PHOTOCARD
===================================================== */

.pgi-photocard{

    position:absolute;

    left:-3000px;

    top:0;

    width:1080px;

    height:1080px;

    overflow:hidden;

    background:#ffffff;

    box-sizing:border-box;
}
/* =====================================================
   FEATURED IMAGE
===================================================== */

.pgi-featured-image{

    position:absolute;

    object-fit:cover;

    object-position:center center;

    display:block;

    z-index:1;
}

/* =====================================================
   FRAME IMAGE
===================================================== */

.pgi-frame-image{

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    object-fit:contain;

    pointer-events:none;

    z-index:10;
}

/* =====================================================
   DATE
===================================================== */

.pgi-date{

    position:absolute;

    top:40px;

    right:80px;

    z-index:20;

    line-height:1.3;

    text-align:right;

    font-weight:600;
}

/* =====================================================
   HEADLINE BOX
===================================================== */

.pgi-headline{

    position:absolute;

    z-index:20;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    overflow:hidden;

    word-break:break-word;

    line-height:1.3;

    padding:10px;

    box-sizing:border-box;

    font-weight:700;
}

/* =====================================================
   RESPONSIVE PREVIEW
===================================================== */



/* =====================================================
   DOWNLOAD MODE
===================================================== */

.pgi-capture-mode{

    transform:none !important;
}

/* =====================================================
   HIDE ELEMENTS DURING CAPTURE
===================================================== */

.pgi-hidden{

    display:none !important;
}