.nukesletter-success {
    background: #e8f5e9;
    border: 1px solid #4caf50;
    color: #2e7d32;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.nukesletter-error {
    background: #ffebee;
    border: 1px solid #f44336;
    color: #c62828;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}
/* Buttons consistent color is handled by button-primary class from WP admin/theme */

/* Success and error messages */
.nukesletter-success { background: #e8f5e9; border: 1px solid #4caf50; color: #2e7d32; padding: .75rem; border-radius:4px; margin-bottom:1rem; }
.nukesletter-error   { background: #ffebee; border: 1px solid #f44336; color: #c62828; padding: .75rem; border-radius:4px; margin-bottom:1rem; }

/* Color-coding για status στο dashboard */
.status-pending {
  /* Πορτοκαλί χρώμα για “Pending” */
  color: orange !important;
}

.status-subscribed {
  /* Πράσινο χρώμα για “Subscribed” */
  color: green !important;
}
