.theme-option-popup-root[hidden] { display: none !important; }
.theme-option-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 10050;
    background: rgba(15, 23, 42, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.theme-option-popup-card {
    background: #fff;
    color: #111;
    max-width: 480px;
    width: 100%;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 12px 40px rgba(0,0,0,.2);
    position: relative;
}
.theme-option-popup-close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}
.theme-option-widget { margin: 16px 0; }
.theme-option-upsell ul { list-style: none; padding: 0; margin: 8px 0 0; }
.theme-option-upsell-item { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid #eee; }
.theme-option-trust-seals img { max-height: 48px; margin-right: 8px; }
.theme-option-bump { padding: 12px; border: 1px dashed #c9d4e0; border-radius: 6px; }
.theme-option-nipt { margin: 16px 0; }
.theme-option-features { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.theme-option-features li { background: #f4f7fb; border-radius: 999px; padding: 6px 12px; }
.theme-option-urgency { background: #fff4e5; border: 1px solid #f0c36d; padding: 10px 14px; border-radius: 6px; margin: 12px 0; }
html body footer,
html body #footer,
html body .footer,
html body .footer-main,
html body .site-footer {
    position: relative;
    z-index: 30;
    isolation: isolate;
    clear: both;
}
