html.s2047-lpb-open,
html.s2047-lpb-open body {
    overflow: hidden;
}
.s2047-lpb-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
}
.s2047-lpb-popup.is-active {
    display: block;
}
.s2047-lpb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,20,.78);
    backdrop-filter: blur(4px);
}
.s2047-lpb-panel {
    position: relative;
    width: min(92vw, 760px);
    max-height: 86vh;
    overflow-y: auto;
    margin: 7vh auto;
    padding: 28px;
    border: 2px solid #ffe45c;
    border-radius: 18px;
    background: radial-gradient(circle at top, #143b73, #050514 72%);
    color: #fff;
    box-shadow: 0 0 28px rgba(255,228,92,.5);
}
.s2047-lpb-panel h2 {
    margin-top: 0;
    color: #ffe45c;
}
.s2047-lpb-close {
    position: sticky;
    top: 0;
    float: right;
    width: 42px;
    height: 42px;
    border: 2px solid #ffe45c;
    border-radius: 50%;
    background: #050514;
    color: #ffe45c;
    font-size: 30px;
    line-height: 34px;
    cursor: pointer;
}
.s2047-lpb-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #ffe45c;
    border-radius: 999px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #061a44, #0b4c8b);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(255,228,92,.35);
}
.s2047-lpb-trigger-img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex: 0 0 auto;
}
.s2047-lpb-img-right {
    flex-direction: row-reverse;
}
.s2047-lpb-img-above {
    flex-direction: column;
}
.s2047-lpb-img-below {
    flex-direction: column-reverse;
}