/* ================================================================
   WEUNLOCKS – PAYPAL MODAL STYLES (USER ONLY)
   S’applique uniquement quand <html> porte la classe wu-theme-user
   (donc hors administration).
   ================================================================ */

html.wu-theme-user .modal .wu-modal-paypal {
    border: none !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 24px 70px rgba(15,23,42,.22) !important;
}

html.wu-theme-user .modal .wu-modal-header-paypal {
    background: linear-gradient(135deg, #1a73e8 0%, #0b5ed7 100%) !important;
    color: #ffffff !important;
    border-bottom: none !important;
    padding: 16px 20px !important;
}

html.wu-theme-user .modal .wu-modal-title-paypal,
html.wu-theme-user .modal .wu-modal-header-paypal .modal-title {
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 1.05rem !important;
}

html.wu-theme-user .modal .wu-modal-close-paypal,
html.wu-theme-user .modal .wu-modal-header-paypal .close,
html.wu-theme-user .modal .wu-modal-header-paypal .btn-close {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

html.wu-theme-user .modal .wu-modal-paypal-body {
    background: #ffffff !important;
    padding: 20px !important;
}

html.wu-theme-user .modal .wu-modal-paypal-footer {
    background: #f8fafc !important;
    border-top: 1px solid #eef2f7 !important;
    padding: 14px 20px !important;
}

html.wu-theme-user .modal .wu-modal-paypal-btn,
html.wu-theme-user .modal .modal-footer .btn {
    border-radius: 12px !important;
    font-weight: 800 !important;
    padding: 8px 16px !important;
}

html.wu-theme-user .modal .wu-modal-paypal-table {
    border-radius: 14px !important;
    overflow: hidden !important;
    border: 1px solid #e5e7eb !important;
}

html.wu-theme-user .modal .wu-modal-paypal-table thead th,
html.wu-theme-user .modal table.dataTable thead th {
    background: #f8fafc !important;
    color: #0f172a !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid #eef2f7 !important;
}

html.wu-theme-user .modal .wu-modal-paypal-table tbody td,
html.wu-theme-user .modal table.dataTable tbody td {
    color: #334155 !important;
    border-top: 1px solid #f1f5f9 !important;
}

@media (max-width: 767px) {
    html.wu-theme-user .modal .wu-modal-paypal {
        border-radius: 20px !important;
    }
    html.wu-theme-user .modal .wu-modal-paypal-body {
        padding: 14px !important;
    }
}