/**
 * License return SweetAlert – pricing-table style
 * Background #0F1B24, white text, neon button #39FF14
 */
.swal2-popup.pixxi-license-swal-dark {
    background: #0F1B24 !important;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-shadow: 0 0 24px rgba(57, 255, 20, 0.1);
}

.swal2-popup.pixxi-license-swal-dark .swal2-title {
    color: #ffffff !important;
}

.swal2-popup.pixxi-license-swal-dark .swal2-html-container {
    color: #ffffff !important;
}

.swal2-popup.pixxi-license-swal-dark .swal2-icon {
    border-color: #39FF14;
}

.swal2-popup.pixxi-license-swal-dark .swal2-success-ring {
    border-color: rgba(57, 255, 20, 0.3) !important;
}

.swal2-popup.pixxi-license-swal-dark .swal2-success-line-tip,
.swal2-popup.pixxi-license-swal-dark .swal2-success-line-long {
    background-color: #39FF14 !important;
}

.swal2-popup.pixxi-license-swal-dark .swal2-icon.swal2-info {
    border-color: #94A3B8;
}

.swal2-popup.pixxi-license-swal-dark .swal2-icon.swal2-info [class^='swal2-info-line'] {
    background-color: #94A3B8 !important;
}

.swal2-popup.pixxi-license-swal-dark .swal2-icon.swal2-error {
    border-color: #EF4444;
}

.swal2-popup.pixxi-license-swal-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    background-color: #EF4444 !important;
}

/* Neon button – same as pricing CTA */
.swal2-popup.pixxi-license-swal-dark .swal2-confirm {
    background: #39FF14 !important;
    color: #0F1B24 !important;
    border: none !important;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.swal2-popup.pixxi-license-swal-dark .swal2-confirm:hover {
    background: #2ee00f !important;
    box-shadow: 0 4px 20px rgba(57, 255, 20, 0.4);
    transform: translateY(-2px);
}
