{"id":41199,"date":"2025-08-11T11:00:42","date_gmt":"2025-08-11T18:00:42","guid":{"rendered":"https:\/\/nuvix.com\/?page_id=41199"},"modified":"2025-08-11T11:03:49","modified_gmt":"2025-08-11T18:03:49","slug":"email-management-system","status":"publish","type":"page","link":"https:\/\/nuvix.com\/fr\/email-management-system\/","title":{"rendered":"Email Management System"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"41199\" class=\"elementor elementor-41199\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f3dccc e-con-full e-flex e-con e-parent\" data-id=\"7f3dccc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f4ece0a elementor-widget elementor-widget-shortcode\" data-id=\"f4ece0a\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">            <div class=\"em-login-container\">\n                <div class=\"em-login-box\">\n                                            <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/08\/nuvix_logo.png\" alt=\"Logo\" class=\"em-login-logo\">\n                                        <h2 class=\"em-login-title\">Email Management System<\/h2>\n                    <p class=\"em-login-subtitle\">Please enter your access password to continue<\/p>\n                    <form method=\"post\" class=\"em-login-form\" action=\"\">\n                        <div class=\"em-form-group\">\n                            <input type=\"password\" name=\"staff_password\" placeholder=\"Enter password\" required class=\"em-input\">\n                        <\/div>\n                        <button type=\"submit\" class=\"em-btn em-btn-primary em-btn-large em-btn-block\">\n                            <span>Access System<\/span>\n                            <svg class=\"em-btn-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                                <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n                            <\/svg>\n                        <\/button>\n                    <input type=\"hidden\" name=\"trp-form-language\" value=\"fr\"\/><\/form>\n                <\/div>\n            <\/div>\n                <style>\n    \/* Reset and Base *\/\n    .em-container * {\n        box-sizing: border-box;\n    }\n    \n    .em-container {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n        color: #1a202c;\n        line-height: 1.6;\n        background: #f7fafc;\n        min-height: 100vh;\n    }\n    \n    \/* Login Styles *\/\n    .em-login-container {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        min-height: 400px;\n        padding: 20px;\n        background: #f7fafc;\n    }\n    \n    .em-login-box {\n        background: white;\n        padding: 40px;\n        border-radius: 8px;\n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);\n        width: 100%;\n        max-width: 400px;\n        text-align: center;\n    }\n    \n    .em-login-logo {\n        max-height: 60px;\n        margin-bottom: 20px;\n    }\n    \n    .em-login-title {\n        font-size: 24px;\n        font-weight: 600;\n        margin: 0 0 8px;\n        color: #1a202c;\n    }\n    \n    .em-login-subtitle {\n        color: #718096;\n        margin: 0 0 30px;\n    }\n    \n    \/* Header *\/\n    .em-header {\n        background: white;\n        border-bottom: 1px solid #e2e8f0;\n        position: sticky;\n        top: 0;\n        z-index: 100;\n    }\n    \n    .em-header-content {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 16px 24px;\n        max-width: 1400px;\n        margin: 0 auto;\n    }\n    \n    .em-header-brand {\n        display: flex;\n        align-items: center;\n        gap: 12px;\n    }\n    \n    .em-header-logo {\n        height: 32px;\n    }\n    \n    .em-header-title {\n        font-size: 20px;\n        font-weight: 600;\n        margin: 0;\n    }\n    \n    .em-header-user {\n        display: flex;\n        align-items: center;\n        gap: 16px;\n        color: #718096;\n    }\n    \n    \/* Navigation *\/\n    .em-nav {\n        background: white;\n        border-bottom: 1px solid #e2e8f0;\n        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    }\n    \n    .em-nav-content {\n        display: flex;\n        gap: 0;\n        max-width: 1400px;\n        margin: 0 auto;\n        overflow-x: auto;\n    }\n    \n    .em-nav-item {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        padding: 16px 24px;\n        color: #4a5568;\n        text-decoration: none;\n        border-bottom: 3px solid transparent;\n        transition: all 0.2s;\n        white-space: nowrap;\n    }\n    \n    .em-nav-item:hover {\n        color: #E03FD8;\n        background: #f7fafc;\n    }\n    \n    .em-nav-item.active {\n        color: #E03FD8;\n        border-bottom-color: #E03FD8;\n    }\n    \n    .em-nav-icon {\n        width: 20px;\n        height: 20px;\n    }\n    \n    \/* Main Content *\/\n    .em-main {\n        max-width: 1400px;\n        margin: 0 auto;\n        padding: 32px 24px;\n    }\n    \n    \/* Page Header *\/\n    .em-page-header {\n        margin-bottom: 32px;\n    }\n    \n    .em-page-title {\n        font-size: 32px;\n        font-weight: 700;\n        margin: 0 0 8px;\n        color: #1a202c;\n    }\n    \n    .em-page-subtitle {\n        font-size: 18px;\n        color: #718096;\n        margin: 0;\n    }\n    \n    .em-back-link {\n        display: inline-flex;\n        align-items: center;\n        color: #718096;\n        text-decoration: none;\n        margin-bottom: 16px;\n        transition: color 0.2s;\n    }\n    \n    .em-back-link:hover {\n        color: #E03FD8;\n    }\n    \n    \/* Cards *\/\n    .em-card {\n        background: white;\n        border-radius: 8px;\n        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        margin-bottom: 24px;\n        overflow: hidden;\n    }\n    \n    .em-card-header {\n        padding: 20px 24px;\n        border-bottom: 1px solid #e2e8f0;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n    \n    .em-card-title {\n        font-size: 18px;\n        font-weight: 600;\n        margin: 0;\n    }\n    \n    .em-card-body {\n        padding: 24px;\n    }\n    \n    \/* Stats Grid *\/\n    .em-stats-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 24px;\n        margin-bottom: 32px;\n    }\n    \n    .em-stat-card {\n        background: white;\n        border-radius: 8px;\n        padding: 24px;\n        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        display: flex;\n        align-items: center;\n        gap: 20px;\n    }\n    \n    .em-stat-icon {\n        width: 64px;\n        height: 64px;\n        border-radius: 12px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n    \n    .em-stat-icon svg {\n        width: 32px;\n        height: 32px;\n    }\n    \n    .em-stat-content {\n        flex: 1;\n    }\n    \n    .em-stat-label {\n        font-size: 14px;\n        color: #718096;\n        margin: 0 0 4px;\n    }\n    \n    .em-stat-value {\n        font-size: 32px;\n        font-weight: 700;\n        margin: 0;\n        color: #1a202c;\n    }\n    \n    .em-stat-change {\n        font-size: 14px;\n        color: #718096;\n        margin: 4px 0 0;\n    }\n    \n    \/* Forms *\/\n    .em-form-group {\n        margin-bottom: 24px;\n    }\n    \n    .em-label {\n        display: block;\n        font-weight: 500;\n        margin-bottom: 8px;\n        color: #2d3748;\n    }\n    \n    .em-input,\n    .em-select,\n    .em-textarea {\n        width: 100%;\n        padding: 10px 16px;\n        border: 1px solid #e2e8f0;\n        border-radius: 6px;\n        font-size: 16px;\n        transition: border-color 0.2s, box-shadow 0.2s;\n        background: white;\n    }\n    \n    .em-input:focus,\n    .em-select:focus,\n    .em-textarea:focus {\n        outline: none;\n        border-color: #E03FD8;\n        box-shadow: 0 0 0 3px #E03FD820;\n    }\n    \n    .em-textarea {\n        resize: vertical;\n        min-height: 120px;\n    }\n    \n    .em-help-text {\n        font-size: 14px;\n        color: #718096;\n        margin-top: 4px;\n    }\n    \n    \/* File Upload *\/\n    .em-file-upload {\n        position: relative;\n    }\n    \n    .em-file-input {\n        position: absolute;\n        opacity: 0;\n        width: 100%;\n        height: 100%;\n        cursor: pointer;\n    }\n    \n    .em-file-label {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        padding: 40px;\n        border: 2px dashed #cbd5e0;\n        border-radius: 8px;\n        text-align: center;\n        cursor: pointer;\n        transition: all 0.2s;\n    }\n    \n    .em-file-label:hover {\n        border-color: #E03FD8;\n        background: #f7fafc;\n    }\n    \n    .em-file-icon {\n        width: 48px;\n        height: 48px;\n        color: #a0aec0;\n        margin-bottom: 8px;\n    }\n    \n    \/* Buttons *\/\n    .em-btn {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        padding: 10px 20px;\n        border: none;\n        border-radius: 6px;\n        font-size: 16px;\n        font-weight: 500;\n        text-decoration: none;\n        cursor: pointer;\n        transition: all 0.2s;\n        background: #e2e8f0;\n        color: #2d3748;\n    }\n    \n    .em-btn:hover {\n        background: #cbd5e0;\n    }\n    \n    .em-btn-primary {\n        background: #E03FD8;\n        color: white;\n    }\n    \n    .em-btn-primary:hover {\n        background: #cc2bc4;\n        transform: translateY(-1px);\n        box-shadow: 0 4px 12px #E03FD840;\n    }\n    \n    .em-btn-small {\n        padding: 6px 12px;\n        font-size: 14px;\n    }\n    \n    .em-btn-large {\n        padding: 14px 28px;\n        font-size: 18px;\n    }\n    \n    .em-btn-block {\n        width: 100%;\n        justify-content: center;\n    }\n    \n    .em-btn-ghost {\n        background: transparent;\n        color: #718096;\n    }\n    \n    .em-btn-ghost:hover {\n        background: #f7fafc;\n    }\n    \n    .em-btn-icon {\n        width: 20px;\n        height: 20px;\n    }\n    \n    \/* Tables *\/\n    .em-table {\n        width: 100%;\n        border-collapse: collapse;\n    }\n    \n    .em-table th,\n    .em-table td {\n        padding: 12px 16px;\n        text-align: left;\n        border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .em-table th {\n        font-weight: 600;\n        color: #4a5568;\n        background: #f7fafc;\n    }\n    \n    .em-table tbody tr:hover {\n        background: #f7fafc;\n    }\n    \n    .em-table-responsive {\n        overflow-x: auto;\n    }\n    \n    .em-table-primary {\n        font-weight: 500;\n        color: #1a202c;\n    }\n    \n    \/* Badges *\/\n    .em-badge {\n        display: inline-block;\n        padding: 4px 12px;\n        border-radius: 9999px;\n        font-size: 12px;\n        font-weight: 600;\n        text-transform: uppercase;\n    }\n    \n    .em-badge-marketing {\n        background: #e3f2fd;\n        color: #1976d2;\n    }\n    \n    .em-badge-transactional {\n        background: #e8f5e9;\n        color: #388e3c;\n    }\n    \n    .em-badge-success {\n        background: #e8f5e9;\n        color: #388e3c;\n    }\n    \n    .em-badge-error {\n        background: #ffebee;\n        color: #c62828;\n    }\n    \n    \/* Alerts *\/\n    .em-alert {\n        padding: 16px 20px;\n        border-radius: 8px;\n        margin-bottom: 24px;\n        display: flex;\n        align-items: flex-start;\n        gap: 12px;\n    }\n    \n    .em-alert-icon {\n        width: 24px;\n        height: 24px;\n        flex-shrink: 0;\n    }\n    \n    .em-alert-success {\n        background: #e8f5e9;\n        color: #2e7d32;\n    }\n    \n    .em-alert-error {\n        background: #ffebee;\n        color: #c62828;\n    }\n    \n    .em-alert-info {\n        background: #e3f2fd;\n        color: #1565c0;\n    }\n    \n    \/* Dashboard Grid *\/\n    .em-dashboard-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n        gap: 24px;\n        margin-top: 32px;\n    }\n    \n    \/* Quick Actions *\/\n    .em-quick-actions {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 16px;\n    }\n    \n    .em-quick-action {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        padding: 24px;\n        text-align: center;\n        border: 1px solid #e2e8f0;\n        border-radius: 8px;\n        text-decoration: none;\n        color: #4a5568;\n        transition: all 0.2s;\n    }\n    \n    .em-quick-action:hover {\n        border-color: #E03FD8;\n        color: #E03FD8;\n        transform: translateY(-2px);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n    }\n    \n    .em-quick-action-icon {\n        width: 48px;\n        height: 48px;\n        margin-bottom: 12px;\n        color: #a0aec0;\n    }\n    \n    .em-quick-action:hover .em-quick-action-icon {\n        color: #E03FD8;\n    }\n    \n    \/* Lists Grid *\/\n    .em-list-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n        gap: 24px;\n    }\n    \n    .em-list-card {\n        background: white;\n        border-radius: 8px;\n        padding: 24px;\n        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        transition: transform 0.2s, box-shadow 0.2s;\n    }\n    \n    .em-list-card:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n    \n    .em-list-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        margin-bottom: 12px;\n    }\n    \n    .em-list-title {\n        font-size: 18px;\n        font-weight: 600;\n        margin: 0;\n    }\n    \n    .em-list-count {\n        font-size: 14px;\n        color: #718096;\n        background: #f7fafc;\n        padding: 4px 12px;\n        border-radius: 9999px;\n    }\n    \n    .em-list-description {\n        color: #718096;\n        margin: 0 0 16px;\n        font-size: 14px;\n    }\n    \n    .em-list-meta {\n        font-size: 14px;\n        color: #a0aec0;\n        margin-bottom: 16px;\n    }\n    \n    .em-list-actions {\n        display: flex;\n        gap: 8px;\n    }\n    \n    \/* Campaign Form *\/\n    .em-campaign-form {\n        max-width: 1200px;\n    }\n    \n    .em-form-grid {\n        display: grid;\n        grid-template-columns: 1fr 400px;\n        gap: 24px;\n    }\n    \n    @media (max-width: 1024px) {\n        .em-form-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n    .em-editor-toolbar {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        margin-bottom: 8px;\n    }\n    \n    .em-editor-tags {\n        display: flex;\n        gap: 8px;\n    }\n    \n    .em-tag {\n        padding: 4px 8px;\n        background: #e2e8f0;\n        border-radius: 4px;\n        font-size: 12px;\n        font-family: monospace;\n        cursor: pointer;\n        transition: all 0.2s;\n    }\n    \n    .em-tag:hover {\n        background: #E03FD8;\n        color: white;\n    }\n    \n    .em-select-small {\n        width: auto;\n        padding: 6px 12px;\n        font-size: 14px;\n    }\n    \n    \/* Preview *\/\n    .em-preview-info p {\n        margin: 4px 0;\n        font-size: 14px;\n        color: #718096;\n    }\n    \n    \/* Filters *\/\n    .em-filters {\n        display: flex;\n        gap: 16px;\n        margin-bottom: 24px;\n    }\n    \n    .em-search-form {\n        display: flex;\n        gap: 16px;\n        flex: 1;\n    }\n    \n    .em-search-group {\n        display: flex;\n        flex: 1;\n        max-width: 400px;\n    }\n    \n    .em-search-input {\n        border-top-right-radius: 0;\n        border-bottom-right-radius: 0;\n        border-right: none;\n    }\n    \n    .em-search-btn {\n        padding: 10px 16px;\n        background: #E03FD8;\n        color: white;\n        border: none;\n        border-top-right-radius: 6px;\n        border-bottom-right-radius: 6px;\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n    }\n    \n    .em-search-btn svg {\n        width: 20px;\n        height: 20px;\n    }\n    \n    \/* Campaign History *\/\n    .em-campaigns-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));\n        gap: 24px;\n    }\n    \n    .em-campaign-card {\n        background: white;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        transition: transform 0.2s, box-shadow 0.2s;\n    }\n    \n    .em-campaign-card:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n    \n    .em-campaign-header {\n        padding: 20px 20px 16px;\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n    }\n    \n    .em-campaign-title {\n        font-size: 18px;\n        font-weight: 600;\n        margin: 0;\n    }\n    \n    .em-campaign-subject {\n        padding: 0 20px;\n        color: #718096;\n        margin: 0 0 16px;\n    }\n    \n    .em-campaign-stats {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        border-top: 1px solid #e2e8f0;\n        border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .em-stat-item {\n        padding: 16px;\n        text-align: center;\n        border-right: 1px solid #e2e8f0;\n    }\n    \n    .em-stat-item:last-child {\n        border-right: none;\n    }\n    \n    .em-stat-item .em-stat-label {\n        font-size: 12px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n    }\n    \n    .em-stat-item .em-stat-value {\n        font-size: 20px;\n        font-weight: 600;\n        color: #1a202c;\n    }\n    \n    .em-campaign-meta {\n        padding: 16px 20px;\n        display: flex;\n        justify-content: space-between;\n        font-size: 14px;\n        color: #718096;\n    }\n    \n    .em-campaign-details-grid {\n        display: grid;\n        grid-template-columns: 1fr 2fr;\n        gap: 24px;\n    }\n    \n    @media (max-width: 1024px) {\n        .em-campaign-details-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n    .em-info-list {\n        margin: 0;\n    }\n    \n    .em-info-list dt {\n        font-weight: 600;\n        margin-bottom: 4px;\n        color: #4a5568;\n    }\n    \n    .em-info-list dd {\n        margin: 0 0 16px;\n        color: #1a202c;\n    }\n    \n    .em-content-preview {\n        border: 1px solid #e2e8f0;\n        border-radius: 4px;\n        overflow: hidden;\n    }\n    \n    .em-content-preview pre {\n        padding: 16px;\n        margin: 0;\n        background: #f7fafc;\n        white-space: pre-wrap;\n        word-wrap: break-word;\n    }\n    \n    \/* Modals *\/\n    .em-modal {\n        display: flex;\n        position: fixed;\n        z-index: 1000;\n        left: 0;\n        top: 0;\n        width: 100%;\n        height: 100%;\n        background-color: rgba(0, 0, 0, 0.5);\n        align-items: center;\n        justify-content: center;\n        padding: 20px;\n    }\n    \n    .em-modal-content {\n        background: white;\n        border-radius: 8px;\n        width: 100%;\n        max-width: 500px;\n        max-height: 90vh;\n        overflow: hidden;\n        display: flex;\n        flex-direction: column;\n        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n    }\n    \n    .em-modal-header {\n        padding: 20px 24px;\n        border-bottom: 1px solid #e2e8f0;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n    \n    .em-modal-header h3 {\n        margin: 0;\n        font-size: 20px;\n        font-weight: 600;\n    }\n    \n    .em-modal-close {\n        background: none;\n        border: none;\n        font-size: 28px;\n        line-height: 1;\n        color: #718096;\n        cursor: pointer;\n        padding: 0;\n        width: 32px;\n        height: 32px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        border-radius: 4px;\n        transition: all 0.2s;\n    }\n    \n    .em-modal-close:hover {\n        background: #f7fafc;\n        color: #1a202c;\n    }\n    \n    .em-modal-body {\n        padding: 24px;\n        overflow-y: auto;\n        flex: 1;\n    }\n    \n    .em-modal-footer {\n        padding: 16px 24px;\n        border-top: 1px solid #e2e8f0;\n        display: flex;\n        justify-content: flex-end;\n        gap: 12px;\n    }\n    \n    .em-form-row {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 16px;\n    }\n    \n    .em-checkbox-group {\n        display: flex;\n        flex-direction: column;\n        gap: 12px;\n        max-height: 200px;\n        overflow-y: auto;\n        padding: 4px;\n    }\n    \n    .em-checkbox {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        cursor: pointer;\n    }\n    \n    .em-checkbox input[type=\"checkbox\"] {\n        width: 18px;\n        height: 18px;\n        cursor: pointer;\n    }\n    \n    .em-checkbox span {\n        flex: 1;\n        user-select: none;\n    }\n    \n    \/* Empty States *\/\n    .em-empty-state {\n        text-align: center;\n        padding: 40px;\n        color: #718096;\n    }\n    \n    .em-empty-state-card {\n        background: white;\n        border-radius: 8px;\n        padding: 60px 40px;\n        text-align: center;\n        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n    }\n    \n    .em-empty-icon {\n        width: 80px;\n        height: 80px;\n        margin: 0 auto 20px;\n        color: #cbd5e0;\n    }\n    \n    .em-empty-state-card h3 {\n        font-size: 24px;\n        margin: 0 0 8px;\n        color: #2d3748;\n    }\n    \n    .em-empty-state-card p {\n        color: #718096;\n        margin: 0 0 24px;\n    }\n    \n    \/* Links *\/\n    .em-link {\n        color: #E03FD8;\n        text-decoration: none;\n        transition: color 0.2s;\n    }\n    \n    .em-link:hover {\n        color: #cc2bc4;\n        text-decoration: underline;\n    }\n    \n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .em-header-content {\n            flex-direction: column;\n            gap: 16px;\n        }\n        \n        .em-nav-content {\n            padding: 0 16px;\n        }\n        \n        .em-nav-item {\n            padding: 12px 16px;\n            font-size: 14px;\n        }\n        \n        .em-stats-grid {\n            grid-template-columns: 1fr;\n        }\n        \n        .em-dashboard-grid {\n            grid-template-columns: 1fr;\n        }\n        \n        .em-quick-actions {\n            grid-template-columns: 1fr;\n        }\n        \n        .em-list-grid {\n            grid-template-columns: 1fr;\n        }\n        \n        .em-campaigns-grid {\n            grid-template-columns: 1fr;\n        }\n        \n        .em-filters {\n            flex-direction: column;\n        }\n        \n        .em-search-form {\n            flex-direction: column;\n        }\n        \n        .em-table {\n            font-size: 14px;\n        }\n        \n        .em-table th,\n        .em-table td {\n            padding: 8px 12px;\n        }\n        \n        .em-form-row {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n\t\t\/* Subscriber Action Buttons *\/\n.em-action-buttons {\n    display: flex;\n    gap: 4px;\n    flex-wrap: wrap;\n}\n\n.em-action-buttons .em-btn-small {\n    padding: 4px 8px;\n    font-size: 13px;\n}\n\n@media (max-width: 1200px) {\n    .em-action-buttons {\n        flex-direction: column;\n    }\n    \n    .em-action-buttons .em-btn-small {\n        width: 100%;\n        text-align: center;\n    }\n}\n    \/* Print Styles *\/\n    @media print {\n        .em-header,\n        .em-nav,\n        .em-btn,\n        .em-form {\n            display: none !important;\n        }\n        \n        .em-container {\n            background: white;\n        }\n        \n        .em-card {\n            box-shadow: none;\n            border: 1px solid #ddd;\n        }\n    }\n    <\/style>\n    \n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-41199","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/pages\/41199","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/comments?post=41199"}],"version-history":[{"count":7,"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/pages\/41199\/revisions"}],"predecessor-version":[{"id":41206,"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/pages\/41199\/revisions\/41206"}],"wp:attachment":[{"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/media?parent=41199"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}