.sbnp-buy-now-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.sbnp-buy-now-button:hover { transform: translateY(-1px); }
.sbnp-buy-now-button:focus-visible { outline: 3px solid rgba(23,52,198,.22); outline-offset: 2px; }
.sbnp-shortcode-error { color: #b91c1c; font-size: 13px; }
.sbnp-product-config { display: none !important; }
body.sbnp-modal-open { overflow: hidden; }
.sbnp-modal [hidden] { display: none !important; }

.sbnp-shipping-zone > label {
    color: var(--sbnp-text) !important;
}
.sbnp-shipping-zone {
    padding-top: 11px !important;
}
.sbnp-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    color: var(--sbnp-text);
}
.sbnp-modal.is-open { display: flex; }
.sbnp-modal[aria-hidden="true"] { display: none; }

.sbnp-modal__overlay {
    position: absolute;
    inset: 0;
    background: var(--sbnp-overlay);
    opacity: var(--sbnp-overlay-opacity);
}

.sbnp-modal__dialog {
    position: relative;
    width: min(100%, var(--sbnp-popup-width));
    max-height: calc(100vh - 40px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--sbnp-popup-bg);
    border: 1px solid var(--sbnp-border);
    border-radius: var(--sbnp-popup-radius);
    box-shadow: 0 24px 80px rgba(15,23,42,.32);
    color-scheme: light;
    animation: sbnp-pop .12s cubic-bezier(.2,.8,.2,1);
}
@keyframes sbnp-pop {
    from { opacity: 0; transform: translateY(5px) scale(.992); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.sbnp-modal__header {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 12px 62px 12px 18px;
    border-bottom: 1px solid var(--sbnp-border);
    box-sizing: border-box;
}
.sbnp-modal__header h2 {
    margin: 0;
    padding: 0;
    color: var(--sbnp-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}
.sbnp-modal__close {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid var(--sbnp-close-border);
    border-radius: 999px;
    background: var(--sbnp-close-bg);
    color: var(--sbnp-close-text);
    cursor: pointer;
    box-shadow: none;
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.sbnp-modal__close:hover { transform: translateY(-50%) scale(1.05); }
.sbnp-modal__close:focus-visible { outline: 3px solid color-mix(in srgb, var(--sbnp-close-text) 20%, transparent); outline-offset: 2px; }
.sbnp-modal__close span,
.sbnp-modal__close span::before,
.sbnp-modal__close span::after { position: absolute; display: block; }
.sbnp-modal__close span { inset: 0; }
.sbnp-modal__close span::before,
.sbnp-modal__close span::after {
    content: "";
    top: 50%;
    left: 50%;
    width: 13px;
    height: 1.8px;
    border-radius: 2px;
    background: currentColor;
    transform-origin: center;
}
.sbnp-modal__close span::before { transform: translate(-50%,-50%) rotate(45deg); }
.sbnp-modal__close span::after { transform: translate(-50%,-50%) rotate(-45deg); }

.sbnp-modal__body {
    overflow-y: auto;
    padding: 12px 18px 18px;
    scrollbar-width: thin;
}

.sbnp-order-intro {
    margin: 0 0 9px;
    color: var(--sbnp-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
}

.sbnp-trust-bar {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 6px;
    margin: 0 0 11px;
}
.sbnp-trust-bar > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 34px;
    padding: 6px 7px;
    border: 1px solid color-mix(in srgb,var(--sbnp-border) 78%,transparent);
    border-radius: 7px;
    background: color-mix(in srgb,var(--sbnp-surface) 82%,transparent);
    color: var(--sbnp-text);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.sbnp-trust-bar__icon { flex: 0 0 auto; font-size: 13px; line-height: 1; }

.sbnp-section-divider {
    height: 1px;
    margin: 11px 0 8px;
    background: var(--sbnp-border);
}

.sbnp-alert {
    margin: 2px 0 12px;
    padding: 10px 12px;
    border: 1px solid var(--sbnp-error-border);
    border-radius: 7px;
    background: var(--sbnp-error-bg);
    color: var(--sbnp-error-text);
    font-size: 12px;
    line-height: 1.45;
}

.sbnp-variation-panel {
    margin: 8px 0 10px;
    padding: 11px;
    border: 1px solid var(--sbnp-border);
    border-radius: 8px;
    background: var(--sbnp-surface);
}
.sbnp-variation-panel__heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
}
.sbnp-variation-panel__heading strong { color: var(--sbnp-text); font-size: 12px; }
.sbnp-variation-panel__heading span { color: var(--sbnp-muted); font-size: 10px; }
.sbnp-variation-fields {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px;
}
.sbnp-variation-field label {
    display: block;
    margin: 0 0 5px;
    color: var(--sbnp-text);
    font-size: 11px;
    font-weight: 700;
}
.sbnp-variation-field select {
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 7px 30px 7px 10px;
    border: 1px solid var(--sbnp-border);
    border-radius: var(--sbnp-field-radius);
    background: var(--sbnp-field-bg);
    color: var(--sbnp-input-text);
    font: inherit;
    font-size: 12px;
    box-shadow: none;
    outline: none;
}
.sbnp-variation-field select:focus { border-color: var(--sbnp-accent); box-shadow: 0 0 0 3px color-mix(in srgb,var(--sbnp-accent) 13%,transparent); }
.sbnp-variation-message { margin-top: 7px; color: var(--sbnp-muted); font-size: 10px; line-height: 1.4; }
.sbnp-variation-message.is-error { color: var(--sbnp-error-text); }

.sbnp-fields {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.sbnp-field {
    width: var(--sbnp-field-width);
    padding: 5px;
    box-sizing: border-box;
}
.sbnp-field label {
    display: block;
    margin: 0 0 6px;
    color: var(--sbnp-text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}
.sbnp-required { margin-left: 2px; color: #ef4444; }
.sbnp-field input,
.sbnp-field select,
.sbnp-field textarea {
    width: 100%;
    min-width: 0;
    height: var(--sbnp-field-height);
    box-sizing: border-box;
    margin: 0;
    padding: 9px 11px;
    border: 1px solid var(--sbnp-border);
    border-radius: var(--sbnp-field-radius);
    background: var(--sbnp-field-bg);
    color: var(--sbnp-input-text);
    font: inherit;
    font-size: 13px;
    line-height: 1.35;
    outline: none;
    box-shadow: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.sbnp-field textarea { min-height: calc(var(--sbnp-field-height) + 8px); height: auto; resize: vertical; }
.sbnp-field input::placeholder,
.sbnp-field textarea::placeholder { color: var(--sbnp-muted); opacity: .9; }
.sbnp-field select { color-scheme: light; }
.sbnp-modal.sbnp-theme-dark .sbnp-modal__dialog,
.sbnp-modal.sbnp-theme-dark .sbnp-field select,
.sbnp-modal.sbnp-theme-dark .sbnp-variation-field select { color-scheme: dark; }
.sbnp-field input:focus,
.sbnp-field select:focus,
.sbnp-field textarea:focus { border-color: var(--sbnp-accent); box-shadow: 0 0 0 3px color-mix(in srgb,var(--sbnp-accent) 13%,transparent); }

.sbnp-honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.sbnp-product-card {
    display: grid;
    grid-template-columns: 52px minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
    padding: 10px;
    border: 1px solid color-mix(in srgb,var(--sbnp-border) 72%,transparent);
    border-radius: 8px;
    background: var(--sbnp-surface);
}
.sbnp-product-card--top { margin-top: 0; }
.sbnp-product-card__image {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 1px solid var(--sbnp-border);
    border-radius: 6px;
    background: var(--sbnp-field-bg);
}
.sbnp-product-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sbnp-product-card__info { min-width: 0; }
.sbnp-product-card__info strong {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    color: var(--sbnp-text);
    font-size: 13px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sbnp-product-price { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 12px; }
.sbnp-product-price > span:first-child { color: #059669; font-size: 15px; font-weight: 700; }
.sbnp-product-price > span:first-child .price { color: inherit; }
.sbnp-product-price del { color: #94a3b8; }
.sbnp-discount { padding: 2px 5px; border-radius: 4px; background: #fee2e2; color: #ef4444; font-size: 10px; }

.sbnp-quantity {
    display: grid;
    grid-template-columns: 30px 34px 30px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--sbnp-border);
    border-radius: 6px;
    background: var(--sbnp-field-bg);
}
.sbnp-quantity button,
.sbnp-quantity input {
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--sbnp-text);
    text-align: center;
    font: inherit;
    font-size: 13px;
    box-shadow: none;
}
.sbnp-quantity button { cursor: pointer; }
.sbnp-quantity button:hover { background: color-mix(in srgb,var(--sbnp-surface) 84%,var(--sbnp-text) 6%); }
.sbnp-quantity input { appearance: textfield; -moz-appearance: textfield; }
.sbnp-quantity input::-webkit-outer-spin-button,
.sbnp-quantity input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }

.sbnp-coupon {
    margin-top: 11px;
    padding: 10px;
    border: 1px solid var(--sbnp-border);
    border-radius: 8px;
    background: color-mix(in srgb,var(--sbnp-surface) 72%,transparent);
}
.sbnp-coupon > label { display: block; margin: 0 0 6px; color: var(--sbnp-text); font-size: 11px; font-weight: 700; }
.sbnp-coupon__row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
.sbnp-coupon__row input {
    width: 100%;
    min-width: 0;
    height: 38px;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid var(--sbnp-border);
    border-radius: var(--sbnp-field-radius);
    background: var(--sbnp-field-bg);
    color: var(--sbnp-input-text);
    font: inherit;
    font-size: 12px;
    outline: none;
    box-shadow: none;
}
.sbnp-coupon__row input::placeholder { color: var(--sbnp-muted); }
.sbnp-coupon__row input:focus { border-color: var(--sbnp-accent); box-shadow: 0 0 0 3px color-mix(in srgb,var(--sbnp-accent) 13%,transparent); }
.sbnp-coupon__row button {
    min-width: 76px;
    height: 38px;
    margin: 0;
    padding: 0 13px;
    border: 1px solid var(--sbnp-accent);
    border-radius: var(--sbnp-field-radius);
    background: transparent;
    color: var(--sbnp-accent);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.sbnp-coupon__row button:hover { background: color-mix(in srgb,var(--sbnp-accent) 9%,transparent); }
.sbnp-coupon__row button:disabled { opacity: .55; cursor: wait; }
.sbnp-coupon__message { margin-top: 6px; font-size: 10px; line-height: 1.4; }
.sbnp-coupon__message.is-success { color: #16a34a; }
.sbnp-coupon__message.is-error { color: var(--sbnp-error-text); }

.sbnp-summary {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--sbnp-border);
}
.sbnp-summary__title { margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.sbnp-summary > div:not(.sbnp-summary__title) { display: flex; justify-content: space-between; gap: 16px; padding: 4px 0; font-size: 12px; }
.sbnp-summary > div strong { color: var(--sbnp-text); font-weight: 600; }
.sbnp-summary__discount strong { color: #16a34a !important; }
.sbnp-summary__total { margin-top: 6px; padding-top: 10px !important; border-top: 1px solid var(--sbnp-border); font-size: 14px !important; font-weight: 700; }

.sbnp-submit,
.sbnp-thankyou-close {
    width: 100%;
    min-height: 42px;
    margin-top: 12px;
    padding: 10px 16px;
    border: 0;
    border-radius: var(--sbnp-button-radius);
    background: var(--sbnp-accent);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: filter .15s ease, opacity .15s ease, transform .15s ease;
}
.sbnp-submit:hover,
.sbnp-thankyou-close:hover { filter: brightness(.93); color: #fff; }
.sbnp-submit:active,
.sbnp-thankyou-close:active { transform: translateY(1px); }
.sbnp-submit:disabled { opacity: .52; cursor: not-allowed; }

.sbnp-thankyou { padding: 8px 0 2px; text-align: center; }
.sbnp-thankyou__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: var(--sbnp-success-bg);
    color: var(--sbnp-success-text);
    font-size: 28px;
    font-weight: 800;
}
.sbnp-thankyou h3 { margin: 0 0 6px; color: var(--sbnp-text); font-size: 19px; }
.sbnp-thankyou > p { max-width: 420px; margin: 0 auto 14px; color: var(--sbnp-muted); font-size: 13px; line-height: 1.55; }
.sbnp-order-success-meta,
.sbnp-customer-summary {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid var(--sbnp-border);
    border-radius: 8px;
    background: var(--sbnp-surface);
    text-align: left;
}
.sbnp-order-success-meta > div,
#sbnp-customer-summary-list > div { display: flex; justify-content: space-between; gap: 16px; padding: 4px 0; font-size: 12px; }
.sbnp-order-success-meta span,
#sbnp-customer-summary-list span { color: var(--sbnp-muted); }
.sbnp-order-success-meta strong,
#sbnp-customer-summary-list strong { max-width: 65%; color: var(--sbnp-text); text-align: right; overflow-wrap: anywhere; }
.sbnp-customer-summary h4 { margin: 0 0 7px; font-size: 13px; }

@media (max-width: 640px) {
    .sbnp-trust-bar { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; }
    .sbnp-trust-bar > span { min-height: 32px; padding: 5px 4px; font-size: 9px; }
    .sbnp-trust-bar__icon { font-size: 11px; }
    .sbnp-modal { align-items: flex-end; padding: 0; }
    .sbnp-modal__dialog { width: 100%; max-width: 100%; max-height: 94vh; border-radius: var(--sbnp-popup-radius) var(--sbnp-popup-radius) 0 0; }
    .sbnp-modal__header { min-height: 55px; padding: 11px 58px 11px 14px; }
    .sbnp-modal__close { right: 13px; }
    .sbnp-modal__body { padding: 11px 14px 14px; }
    .sbnp-field { width: 100% !important; }
    .sbnp-variation-fields { grid-template-columns: 1fr; }
    .sbnp-product-card { grid-template-columns: 48px minmax(0,1fr); }
    .sbnp-product-card__image { width: 48px; height: 48px; }
    .sbnp-quantity { grid-column: 1 / -1; justify-self: end; }
}

/* v2.2 theme isolation: keep popup controls independent from the active site theme. */
.sbnp-modal.sbnp-theme-light .sbnp-modal__dialog,
.sbnp-modal.sbnp-theme-light .sbnp-field input,
.sbnp-modal.sbnp-theme-light .sbnp-field select,
.sbnp-modal.sbnp-theme-light .sbnp-field textarea,
.sbnp-modal.sbnp-theme-light .sbnp-variation-field select,
.sbnp-modal.sbnp-theme-light .sbnp-coupon__row input,
.sbnp-modal.sbnp-theme-light .sbnp-quantity input { color-scheme: light !important; }

.sbnp-modal .sbnp-field input,
.sbnp-modal .sbnp-field select,
.sbnp-modal .sbnp-field textarea,
.sbnp-modal .sbnp-variation-field select,
.sbnp-modal .sbnp-coupon__row input {
    background-color: var(--sbnp-field-bg) !important;
    color: var(--sbnp-input-text) !important;
    border-color: var(--sbnp-border) !important;
    box-shadow: none !important;
}
.sbnp-modal .sbnp-field input::placeholder,
.sbnp-modal .sbnp-field textarea::placeholder,
.sbnp-modal .sbnp-coupon__row input::placeholder { color: var(--sbnp-muted) !important; opacity: .9 !important; }
.sbnp-modal .sbnp-field input:focus,
.sbnp-modal .sbnp-field select:focus,
.sbnp-modal .sbnp-field textarea:focus,
.sbnp-modal .sbnp-variation-field select:focus,
.sbnp-modal .sbnp-coupon__row input:focus {
    background-color: var(--sbnp-field-bg) !important;
    color: var(--sbnp-input-text) !important;
    border-color: var(--sbnp-accent) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb,var(--sbnp-accent) 13%,transparent) !important;
}
.sbnp-modal .sbnp-quantity {
    background: var(--sbnp-field-bg) !important;
    border-color: var(--sbnp-border) !important;
}
.sbnp-modal .sbnp-quantity button,
.sbnp-modal .sbnp-quantity input {
    background-color: transparent !important;
    color: var(--sbnp-input-text) !important;
    border: 0 !important;
    box-shadow: none !important;
}
.sbnp-modal .sbnp-product-card,
.sbnp-modal .sbnp-variation-panel,
.sbnp-modal .sbnp-coupon,
.sbnp-modal .sbnp-order-success-meta,
.sbnp-modal .sbnp-customer-summary { background-color: var(--sbnp-surface) !important; }
.sbnp-modal .sbnp-product-card__image { background-color: var(--sbnp-field-bg) !important; }


/* v2.2.1 hard theme isolation.
 * Some dark WordPress/Elementor themes force label/heading colors with !important.
 * These rules deliberately scope every popup text surface so Light mode stays truly light
 * and Dark mode keeps the existing dark design. */
.sbnp-modal .sbnp-modal__dialog,
.sbnp-modal .sbnp-modal__dialog * {
    box-sizing: border-box;
}

/* Primary text: admin Popup > Text color controls this in Light mode,
   and Dark text color controls it in Dark mode. */
.sbnp-modal .sbnp-modal__header h2,
.sbnp-modal .sbnp-field > label,
.sbnp-modal .sbnp-variation-panel__heading > strong,
.sbnp-modal .sbnp-variation-field > label,
.sbnp-modal .sbnp-coupon > label,
.sbnp-modal .sbnp-summary,
.sbnp-modal .sbnp-summary__title,
.sbnp-modal .sbnp-summary > div > span,
.sbnp-modal .sbnp-summary > div > strong,
.sbnp-modal .sbnp-product-card__info > strong,
.sbnp-modal .sbnp-trust-bar > span,
.sbnp-modal .sbnp-customer-summary h4,
.sbnp-modal .sbnp-order-success-meta strong,
.sbnp-modal #sbnp-customer-summary-list strong {
    color: var(--sbnp-text) !important;
    -webkit-text-fill-color: var(--sbnp-text) !important;
}

/* Muted/helper copy must not inherit the website theme's white text. */
.sbnp-modal .sbnp-order-intro,
.sbnp-modal .sbnp-variation-panel__heading > span,
.sbnp-modal .sbnp-variation-message,
.sbnp-modal .sbnp-thankyou > p,
.sbnp-modal .sbnp-order-success-meta span,
.sbnp-modal #sbnp-customer-summary-list span {
    color: var(--sbnp-muted) !important;
text-align: center;
    -webkit-text-fill-color: var(--sbnp-muted) !important;
}

/* Required stars keep their warning color even when a theme styles labels globally. */
.sbnp-modal .sbnp-required {
    color: #ef4444 !important;
    -webkit-text-fill-color: #ef4444 !important;
}

/* Form controls are fully isolated from global dark-form rules. */
.sbnp-modal .sbnp-field input,
.sbnp-modal .sbnp-field select,
.sbnp-modal .sbnp-field textarea,
.sbnp-modal .sbnp-variation-field select,
.sbnp-modal .sbnp-coupon__row input {
    -webkit-text-fill-color: var(--sbnp-input-text) !important;
    caret-color: var(--sbnp-input-text) !important;
}
.sbnp-modal .sbnp-field input::placeholder,
.sbnp-modal .sbnp-field textarea::placeholder,
.sbnp-modal .sbnp-coupon__row input::placeholder {
    color: var(--sbnp-muted) !important;
    -webkit-text-fill-color: var(--sbnp-muted) !important;
    opacity: .9 !important;
}

/* Select option list also follows the selected popup theme. */
.sbnp-modal .sbnp-field select option,
.sbnp-modal .sbnp-variation-field select option {
    background: var(--sbnp-field-bg) !important;
    color: var(--sbnp-input-text) !important;
    -webkit-text-fill-color: var(--sbnp-input-text) !important;
}

/* Keep product price colors intentional rather than inherited from the theme. */
.sbnp-modal .sbnp-product-price > span:first-child,
.sbnp-modal .sbnp-product-price > span:first-child .price {
    color: #059669 !important;
    -webkit-text-fill-color: #059669 !important;
}
.sbnp-modal .sbnp-product-price del {
    color: #94a3b8 !important;
    -webkit-text-fill-color: #94a3b8 !important;
}
.sbnp-modal .sbnp-discount {
    color: #ef4444 !important;
    -webkit-text-fill-color: #ef4444 !important;
}

/* Explicit Light-mode reinforcement for themes that use body.dark ... !important selectors. */
.sbnp-modal.sbnp-theme-light .sbnp-modal__dialog {
    background-color: var(--sbnp-popup-bg) !important;
    color: var(--sbnp-text) !important;
    color-scheme: light !important;
}
.sbnp-modal.sbnp-theme-light .sbnp-field input,
.sbnp-modal.sbnp-theme-light .sbnp-field select,
.sbnp-modal.sbnp-theme-light .sbnp-field textarea,
.sbnp-modal.sbnp-theme-light .sbnp-variation-field select,
.sbnp-modal.sbnp-theme-light .sbnp-coupon__row input {
    background: var(--sbnp-field-bg) !important;
    color: var(--sbnp-input-text) !important;
    -webkit-text-fill-color: var(--sbnp-input-text) !important;
    border-color: var(--sbnp-border) !important;
    color-scheme: light !important;
}

/* Explicit Dark-mode reinforcement without changing the existing visual design. */
.sbnp-modal.sbnp-theme-dark .sbnp-modal__dialog {
    background-color: var(--sbnp-popup-bg) !important;
    color: var(--sbnp-text) !important;
    color-scheme: dark !important;
}
