.newslt-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.newslt-overlay.is-visible {
    display: flex;
}

.newslt-box {
    position: relative;
    max-width: 1100px;
    width: 95%;
}

.newslt-img-btn {
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    display: block;
}

.newslt-img-btn img {
    display: block;
    width: 100%;
    height: auto;
}


.newslt-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 30px;
    line-height: 1;
    border: none;
    background: transparent;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
    cursor: pointer;
}


@media (max-width: 768px) {
    .newslt-box {
        max-width: 95%;
    }
}
