
#lys-banner-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

#lys-banner-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lys-banner-content img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 12px;
}

#lys-banner-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
