/* ══════════════════════════════════════════
   CUSTOMER TAB — Email Preview
   ══════════════════════════════════════════ */

.email-preview {
  background: #fafbfc; border: 1px solid #e0e0e0; border-radius: 8px;
  padding: 14px 18px; font-family: 'Courier New', monospace; font-size: 12px;
  line-height: 1.5; margin-top: 10px; max-height: 300px; overflow-y: auto;
}
.email-preview .field { color: #777; }
.email-preview .value { color: #034381; font-weight: 600; }
.email-preview .body { margin-top: 8px; padding-top: 8px; border-top: 1px dashed #ccc; white-space: pre-wrap; color: #333; }
