/**
 * Email Manager Page Styles
 * Styles for the email manager page with modals and tables
 */
/* Logs Content */
.logs-content {background: #f8f9fa; border: 1px solid #ddd; border-radius: 4px; padding: 15px; margin-top: 10px;}
.logs-content pre {margin: 0; white-space: pre-wrap; word-wrap: break-word; font-family: 'Courier New', monospace; font-size: 12px; line-height: 1.4; color: #333;}
/* Submission Details */
.submission-details h4 {margin-top: 0; margin-bottom: 15px; color: #111827; border-bottom: 1px solid #ddd; padding-bottom: 8px;}
.submission-details .form-table th {width: 150px; font-weight: 600;}
.submission-details .form-table td {padding: 8px 0;}
/* Status Indicators */
.status-delivered {color: #46b450; font-weight: 600;}
.status-not-delivered {color: #dc3232; font-weight: 600;}
/* Loading States */
.loading {text-align: center; padding: 20px; color: #666;}
.error {color: #dc3232; padding: 10px; background: #fef7f7; border: 1px solid #dc3232; border-radius: 4px; margin: 10px 0;}
