.lcpop-overlay{
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.45);
    z-index: 999999;
    padding: 20px;
    box-sizing: border-box;
}
.lcpop-wrap{
    position: relative;
    width: 90%;
    background: transparent;
}
.lcpop-close{
    position: absolute;
    top: -14px;
    right: -14px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.lcpop-close:focus{ outline: 2px solid #fff; outline-offset: 2px; }

/* Link styling */
.lcpop-img-link{ display:block; text-decoration:none; }
.lcpop-img-link img{ display:block; }
