.lpop-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100001;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lpop-modal {
    background-color: #fff;
    border-radius: 5px;
    max-width: 800px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.lpop-modal-content {
    border: 4px solid #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
}

.lpop-modal-content-text {
    overflow: auto;
}

.lpop-modal figure {
    position: relative;
    padding-top: 44.44%;
}

.lpop-modal figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lpop-modal figure .overlay {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 77px;
    overflow: hidden;
}

.lpop-modal figure .overlay svg {
    width: 798px;
    display: block;
    position: absolute;
    bottom: -5px;
}

.lpop-modal p {
    line-height: 1.3;
}

#lpop-close {
    top: 4px;
    right: 4px;
}

[data-theme='teal'] .lpop-modal-content {
    border-color: #3D93A8;
}
[data-theme='teal'] .theme {
    fill: #3D93A8;
}

[data-theme='gold'] .lpop-modal-content {
    border-color: #BD9C62;
}
[data-theme='gold'] .theme {
    fill: #BD9C62;
}

[data-theme='orange'] .lpop-modal-content {
    border-color: #E85651;
}
[data-theme='orange'] .theme {
    fill: #E85651;
}

[data-theme='yellow'] .lpop-modal-content {
    border-color: #EAA900;
}
[data-theme='yellow'] .theme {
    fill: #EAA900;
}

[data-theme='green'] .lpop-modal-content {
    border-color: #70BE97;
}
[data-theme='green'] .theme {
    fill: #70BE97;
}

[data-theme='purple'] .lpop-modal-content {
    border-color: #791C9D;
}
[data-theme='purple'] .theme {
    fill: #791C9D;
}
