#lily-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
}

.lily-popup-container {
    background: #fff;
    width: 80%;
    max-width: 600px;
    padding: 20px;
    position: relative;
}

.lily-popup-container iframe {
    width: 100%;
    height: 100%;
    min-height: 60vh;
    border: none;
}

#lily-popup-close {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    appearance: none;
    cursor: pointer;
}
