.inl-admin-wrap {
    max-width: 1200px;
    margin: 20px 0;
}

.inl-admin-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.inl-status-box,
.inl-manual-import,
.inl-stats-box {
    background: #f8f9fa;
    border-left: 4px solid #2271b1;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.inl-status-box h2,
.inl-manual-import h2,
.inl-stats-box h2 {
    margin-top: 0;
    font-size: 18px;
}

#inl-connection-status {
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}

#inl-connection-status.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#inl-connection-status.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#inl-import-result {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}

#inl-import-result.success {
    background: #d4edda;
    color: #155724;
}

#inl-import-result.error {
    background: #f8d7da;
    color: #721c24;
}

.inl-stats-box ul {
    list-style: none;
    padding: 0;
}

.inl-stats-box li {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.inl-stats-box li:last-child {
    border-bottom: none;
}

.inl-logs-container {
    background: #282c34;
    color: #abb2bf;
    padding: 20px;
    border-radius: 4px;
    max-height: 600px;
    overflow-y: auto;
    font-family: 'Courier New', monospace;
    font-size: 13px;
}

.inl-logs-container pre {
    margin: 0;
    white-space: pre-wrap;
}

/* Boutons */
.button-large {
    padding: 10px 20px !important;
    height: auto !important;
    font-size: 16px !important;
}

/* Spinner de chargement */
.inl-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    border-top-color: #2271b1;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ========================================
   ARCHIVE DES NEWSLETTERS (FRONTEND)
   ======================================== */

.newsletters-archive {
    max-width: 800px;
    margin: 0 auto;
}

.newsletter-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.newsletter-item:last-child {
    border-bottom: none;
}

.newsletter-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.newsletter-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.newsletter-title a:hover {
    color: #0073aa;
}

.newsletter-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    font-style: italic;
}

.newsletter-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
}

.newsletter-readmore {
    margin: 0;
}

.read-more-link {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.read-more-link:hover {
    color: #005177;
}
